Type Alias DateTimeWithTimeZone
pub type DateTimeWithTimeZone = DateTime<FixedOffset>;Expand description
Date time with fixed offset
Aliased Type§
pub struct DateTimeWithTimeZone { /* private fields */ }Trait Implementations§
§impl IntoActiveValue<DateTime<FixedOffset>> for DateTimeWithTimeZone
impl IntoActiveValue<DateTime<FixedOffset>> for DateTimeWithTimeZone
§fn into_active_value(self) -> ActiveValue<DateTimeWithTimeZone>
fn into_active_value(self) -> ActiveValue<DateTimeWithTimeZone>
Method to perform the conversion