package
1.1.0-rc.1
Repository: https://github.com/soopsio/cockroach.git
Documentation: pkg.go.dev

# 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.

# Structs

The Timer type represents a single event.