[−][src]Crate tzfile
tzfile is a chrono::TimeZone implementation using the system tz
database. It can parse compiled (binary) time zone files inside
/usr/share/zoneinfo into time zone objects for chrono.
Structs
| ArcTz | Atomic reference-counted time zone. |
| Offset | Offset type associated with |
| RcTz | Reference-counted time zone. |
| Tz | Time zone parsed from a tz database file. |
Enums
| Error | Parse errors from |