Assign to t the number of milliseconds elapsed since 00:00:00 UTC on 1 January 1970.
import "time"
t := time.Now().UnixMilli()
dateutils
t := DateTimeToUnix(Now);
use Time::HiRes;
$t = Time::HiRes::time * 1000;
import time
t = time.time() * 1000
t = 1000 * Time.now.to_f
No security, no password. Other people might choose the same nickname.