Expand description
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
Tz
. - RcTz
- Reference-counted time zone.
- Tz
- Time zone parsed from a tz database file.
Enums§
- Error
- Parse errors from
Tz::parse()
.