Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RFC3339Nano is a correct replacement to Go's current time.RFC3339Nano which is NOT sortable and // have no intention of fixing https://github.com/golang/go/issues/19635; this format fixes that. RFC3339Nano = "2006-01-02T15:04:05.000000000Z07:00" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Instant ¶ added in v5.21.0
type Instant int64
Instant represents a monotonic instant in time.
Instants are opaque types that can only be compared with one another and allows measuring of duration.
Click to show internal directories.
Click to hide internal directories.