chrono-tz 0.1.1

TimeZone implementations for rust-chrono from the IANA database
Documentation
1
2
3
pub mod Europe {
    pub type London = ::timezone_impl::Wrap<::timezones::Europe_London>;
}