[libgweather/gnome-2-30] data: Update Locations.xml.in for timezone changes



commit 16674e8c5863cb31834b41b5d95f62d01edba813
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Sep 27 14:36:26 2010 +0200

    data: Update Locations.xml.in for timezone changes
    
    Changes in tzdata 2010k:
     - Pacific/Ponape got renamed to Pacific/Pohnpei
     - Pacific/Truk got renamed to Pacific/Chuuk

 data/Locations.xml.in |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index ac89f7e..8c4f9b6 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -7402,7 +7402,7 @@
       <fips-code>FM</fips-code>
       <fips-code>US64</fips-code>
       <timezones>
-        <timezone id="Pacific/Ponape">
+        <timezone id="Pacific/Pohnpei">
           <!-- One of two time zones in the Federated States of
                Micronesia, including the islands of Pohnpei and Kosrae.
                The string is only used in places where "Micronesia" is
@@ -7410,14 +7410,16 @@
             -->
           <_name>Pohnpei / Kosrae</_name>
           <obsoletes>Pacific/Kosrae</obsoletes>
+          <obsoletes>Pacific/Ponape</obsoletes>
         </timezone>
-        <timezone id="Pacific/Truk">
+        <timezone id="Pacific/Chuuk">
           <!-- One of two time zones in the Federated States of
                Micronesia, including the islands of Yap and Chuuk. The
                string is only used in places where "Micronesia" is
                already clear from context.
             -->
           <_name>Yap / Chuuk</_name>
+          <obsoletes>Pacific/Truk</obsoletes>
         </timezone>
       </timezones>
       <city>
@@ -7427,7 +7429,7 @@
         <location>
           <name>Pohnpei</name>
           <code>PTTP</code>
-          <tz-hint>Pacific/Ponape</tz-hint>
+          <tz-hint>Pacific/Pohnpei</tz-hint>
           <coordinates>6.966667 158.216667</coordinates>
         </location>
       </city>



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