Crate time_tz

Source
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_tzposix-tz
systemsystem
Support for getting time zone information from the target system.
timezonesdb

Structs§

Tzdb

Enums§

OffsetResult
This represents the possible types of errors when trying to find a local offset.

Traits§

Offset
This trait represents a particular timezone offset.
OffsetDateTimeExt
PrimitiveDateTimeExt
This trait is sealed and is only implemented in this library.
TimeZone
This trait represents a timezone provider.