juniper::integrations::chrono

Type Alias LocalTime

Source
pub type LocalTime = NaiveTime;
Expand description

Clock time within a given date (without time zone) in HH:mm[:ss[.SSS]] format.

All minutes are assumed to have exactly 60 seconds; no attempt is made to handle leap seconds (either positive or negative).

LocalTime scalar compliant.

See also chrono::NaiveTime for details.

Aliased Typeยง

struct LocalTime { /* private fields */ }