Cargo Features
iana-time-zone has no features set by default.
[dependencies]
iana-time-zone = { version = "0.1.61", features = ["fallback"] }
- fallback
-
When enabled, the library will succeed to compile for unknown target platforms, and return an
Err(GetTimezoneError::OsError)
at runtime.