Documentation
¶
Overview ¶
These APIs encode monotonic time into time.Time wall-clock fields. Returned values intentionally do not carry Go's internal monotonic payload and are meant to be compared with other mono timestamps.
More details: https://go.googlesource.com/proposal/+/master/design/12914-monotonic.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromTime ¶
FromTime creates a Time from the monotonic part of t. Note that the monotonic part of t could have been erased when using functions like Truncate, Round, In, UTC, etc... Be careful when using this
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.