Crates.io | jiff-tzdb |
lib.rs | jiff-tzdb |
version | 0.1.1 |
source | src |
created_at | 2024-07-09 00:25:55.228137 |
updated_at | 2024-09-07 13:55:20.995341 |
description | The entire Time Zone Database embedded into your binary. |
homepage | https://github.com/BurntSushi/jiff/tree/master/jiff-tzdb |
repository | https://github.com/BurntSushi/jiff |
max_upload_size | |
id | 1296549 |
size | 378,809 |
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.