Expand description
Defines the DateTimeUtc struct. A newtype to help when working with datetimes.
Structs
A Newtype wrapper around
chrono’s DateTime<Utc> to allow for a
Default implementation.