-
-
Save tebeka/06945b1a77f2c44163b9319b4b741547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Time struct { | |
// ... (redacted) | |
// If the hasMonotonic bit is 1, then the 33-bit field holds a 33-bit | |
// unsigned wall seconds since Jan 1 year 1885, and ext holds a | |
// signed 64-bit monotonic clock reading, nanoseconds since process start. | |
wall uint64 | |
ext int64 | |
// loc specifies the Location that should be used to | |
// ... (redacted) | |
loc *Location | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment