Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/zoneinfo Import tzdata2011k.



details:   https://anonhg.NetBSD.org/src/rev/32a21eb4c3f5
branches:  trunk
changeset: 770270:32a21eb4c3f5
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Oct 10 19:15:27 2011 +0000

description:
Import tzdata2011k.
Notable changes:
* New time zone Asia/Hebron (West Bank), which no longer
  follows the same rules as Asia/Gaza (Gaza Strip).
* Several Eastern European countries abolish
  daylight svings time and move from +02:00 to +03:00.

diffstat:

 share/zoneinfo/asia         |  58 ++++++++++++++++++++++++++++++++++++---
 share/zoneinfo/europe       |  65 +++++++++++++++++++++++++++++++++++++-------
 share/zoneinfo/northamerica |  38 +++++++++----------------
 share/zoneinfo/zone.tab     |   5 ++-
 4 files changed, 124 insertions(+), 42 deletions(-)

diffs (truncated from 315 to 300 lines):

diff -r 2a456861eeae -r 32a21eb4c3f5 share/zoneinfo/asia
--- a/share/zoneinfo/asia       Mon Oct 10 19:14:52 2011 +0000
+++ b/share/zoneinfo/asia       Mon Oct 10 19:15:27 2011 +0000
@@ -1,4 +1,4 @@
-# @(#)asia     8.65
+# @(#)asia     8.68
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 
@@ -2194,7 +2194,37 @@
 # http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html
 # </a>
 
+# From Steffen Thorsen (2011-08-26):
+# Gaza and the West Bank did go back to standard time in the beginning of
+# August, and will now enter daylight saving time again on 2011-08-30
+# 00:00 (so two periods of DST in 2011). The pause was because of
+# Ramadan.
+#
+# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=416217";>
+# http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
+# </a>
+# Additional info:
+# <a href="http://www.timeanddate.com/news/time/palestine-dst-2011.html";>
+# http://www.timeanddate.com/news/time/palestine-dst-2011.html
+# </a>
+
+# From Alexander Krivenyshev (2011-08-27):
+# According to the article in The Jerusalem Post:
+# "...Earlier this month, the Palestinian government in the West Bank decided to
+# move to standard time for 30 days, during Ramadan. The Palestinians in the
+# Gaza Strip accepted the change and also moved their clocks one hour back.
+# The Hamas government said on Saturday that it won't observe summertime after
+# the Muslim feast of Id al-Fitr, which begins on Tuesday..."
+# ...
+# <a href="http://www.jpost.com/MiddleEast/Article.aspx?id=235650";>
+# http://www.jpost.com/MiddleEast/Article.aspx?id=235650
+# </a>
+# or
+# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html";>
+# http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html
+# </a>
 # The rules for Egypt are stolen from the `africa' file.
+
 # Rule NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 Rule EgyptAsia 1957    only    -       May     10      0:00    1:00    S
 Rule EgyptAsia 1957    1958    -       Oct      1      0:00    0       -
@@ -2210,19 +2240,37 @@
 Rule Palestine 2006    2008    -       Apr      1      0:00    1:00    S
 Rule Palestine 2006    only    -       Sep     22      0:00    0       -
 Rule Palestine 2007    only    -       Sep     Thu>=8  2:00    0       -
-Rule Palestine 2008    only    -       Aug     lastFri 2:00    0       -
+Rule Palestine 2008    only    -       Aug     lastFri 0:00    0       -
 Rule Palestine 2009    only    -       Mar     lastFri 0:00    1:00    S
-Rule Palestine 2010    max     -       Mar     lastSat 0:01    1:00    S
-Rule Palestine 2009    max     -       Sep     Fri>=1  2:00    0       -
+Rule Palestine 2009    only    -       Sep     Fri>=1  2:00    0       -
+Rule Palestine 2010    only    -       Mar     lastSat 0:01    1:00    S
 Rule Palestine 2010    only    -       Aug     11      0:00    0       -
 
+# From Arthur David Olson (2011-09-20):
+# 2011 transitions per http://www.timeanddate.com as of 2011-09-20.
+
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 Zone   Asia/Gaza       2:17:52 -       LMT     1900 Oct
                        2:00    Zion    EET     1948 May 15
                        2:00 EgyptAsia  EE%sT   1967 Jun  5
                        2:00    Zion    I%sT    1996
                        2:00    Jordan  EE%sT   1999
-                       2:00 Palestine  EE%sT
+                       2:00 Palestine  EE%sT   2011 Apr  2 12:01
+                       2:00    1:00    EEST    2011 Aug  1
+                       2:00    -       EET
+
+Zone   Asia/Hebron     2:20:23 -       LMT     1900 Oct
+                       2:00    Zion    EET     1948 May 15
+                       2:00 EgyptAsia  EE%sT   1967 Jun  5
+                       2:00    Zion    I%sT    1996
+                       2:00    Jordan  EE%sT   1999
+                       2:00 Palestine  EE%sT   2008 Aug
+                       2:00    1:00    EEST    2008 Sep
+                       2:00 Palestine  EE%sT   2011 Apr  1 12:01
+                       2:00    1:00    EEST    2011 Aug  1
+                       2:00    -       EET     2011 Aug 30
+                       2:00    1:00    EEST    2011 Oct  3 3:00
+                       2:00    -       EET
 
 # Paracel Is
 # no information
diff -r 2a456861eeae -r 32a21eb4c3f5 share/zoneinfo/europe
--- a/share/zoneinfo/europe     Mon Oct 10 19:14:52 2011 +0000
+++ b/share/zoneinfo/europe     Mon Oct 10 19:15:27 2011 +0000
@@ -1,5 +1,5 @@
 # <pre>
-# @(#)europe   8.34
+# @(#)europe   8.38
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 
@@ -561,9 +561,9 @@
 #
 Rule   Russia  1992    only    -       Mar     lastSat  23:00  1:00    S
 Rule   Russia  1992    only    -       Sep     lastSat  23:00  0       -
-Rule   Russia  1993    max     -       Mar     lastSun  2:00s  1:00    S
+Rule   Russia  1993    2010    -       Mar     lastSun  2:00s  1:00    S
 Rule   Russia  1993    1995    -       Sep     lastSun  2:00s  0       -
-Rule   Russia  1996    max     -       Oct     lastSun  2:00s  0       -
+Rule   Russia  1996    2010    -       Oct     lastSun  2:00s  0       -
 
 # From Alexander Krivenyshev (2011-06-14):
 # According to Kremlin press service, Russian President Dmitry Medvedev
@@ -583,7 +583,6 @@
 # From Arthur David Olson (2011-06-15):
 # Take "abolishing daylight saving time" to mean that time is now considered
 # to be standard.
-# At least for now, keep the "old" Russia rules for the benefit of Belarus.
 
 # These are for backward compatibility with older versions.
 
@@ -689,6 +688,23 @@
                        1:00    EU      CE%sT
 
 # Belarus
+# From Yauhen Kharuzhy (2011-09-16):
+# By latest Belarus government act Europe/Minsk timezone was changed to
+# GMT+3 without DST (was GMT+2 with DST).
+#
+# Sources (Russian language):
+# 1.
+# <a href="http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html";>
+# http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html
+# </a>
+# 2.
+# <a href="http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/";>
+# http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/
+# </a>
+# 3.
+# <a href="http://news.tut.by/society/250578.html";>
+# http://news.tut.by/society/250578.html
+# </a>
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 Zone   Europe/Minsk    1:50:16 -       LMT     1880
                        1:50    -       MMT     1924 May 2 # Minsk Mean Time
@@ -700,7 +716,8 @@
                        2:00    1:00    EEST    1991 Sep 29 2:00s
                        2:00    -       EET     1992 Mar 29 0:00s
                        2:00    1:00    EEST    1992 Sep 27 0:00s
-                       2:00    Russia  EE%sT
+                       2:00    Russia  EE%sT   2011 Mar 27 2:00s
+                       3:00    -       FET # Further-eastern European Time
 
 # Belgium
 #
@@ -2034,7 +2051,7 @@
                         2:00   Poland  CE%sT   1946
                         3:00   Russia  MSK/MSD 1991 Mar 31 2:00s
                         2:00   Russia  EE%sT   2011 Mar 27 2:00s
-                        3:00   -       KALT
+                        3:00   -       FET # Further-eastern European Time
 #
 # From Oscar van Vlijmen (2001-08-25): [This region consists of]
 # Respublika Adygeya, Arkhangel'skaya oblast',
@@ -2189,7 +2206,7 @@
 # [parts of] Respublika Sakha (Yakutiya), Chitinskaya oblast'.
 
 # From Oscar van Vlijmen (2009-11-29):
-# ...some regions of RUssia were merged with others since 2005...
+# ...some regions of [Russia] were merged with others since 2005...
 # Some names were changed, no big deal, except for one instance: a new name.
 # YAK/YAKST: UTC+9 Zabajkal'skij kraj.
 
@@ -2613,6 +2630,28 @@
 # of March at 3am the time is changing to 4am and each last Sunday of
 # October the time at 4am is changing to 3am"
 
+# From Alexander Krivenyshev (2011-09-20):
+# On September 20, 2011 the deputies of the Verkhovna Rada agreed to
+# abolish the transfer clock to winter time.
+#
+# Bill number 8330 of MP from the Party of Regions Oleg Nadoshi got
+# approval from 266 deputies.
+#
+# Ukraine abolishes transter back to the winter time (in Russian)
+# <a href="http://news.mail.ru/politics/6861560/";>
+# http://news.mail.ru/politics/6861560/
+# </a>
+#
+# The Ukrainians will no longer change the clock (in Russian)
+# <a href="http://www.segodnya.ua/news/14290482.html";>
+# http://www.segodnya.ua/news/14290482.html
+# </a>
+#
+# Deputies cancelled the winter time (in Russian)
+# <a href="http://www.pravda.com.ua/rus/news/2011/09/20/6600616/";>
+# http://www.pravda.com.ua/rus/news/2011/09/20/6600616/
+# </a>
+
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 # Most of Ukraine since 1970 has been like Kiev.
 # "Kyiv" is the transliteration of the Ukrainian name, but
@@ -2626,7 +2665,8 @@
                        3:00    -       MSK     1990 Jul  1 2:00
                        2:00    -       EET     1992
                        2:00    E-Eur   EE%sT   1995
-                       2:00    EU      EE%sT
+                       2:00    EU      EE%sT   2011 Mar lastSun 1:00u
+                       3:00    -       FET # Further-eastern European Time
 # Ruthenia used CET 1990/1991.
 # "Uzhhorod" is the transliteration of the Ukrainian name, but
 # "Uzhgorod" is more common in English.
@@ -2640,7 +2680,8 @@
                        1:00    -       CET     1991 Mar 31 3:00
                        2:00    -       EET     1992
                        2:00    E-Eur   EE%sT   1995
-                       2:00    EU      EE%sT
+                       2:00    EU      EE%sT   2011 Mar lastSun 1:00u
+                       3:00    -       FET # Further-eastern European Time
 # Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
 # "Zaporizhia" is the transliteration of the Ukrainian name, but
 # "Zaporozh'ye" is more common in English.  Use the common English
@@ -2653,7 +2694,8 @@
                        1:00    C-Eur   CE%sT   1943 Oct 25
                        3:00    Russia  MSK/MSD 1991 Mar 31 2:00
                        2:00    E-Eur   EE%sT   1995
-                       2:00    EU      EE%sT
+                       2:00    EU      EE%sT   2011 Mar lastSun 1:00u
+                       3:00    -       FET # Further-eastern European Time
 # Central Crimea used Moscow time 1994/1997.
 Zone Europe/Simferopol 2:16:24 -       LMT     1880
                        2:16    -       SMT     1924 May  2 # Simferopol Mean T
@@ -2678,7 +2720,8 @@
 # Assume it happened in March by not changing the clocks.
                        3:00    Russia  MSK/MSD 1997
                        3:00    -       MSK     1997 Mar lastSun 1:00u
-                       2:00    EU      EE%sT
+                       2:00    EU      EE%sT   2011 Mar lastSun 1:00u
+                       3:00    -       FET # Further-eastern European Time
 
 ###############################################################################
 
diff -r 2a456861eeae -r 32a21eb4c3f5 share/zoneinfo/northamerica
--- a/share/zoneinfo/northamerica       Mon Oct 10 19:14:52 2011 +0000
+++ b/share/zoneinfo/northamerica       Mon Oct 10 19:15:27 2011 +0000
@@ -1,5 +1,5 @@
 # <pre>
-# @(#)northamerica     8.48
+# @(#)northamerica     8.49
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 
@@ -1168,31 +1168,21 @@
 # INMS (2000-09-12) says that, since 1988 at least, Newfoundland switches
 # at 00:01 local time.  For now, assume it started in 1987.
 
-# From Michael Pelley (2011-08-05):
-# The Government of Newfoundland and Labrador has pending changes to
-# modify the hour for daylight savings time to come into effect in
-# November 2011. This modification would change the time from 12:01AM to
-# 2:00AM on the dates of the switches of Daylight Savings Time to/from
-# Standard Time.
-#
-# As a matter of reference, in Canada provinces have the authority of
-# setting time zone information. The legislation has passed our
-# legislative body (The House of Assembly) and is awaiting the
-# proclamation to come into effect. You may find this information at:
-# <a href="http://www.assembly.nl.ca/legislation/sr/lists/Proclamation.htm";>
-# http://www.assembly.nl.ca/legislation/sr/lists/Proclamation.htm
-# </a>
-# and
-# search within that web page for Standard Time (Amendment) Act. The Act
-# may be found at:
-# <a href="http://www.assembly.nl.ca/business/bills/Bill1106.htm";>
-# http://www.assembly.nl.ca/business/bills/Bill1106.htm
+# From Michael Pelley (2011-09-12):
+# We received today, Monday, September 12, 2011, notification that the
+# changes to the Newfoundland Standard Time Act have been proclaimed.
+# The change in the Act stipulates that the change from Daylight Savings
+# Time to Standard Time and from Standard Time to Daylight Savings Time
+# now occurs at 2:00AM.
+# ...
+# <a href="http://www.assembly.nl.ca/legislation/sr/annualstatutes/2011/1106.chp.htm";>
+# http://www.assembly.nl.ca/legislation/sr/annualstatutes/2011/1106.chp.htm
 # </a>
 # ...
-# MICHAEL PELLEY | Manager of Enterprise Architecture - Solution Delivery
-# Office of the Chief Information Officer Executive Council Government of
-# Newfoundland & Labrador P.O. Box 8700, 40 Higgins Line, St. John's NL
-# A1B 4J6
+# MICHAEL PELLEY  |  Manager of Enterprise Architecture - Solution Delivery
+# Office of the Chief Information Officer
+# Executive Council
+# Government of Newfoundland & Labrador
 
 Rule   StJohns 1987    only    -       Apr     Sun>=1  0:01    1:00    D
 Rule   StJohns 1987    2006    -       Oct     lastSun 0:01    0       S
diff -r 2a456861eeae -r 32a21eb4c3f5 share/zoneinfo/zone.tab
--- a/share/zoneinfo/zone.tab   Mon Oct 10 19:14:52 2011 +0000
+++ b/share/zoneinfo/zone.tab   Mon Oct 10 19:15:27 2011 +0000
@@ -1,5 +1,5 @@
 # <pre>



Home | Main Index | Thread Index | Old Index