jiff-tzdb

Crates.iojiff-tzdb
lib.rsjiff-tzdb
version0.1.1
sourcesrc
created_at2024-07-09 00:25:55.228137
updated_at2024-09-07 13:55:20.995341
descriptionThe entire Time Zone Database embedded into your binary.
homepagehttps://github.com/BurntSushi/jiff/tree/master/jiff-tzdb
repositoryhttps://github.com/BurntSushi/jiff
max_upload_size
id1296549
size378,809
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: 130

cargo fmt