Type Alias DateTimeUtc

pub type DateTimeUtc = DateTime<Utc>;
Expand description

Date time represented in UTC

Aliased Typeยง

struct DateTimeUtc { /* private fields */ }