Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

chrono

Date and time types unconcerned with timezones.

They are primarily building blocks for other types (e.g. TimeZone), but can be also used for the simpler date and time handling.

Fully qualified path: chrono

Modules

format
dateISO 8601 calendar date without timezone. The implementation is optimized for determining year, month, day and day of week. Format of NaiveDate : YYYY_YYYY_YYYY_YYYY_YYYO_OOOO_OOOO_LWWW Y : Year…
datetime
days
internalsInternal helper types for working with dates.
isoweekISO 8601 week.
months
timeISO 8601 time without timezone.
time_deltaTemporal quantification
traits
utils
week
weekday
preludeA convenience module appropriate for glob imports ( use chrono::prelude::*; ).