Cargo Features

[dependencies]
tzdb = { version = "0.6.1", default-features = false, features = ["local"] }
default = local

The local feature is set by default whenever tzdb is added without default-features = false somewhere in the dependency tree.

local default = iana-time-zone

Enable functions to query the current system time:

Affects tzdb::local_tz, now::local, now::local_or

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

iana-time-zone local