Crate compact_time

source ·
Expand description

64-bit time value with nanosecond precision.

The upper 34 bits represent seconds since the UNIX epoch (1970-01-01 00:00:00) until the year 2514. The remaining 30 bits represent sub-second nanoseconds.

Structs

  • Error if values go out of range.
  • A time value with nanosecond precision.
  • Source of Time values which are computed asynchronously.