Time represented as an Int63.t
number of nanoseconds since the epoch.
See Core.Time_ns for important user documentation.
Internally, arithmetic is not overflow-checked. Instead, overflows are silently
ignored, as for int
arithmetic. Conversions may (or may not) raise if prior
arithmetic operations overflowed.
Core
.
Unix epoch (1970-01-01 00:00:00 UTC)
Will raise on 32-bit platforms. Consider to_int63_ns_since_epoch
instead.