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