Skip to main content

Module datetime

Module datetime 

Source
Expand description

Unified date-time representation that abstracts over time and chrono backends.

Enumsยง

RosettaDateTime
A unified date-time type that wraps either time::OffsetDateTime or chrono::DateTime<FixedOffset> depending on the enabled backend feature.