jiff-tzdb

Crates.iojiff-tzdb
lib.rsjiff-tzdb
version0.1.4
created_at2024-07-09 00:25:55.228137+00
updated_at2025-03-23 00:38:41.407197+00
descriptionThe entire Time Zone Database embedded into your binary.
homepagehttps://github.com/BurntSushi/jiff/tree/master/crates/jiff-tzdb
repositoryhttps://github.com/BurntSushi/jiff
max_upload_size
id1296549
size240,576
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/jiff-tzdb

README

jiff-tzdb

This is an optional dependency of jiff that embeds the entire IANA Time Zone Database into the compiled binary. Specifically, it embeds the binary TZif for each time zone.

This is most typically used on Windows where there is no standard location for a system copy of the Time Zone Database. On macOS and Linux, one must explicitly opt into using jiff-tzdb. By default, in Unix environments, Jiff will look for a system copy of the Time Zone Database.

Documentation

https://docs.rs/jiff-tzdb

Commit count: 429

cargo fmt