Registry / utility / tzdb
library0.7.3rscratesunverified

Static time zone information for tz-rs.

# Cargo.toml [dependencies] tzdb = "0.7.3"
INSTALL
IMPORT
SIG · TZDB
T
tzdb
utilityrustv0.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tz
✓ use tzdb::Tz;

Gets the UTC timezone.

use tzdb::Tz; fn main() { let tz = Tz::utc(); println!("UTC timezone: {:?}", tz); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
15
Resources
tzdb — cargo add tzdb · libregistry