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 */ }