Type Alias sea_orm::entity::prelude::DateTimeLocal

source ·
pub type DateTimeLocal = DateTime<Local>;
Expand description

Date time represented in local time

Aliased Type§

struct DateTimeLocal { /* private fields */ }

Trait Implementations§