# Functions
Ceil returns the result of rounding t up to a multiple of d since the zero time.
DurationFromUnit creates a time duration from a time unit.
FromNanoseconds converts nanoseconds to a time.
FromNormalizedDuration returns the duration given the normalized time duration and a time unit.
FromNormalizedTime returns the time given the normalized time units and the time unit.
FromSeconds returns the UnixNano representation of the local Time corresponding to the seconds since January 1, 1970 UTC.
FromSecondsAndNanos returns the UnixNano representation of the local Time corresponding to the seconds and nanoseconds since January 1, 1970 UTC.
FromUnixMillis converts milliseconds since Unix epoch to a time.
MaxTime returns the later one of t1 and t2.
MaxUnitForDuration determines the maximum unit for which the input duration is a multiple of.
MaxUnixNano returns the later one of t1 and t2.
MinTime returns the earlier one of t1 and t2.
MinUnixNano returns the earlier one of t1 and t2.
NewMatcher returns a new Matcher.
NewRanges constructs a new Ranges object comprising the provided ranges.
Now returns the current local time, in nanoseconds elapsed since January 1, 1970 UTC.
ParseExtendedDuration parses a duration, with the ability to specify time units in days, weeks, months, and years.
Since returns the time elapsed since t.
ToExtendedString converts a duration to an extended string.
ToNanoseconds converts a time to nanoseconds.
ToNormalizedDuration returns the normalized units of duration given a time unit.
ToNormalizedTime returns the normalized units of time given a time unit.
ToUnixMillis converts a time to milliseconds since Unix epoch.
ToUnixNano returns a UnixNano from a time.Time.
UnitCount returns the total number of unit types.
UnitFromDuration creates a time unit from a time duration.
# Constants
Different time units that are supported.
Different time units that are supported.
Different time units that are supported.
Different time units that are supported.
Different time units that are supported.
Different time units that are supported.
None is a place holder for time units, it doesn't represent an actual time unit.
Different time units that are supported.
Different time units that are supported.