Type Alias ChronoDateTimeWithTimeZone

pub type ChronoDateTimeWithTimeZone = DateTime<FixedOffset>;
Expand description

Date time with fixed offset

Aliased Typeยง

struct ChronoDateTimeWithTimeZone { /* private fields */ }