Expand description
This provides traits and utilities to work with timezones to time-rs and additionally has an
implementation of IANA timezone database. To disable the integrated IANA/windows databases,
one can simply remove the db
default feature.
Modules§
- posix_
tz posix-tz
- system
system
- Support for getting time zone information from the target system.
- timezones
db
Structs§
- Tz
db
Enums§
- Offset
Result - This represents the possible types of errors when trying to find a local offset.
Traits§
- Offset
- This trait represents a particular timezone offset.
- Offset
Date Time Ext - Primitive
Date Time Ext - This trait is sealed and is only implemented in this library.
- Time
Zone - This trait represents a timezone provider.