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

Structs

Enums

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

Traits

This trait represents a particular timezone offset.

This trait is sealed and is only implemented in this library.

This trait represents a timezone provider.