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