# Functions
Compare two timestamps.
From constructs an HLC time from a wall time.
New constructs a new Time with wall and logical parts.
Parse splits a timestmap of the format NNNN.LLL into an int64 for the nanos and an int for the logical component.
RangeEmpty returns an empty range.
RangeEmptyAt returns a Range that starts at the given time, but for which [Range.Empty] will return true.
RangeExcluding returns a Range that includes the start time and excludes the end time.
RangeIncluding returns the smallest range that includes both the start and end times.
Zero returns a zero-valued Time.
# Type aliases
Range represents a half-open range of HLC values, inclusive of Min and exclusive of Max.