[libgweather] locations: Fix Novosibirsk (Russia) timezone



commit ec05c90d35e6f7850ac6cf4bd3b0a9d3dc67f934
Author: Silvara <mistresssilvara hotmail com>
Date:   Wed Feb 15 19:49:00 2017 +0000

    locations: Fix Novosibirsk (Russia) timezone
    
    The timezone for Novosibirsk changed from +0600 to +0700 in 2016,
    becoming separate from Asia/Omsk.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778707

 data/Locations.xml |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index a1de677..29620c6 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -18487,14 +18487,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
@@ -18962,7 +18969,7 @@
           -->
         <_name>Novosibirsk</_name>
         <coordinates>55.041111 82.934444</coordinates>
-        <tz-hint>Asia/Omsk</tz-hint>
+        <tz-hint>Asia/Novosibirsk</tz-hint>
         <location>
           <name>Novosibirsk</name>
           <code>UNNT</code>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]