tzdb — Time Zone Database
Static time zone information for tz-rs.
See the documentation for a full list the the contained time zones: https://docs.rs/tzdb/latest/0.3/time_zone/index.html
Usage examples
use ;
use ;
// access by identifier
now;
// access by name
now;
// names are case insensitive
now;
Feature flags
fallback(enabled by default) — compile for unknown target platforms, too