juniper::integrations::chrono

Type Alias LocalDateTime

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