Type Alias ChronoDateTimeWithTimeZone
pub type ChronoDateTimeWithTimeZone = DateTime<FixedOffset>;Expand description
Date time with fixed offset
Aliased Typeยง
pub struct ChronoDateTimeWithTimeZone { /* private fields */ }