diff options
author | Scott Balneaves <[email protected]> | 2017-03-29 11:32:56 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-19 21:25:56 +0200 |
commit | 1d43e4795f811cad51088f5d1c56a5e1960940c6 (patch) | |
tree | 6d7038fd65af845e7f3a9940f900fdb11b502f31 | |
parent | 5f8d7977a0dbff1acccd84d6c983c5924f5f3204 (diff) | |
download | libmateweather-1d43e4795f811cad51088f5d1c56a5e1960940c6.tar.bz2 libmateweather-1d43e4795f811cad51088f5d1c56a5e1960940c6.tar.xz |
Fix Novosibirsk timezone
Fixes https://github.com/mate-desktop/libmateweather/issues/37. Davai!
-rw-r--r-- | data/Locations.xml.in | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index 18839cb..137ce1f 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -18038,14 +18038,21 @@ <_name>Yekaterinburg Time</_name> </timezone> <timezone id="Asia/Omsk"> - <!-- A Russian time zone, used in the Omsk and Novosibirsk - oblasts and surrounding areas of south-central Russia. + <!-- A Russian time zone, used in the Omsk oblast + and surrounding areas of south-central Russia. The Russian name is "Омское время". This string is only used in places where "Russia" is already clear from context. --> <_name>Omsk Time</_name> - <obsoletes>Asia/Novosibirsk</obsoletes> + </timezone> + <timezone id="Asia/Novosibirsk"> + <!-- A Russian time zone, used in the Novosibirsk oblast. + The Russian name is "Новосибирское время". + This string is only used in places + where "Russia" is already clear from context. + --> + <_name>Novosibirsk Time</_name> </timezone> <timezone id="Asia/Krasnoyarsk"> <!-- A Russian time zone, used in the Krasnoyarsk krai and @@ -18496,7 +18503,7 @@ <location> <name>Novosibirsk</name> <code>UNNT</code> - <tz-hint>Asia/Omsk</tz-hint> + <tz-hint>Asia/Novosibirsk</tz-hint> <coordinates>55.083333 82.900000</coordinates> </location> </city> |