Type Alias DateTimeWithTimeZone

pub type DateTimeWithTimeZone = DateTime<FixedOffset>;
Expand description

Date time with fixed offset

Aliased Typeยง

pub struct DateTimeWithTimeZone { /* private fields */ }