tzdb_data — Time Zone Database
Static, #![no_std] time zone information for tz-rs
Usage examples
// access by identifier
let time_zone = KYIV;
// access by name
let time_zone = find_tz.unwrap;
// names are case insensitive
let time_zone = find_tz.unwrap;