Module datetime

Source
Expand description

Defines the DateTimeUtc struct.

Structs§

DateTimeUtc
A newtype around chrono’s DateTime<Utc> to allow implementation of the Default trait.