pub type LocalDateTime = NaiveDateTime;
Expand description
Combined date and time (without time zone) in yyyy-MM-dd HH:mm:ss
format.
See also chrono::NaiveDateTime
for details.
Aliased Typeยง
struct LocalDateTime { /* private fields */ }
pub type LocalDateTime = NaiveDateTime;
Combined date and time (without time zone) in yyyy-MM-dd HH:mm:ss
format.
See also chrono::NaiveDateTime
for details.
struct LocalDateTime { /* private fields */ }