|
|
@@ -45,6 +45,8 @@ fn convert_common_tz_abbrs(tz: &str) -> &str { |
|
|
|
if tz.eq_ignore_ascii_case("CET") { return "Europe/Brussels" } |
|
|
|
if tz.eq_ignore_ascii_case("CEST") { return "Europe/Brussels" } |
|
|
|
if tz.eq_ignore_ascii_case("Brussels") { return "Europe/Brussels" } |
|
|
|
if tz.eq_ignore_ascii_case("utc") { return "UTC" } |
|
|
|
if tz.eq_ignore_ascii_case("z") { return "UTC" } |
|
|
|
|
|
|
|
tz |
|
|
|
} |
|
|
|