Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created November 29, 2022 12:29
Show Gist options
  • Save tebeka/06945b1a77f2c44163b9319b4b741547 to your computer and use it in GitHub Desktop.
Save tebeka/06945b1a77f2c44163b9319b4b741547 to your computer and use it in GitHub Desktop.
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