# Functions
FromUnixMicros returns the UTC time.Time corresponding to the given Unix time, usec microseconds since UnixEpoch.
LoadLocation returns the time.Location with the given name.
NewTimer allocates a new timer.
Now returns the current UTC time.
Since returns the time elapsed since t.
ToUnixMicros returns t as the number of microseconds elapsed since UnixEpoch.
Unix wraps time.Unix ensuring that the result is in UTC instead of Local.
# Constants
ClocklessMaxOffset is a special-cased value that is used when the cluster runs in "clockless" mode.
# Variables
UnixEpoch represents the Unix epoch, January 1, 1970 UTC.