Converts a time.Time value to the number of seconds elapsed since the Unix epoch, excluding leap seconds. The Unix epoch is 00:00:00 UTC on 1 January 1970.
functions
docs
parent
functions
aliases
returnType
signatures
int64
.Unix
.UnixMilli
.UnixMicro
.UnixNano
The Milli, Micro, and Nano variants return the number of milliseconds, microseconds, and nanoseconds (respectively) elapsed since the Unix epoch.