localzone 0.3.1

figures out the local timezone as IANA / Olson identifier
Documentation
1
2
3
fn main() {
    println!("Timezone: {:?}", localzone::get_local_zone());
}