Module proof_of_sql::base::time::timestamp

source ·
Expand description

Stores all functionality relelvant to timestamps

Structs§

  • A typed TimeZone for a [TimeStamp]. It is optionally used to define a timezone other than UTC for a new TimeStamp. It exists as a wrapper around chrono-tz because chrono-tz does not implement uniform bit distribution
  • A wrapper around i64 to mitigate conflicting From implementations

Enums§

  • Specifies different units of time measurement relative to the Unix epoch. It is essentially a wrapper over arrow::datatypes::TimeUnit so that we can derive Copy and implement custom traits such as bit distribution and Hash.