Type Definition sea_orm::entity::prelude::DateTimeWithTimeZone

source ·
pub type DateTimeWithTimeZone = DateTime<FixedOffset>;
Expand description

Date time with fixed offset

Trait Implementations§