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 | — |
| date | ISO 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 | — |
| internals | Internal helper types for working with dates. |
| isoweek | ISO 8601 week. |
| months | — |
| time | ISO 8601 time without timezone. |
| time_delta | Temporal quantification |
| traits | — |
| utils | — |
| week | — |
| weekday | — |
| prelude | A convenience module appropriate for glob imports ( use chrono::prelude::*; ). |