package
0.2.3
Repository: https://github.com/amiditex/mimir-operator.git
Documentation: pkg.go.dev

# Functions

Now returns the current time as a Time.
ParseDuration parses a string into a time.Duration, assuming that a year always has 365d, a week always has 7d, and a day always has 24h.
TimeFromUnix returns the Time equivalent to the Unix Time t provided in seconds.
TimeFromUnixNano returns the Time equivalent to the Unix Time t provided in nanoseconds.

# Constants

Earliest is the earliest Time representable.
Latest is the latest Time representable.

# Structs

Interval describes an interval between two timestamps.

# Type aliases

Duration wraps time.Duration.
Time is the number of milliseconds since the epoch (1970-01-01 00:00 UTC) excluding leap seconds.