Type Alias sea_orm::entity::prelude::DateTimeUtc

source ·
pub type DateTimeUtc = DateTime<Utc>;
Expand description

Date time represented in UTC

Aliased Type§

struct DateTimeUtc { /* private fields */ }

Trait Implementations§