Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + var MaxTime = time.Unix(1<<63 - 62135596801, 0) + type Clock struct + func (c *Clock) Set(time time.Time) + func (c *Clock) Sync() + func (c *Clock) Time() time.Time + func (c *Clock) Unix() uint64 + func (c *Clock) UnixTime() time.Time