Type Alias DateTimeWithTimeZone

pub type DateTimeWithTimeZone = DateTime<FixedOffset>;
Expand description

Date time with fixed offset

Aliased Typeยง

struct DateTimeWithTimeZone { /* private fields */ }