# Functions
NanoTime returns a monotonically increasing time in nanoseconds.
NewInstant returns a new Instant.
# Constants
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.
# Type aliases
Instant represents a monotonic instant in time.