jdk/make/sun/javazic/tzdata/asia
author sherman
Fri, 09 Aug 2013 12:40:11 -0700
changeset 19382 fdb8e07fdaee
parent 17464 268d3ce75045
child 20867 38b088040f4f
permissions -rw-r--r--
8020054: (tz) Support tzdata2013d Summary: update the jdk8 tz data to version 2013d Reviewed-by: coffeys, peytoia
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     3
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     9
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# accompanied this code).
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    15
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    19
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
    24
# <pre>
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    25
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    26
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# This data is by no means authoritative; if you think you know better,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# go ahead and edit the file (and please send any changes to
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    30
# tz@iana.org for general use in the future).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    32
# From Paul Eggert (2013-02-21):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# A good source for time zone historical data outside the U.S. is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# San Diego: ACS Publications, Inc. (2003).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Gwillim Law writes that a good source
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# for recent time zone data is the International Air Transport
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# published semiannually.  Law sent in several helpful summaries
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# of the IATA's data after 1990.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# entries through 1990, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# Another source occasionally used is Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    51
# For data circa 1899, a common source is:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    52
# Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    53
# <http://www.jstor.org/stable/1774359>.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    54
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# A reliable and entertaining source about time zones is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
# I invented the abbreviations marked `*' in the following table;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
# the rest are from earlier versions of this file, or from other sources.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# Corrections are welcome!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
#	     std  dst
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
#	     LMT	Local Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
#	2:00 EET  EEST	Eastern European Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
#	2:00 IST  IDT	Israel
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
#	3:00 AST  ADT	Arabia*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#	3:30 IRST IRDT	Iran
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
#	4:00 GST	Gulf*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#	5:30 IST	India
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
#	7:00 ICT	Indochina*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#	7:00 WIT	west Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
#	8:00 CIT	central Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
#	8:00 CST	China
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
#	9:00 CJT	Central Japanese Time (1896/1937)*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
#	9:00 EIT	east Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#	9:00 JST  JDT	Japan
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
#	9:00 KST  KDT	Korea
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
#	9:30 CST	(Australian) Central Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# See the `europe' file for Russia and Turkey in Asia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# From Guy Harris:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
# Incorporates data for Singapore from Robert Elz' asia 1.1, as well as
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
# additional information from Tom Yap, Sun Microsystems Intercontinental
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
# Technical Support (including a page from the Official Airline Guide -
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# Worldwide Edition).  The names for time zones are guesses.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# These rules are stolen from the `europe' file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
Rule	EUAsia	1981	max	-	Mar	lastSun	 1:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
Rule	EUAsia	1979	1995	-	Sep	lastSun	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
Rule	EUAsia	1996	max	-	Oct	lastSun	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
Rule E-EurAsia	1981	max	-	Mar	lastSun	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
Rule E-EurAsia	1979	1995	-	Sep	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Rule E-EurAsia	1996	max	-	Oct	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Rule RussiaAsia	1981	1984	-	Apr	1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
Rule RussiaAsia	1981	1983	-	Oct	1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
Rule RussiaAsia	1984	1991	-	Sep	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
Rule RussiaAsia	1985	1991	-	Mar	lastSun	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Rule RussiaAsia	1992	only	-	Mar	lastSat	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
Rule RussiaAsia	1992	only	-	Sep	lastSat	23:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
Rule RussiaAsia	1993	max	-	Mar	lastSun	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Rule RussiaAsia	1993	1995	-	Sep	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
Rule RussiaAsia	1996	max	-	Oct	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
# Afghanistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
Zone	Asia/Kabul	4:36:48 -	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
			4:00	-	AFT	1945
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
			4:30	-	AFT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# Armenia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# Shanks & Pottenger have Yerevan switching to 3:00 (with Russian DST)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
# in spring 1991, then to 4:00 with no DST in fall 1995, then
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
# readopting Russian DST in 1997.  Go with Shanks & Pottenger, even
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
# when they disagree with others.  Edgar Der-Danieliantz
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# reported (1996-05-04) that Yerevan probably wouldn't use DST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
# in 1996, though it did use DST in 1995.  IATA SSIM (1991/1998) reports that
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
# Armenia switched from 3:00 to 4:00 in 1998 and observed DST after 1991,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
# but started switching at 3:00s in 1998.
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   123
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   124
# From Arthur David Olson (2011-06-15):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   125
# While Russia abandoned DST in 2011, Armenia may choose to
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   126
# follow Russia's "old" rules.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   127
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   128
# From Alexander Krivenyshev (2012-02-10):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   129
# According to News Armenia, on Feb 9, 2012,
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   130
# http://newsarmenia.ru/society/20120209/42609695.html
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   131
#
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   132
# The Armenia National Assembly adopted final reading of Amendments to the
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   133
# Law "On procedure of calculation time on the territory of the Republic of
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   134
# Armenia" according to which Armenia [is] abolishing Daylight Saving Time.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   135
# or
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   136
# (brief)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   137
# http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
Zone	Asia/Yerevan	2:58:00 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
			3:00	-	YERT	1957 Mar    # Yerevan Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
			4:00 RussiaAsia YER%sT	1991 Mar 31 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
			3:00	1:00	YERST	1991 Sep 23 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
			3:00 RussiaAsia	AM%sT	1995 Sep 24 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
			4:00	-	AMT	1997
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   145
			4:00 RussiaAsia	AM%sT	2012 Mar 25 2:00s
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   146
			4:00	-	AMT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
# Azerbaijan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
# From Rustam Aliyev of the Azerbaijan Internet Forum (2005-10-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
# According to the resolution of Cabinet of Ministers, 1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
# Resolution available at: http://aif.az/docs/daylight_res.pdf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
Rule	Azer	1997	max	-	Mar	lastSun	 4:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
Rule	Azer	1997	max	-	Oct	lastSun	 5:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
Zone	Asia/Baku	3:19:24 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
			3:00	-	BAKT	1957 Mar    # Baku Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
			4:00 RussiaAsia BAK%sT	1991 Mar 31 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
			3:00	1:00	BAKST	1991 Aug 30 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
			3:00 RussiaAsia	AZ%sT	1992 Sep lastSat 23:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
			4:00	-	AZT	1996 # Azerbaijan time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
			4:00	EUAsia	AZ%sT	1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
			4:00	Azer	AZ%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
# Bahrain
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
Zone	Asia/Bahrain	3:22:20 -	LMT	1920		# Al Manamah
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
			4:00	-	GST	1972 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
			3:00	-	AST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# Bangladesh
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   172
# From Alexander Krivenyshev (2009-05-13):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   173
# According to newspaper Asian Tribune (May 6, 2009) Bangladesh may introduce
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   174
# Daylight Saving Time from June 16 to Sept 30
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   175
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   176
# Bangladesh to introduce daylight saving time likely from June 16
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   177
# <a href="http://www.asiantribune.com/?q=node/17288">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   178
# http://www.asiantribune.com/?q=node/17288
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   179
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   180
# or
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   181
# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   182
# http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   183
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   184
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   185
# "... Bangladesh government has decided to switch daylight saving time from
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   186
# June
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   187
# 16 till September 30 in a bid to ensure maximum use of daylight to cope with
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   188
# crippling power crisis. "
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   189
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   190
# The switch will remain in effect from June 16 to Sept 30 (2009) but if
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   191
# implemented the next year, it will come in force from April 1, 2010
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   192
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   193
# From Steffen Thorsen (2009-06-02):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   194
# They have finally decided now, but changed the start date to midnight between
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   195
# the 19th and 20th, and they have not set the end date yet.
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   196
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   197
# Some sources:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   198
# <a href="http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   199
# http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   200
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   201
# <a href="http://bdnews24.com/details.php?id=85889&cid=2">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   202
# http://bdnews24.com/details.php?id=85889&cid=2
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   203
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   204
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   205
# Our wrap-up:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   206
# <a href="http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   207
# http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   208
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   209
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   210
# From A. N. M. Kamrus Saadat (2009-06-15):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   211
# Finally we've got the official mail regarding DST start time where DST start
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   212
# time is mentioned as Jun 19 2009, 23:00 from BTRC (Bangladesh
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   213
# Telecommunication Regulatory Commission).
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   214
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   215
# No DST end date has been announced yet.
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   216
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   217
# From Alexander Krivenyshev (2009-09-25):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   218
# Bangladesh won't go back to Standard Time from October 1, 2009,
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   219
# instead it will continue DST measure till the cabinet makes a fresh decision.
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   220
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   221
# Following report by same newspaper-"The Daily Star Friday":
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   222
# "DST change awaits cabinet decision-Clock won't go back by 1-hr from Oct 1"
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   223
# <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=107021">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   224
# http://www.thedailystar.net/newDesign/news-details.php?nid=107021
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   225
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   226
# or
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   227
# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   228
# http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   229
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   230
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   231
# From Steffen Thorsen (2009-10-13):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   232
# IANS (Indo-Asian News Service) now reports:
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   233
# Bangladesh has decided that the clock advanced by an hour to make
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   234
# maximum use of daylight hours as an energy saving measure would
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   235
# "continue for an indefinite period."
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   236
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   237
# One of many places where it is published:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   238
# <a href="http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   239
# http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   240
# </a>
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   241
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   242
# From Alexander Krivenyshev (2009-12-24):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   243
# According to Bangladesh newspaper "The Daily Star,"
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   244
# Bangladesh will change its clock back to Standard Time on Dec 31, 2009.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   245
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   246
# Clock goes back 1-hr on Dec 31 night.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   247
# <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=119228">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   248
# http://www.thedailystar.net/newDesign/news-details.php?nid=119228
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   249
# </a>
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   250
# and
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   251
# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   252
# http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   253
# </a>
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   254
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   255
# "...The government yesterday decided to put the clock back by one hour
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   256
# on December 31 midnight and the new time will continue until March 31,
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   257
# 2010 midnight. The decision came at a cabinet meeting at the Prime
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   258
# Minister's Office last night..."
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   259
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   260
# From Alexander Krivenyshev (2010-03-22):
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   261
# According to Bangladesh newspaper "The Daily Star,"
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   262
# Cabinet cancels Daylight Saving Time
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   263
# <a href="http://www.thedailystar.net/newDesign/latest_news.php?nid=22817">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   264
# http://www.thedailystar.net/newDesign/latest_news.php?nid=22817
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   265
# </a>
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   266
# or
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   267
# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   268
# http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   269
# </a>
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   270
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   271
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   272
Rule	Dhaka	2009	only	-	Jun	19	23:00	1:00	S
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   273
Rule	Dhaka	2009	only	-	Dec	31	23:59	0	-
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   274
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
Zone	Asia/Dhaka	6:01:40 -	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
			5:53:20	-	HMT	1941 Oct    # Howrah Mean Time?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
			6:30	-	BURT	1942 May 15 # Burma Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
			5:30	-	IST	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
			6:30	-	BURT	1951 Sep 30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
			6:00	-	DACT	1971 Mar 26 # Dacca Time
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   282
			6:00	-	BDT	2009
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   283
			6:00	Dhaka	BD%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
# Bhutan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
Zone	Asia/Thimphu	5:58:36 -	LMT	1947 Aug 15 # or Thimbu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
			5:30	-	IST	1987 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
			6:00	-	BTT	# Bhutan Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
# British Indian Ocean Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
# Whitman and the 1995 CIA time zone map say 5:00, but the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
# 1997 and later maps say 6:00.  Assume the switch occurred in 1996.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
# We have no information as to when standard time was introduced;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
# assume it occurred in 1907, the same year as Mauritius (which
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
# then contained the Chagos Archipelago).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
Zone	Indian/Chagos	4:49:40	-	LMT	1907
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
			5:00	-	IOT	1996 # BIOT Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
			6:00	-	IOT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
# Brunei
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
Zone	Asia/Brunei	7:39:40 -	LMT	1926 Mar   # Bandar Seri Begawan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
			7:30	-	BNT	1933
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
			8:00	-	BNT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
# Burma / Myanmar
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   309
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   310
# Milne says 6:24:40 was the meridian of the time ball observatory at Rangoon.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   311
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
Zone	Asia/Rangoon	6:24:40 -	LMT	1880		# or Yangon
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   314
			6:24:40	-	RMT	1920	   # Rangoon Mean Time?
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
			6:30	-	BURT	1942 May   # Burma Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
			9:00	-	JST	1945 May 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
			6:30	-	MMT		   # Myanmar Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
# Cambodia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
Zone	Asia/Phnom_Penh	6:59:40 -	LMT	1906 Jun  9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
			7:00	-	ICT	1912 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
			8:00	-	ICT	1931 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
			7:00	-	ICT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
# China
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
# From Guy Harris:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
# People's Republic of China.  Yes, they really have only one time zone.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
# From Bob Devine (1988-01-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
# No they don't.  See TIME mag, 1986-02-17 p.52.  Even though
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
# China is across 4 physical time zones, before Feb 1, 1986 only the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
# Peking (Bejing) time zone was recognized.  Since that date, China
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
# has two of 'em -- Peking's and Urumqi (named after the capital of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
# the Xinjiang Uyghur Autonomous Region).  I don't know about DST for it.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
# . . .I just deleted the DST table and this editor makes it too
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
# painful to suck in another copy..  So, here is what I have for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
# DST start/end dates for Peking's time zone (info from AP):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
#     1986 May 4 - Sept 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
#     1987 mid-April - ??
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
# From U. S. Naval Observatory (1989-01-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
# CHINA               8 H  AHEAD OF UTC  ALL OF CHINA, INCL TAIWAN
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
# CHINA               9 H  AHEAD OF UTC  APR 17 - SEP 10
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
# Shanks & Pottenger write that China (except for Hong Kong and Macau)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
# has had a single time zone since 1980 May 1, observing summer DST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
# from 1986 through 1991; this contradicts Devine's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
# note about Time magazine, though apparently _something_ happened in 1986.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
# Go with Shanks & Pottenger for now.  I made up names for the other
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
# pre-1980 time zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
# From Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
Rule	Shang	1940	only	-	Jun	 3	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
Rule	Shang	1940	1941	-	Oct	 1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
Rule	Shang	1941	only	-	Mar	16	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
Rule	PRC	1986	only	-	May	 4	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
Rule	PRC	1986	1991	-	Sep	Sun>=11	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
Rule	PRC	1987	1991	-	Apr	Sun>=10	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
# From Anthony Fok (2001-12-20):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
# BTW, I did some research on-line and found some info regarding these five
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
# historic timezones from some Taiwan websites.  And yes, there are official
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
# Chinese names for these locales (before 1949).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
# From Jesper Norgaard Welen (2006-07-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
# I have investigated the timezones around 1970 on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
# http://www.astro.com/atlas site [with provinces and county
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
# boundaries summarized below]....  A few other exceptions were two
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
# counties on the Sichuan side of the Xizang-Sichuan border,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
# counties Dege and Baiyu which lies on the Sichuan side and are
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# therefore supposed to be GMT+7, Xizang region being GMT+6, but Dege
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
# county is GMT+8 according to astro.com while Baiyu county is GMT+6
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
# (could be true), for the moment I am assuming that those two
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
# counties are mistakes in the astro.com data.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   383
# From Paul Eggert (2008-02-11):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   384
# I just now checked Google News for western news sources that talk
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   385
# about China's single time zone, and couldn't find anything before 1986
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   386
# talking about China being in one time zone.  (That article was: Jim
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   387
# Mann, "A clumsy embrace for another western custom: China on daylight
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   388
# time--sort of", Los Angeles Times, 1986-05-05.  By the way, this
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   389
# article confirms the tz database's data claiming that China began
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   390
# observing daylight saving time in 1986.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   391
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   392
# From Thomas S. Mullaney (2008-02-11):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   393
# I think you're combining two subjects that need to treated
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   394
# separately: daylight savings (which, you're correct, wasn't
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   395
# implemented until the 1980s) and the unified time zone centered near
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   396
# Beijing (which was implemented in 1949). Briefly, there was also a
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   397
# "Lhasa Time" in Tibet and "Urumqi Time" in Xinjiang. The first was
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   398
# ceased, and the second eventually recognized (again, in the 1980s).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   399
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   400
# From Paul Eggert (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   401
# There seems to be a good chance China switched to a single time zone in 1949
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   402
# rather than in 1980 as Shanks & Pottenger have it, but we don't have a
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   403
# reliable documentary source saying so yet, so for now we still go with
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   404
# Shanks & Pottenger.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
# Changbai Time ("Long-white Time", Long-white = Heilongjiang area)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
# Heilongjiang (except Mohe county), Jilin
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
Zone	Asia/Harbin	8:26:44	-	LMT	1928 # or Haerbin
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
			8:30	-	CHAT	1932 Mar # Changbai Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
			8:00	-	CST	1940
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
			9:00	-	CHAT	1966 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
			8:30	-	CHAT	1980 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
# Zhongyuan Time ("Central plain Time")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
# most of China
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   417
# Milne gives 8:05:56.7; round to nearest.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   418
Zone	Asia/Shanghai	8:05:57	-	LMT	1928
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
			8:00	Shang	C%sT	1949
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
# Long-shu Time (probably due to Long and Shu being two names of that area)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
# Guangxi, Guizhou, Hainan, Ningxia, Sichuan, Shaanxi, and Yunnan;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
# most of Gansu; west Inner Mongolia; west Qinghai; and the Guangdong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
# counties Deqing, Enping, Kaiping, Luoding, Taishan, Xinxing,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
# Yangchun, Yangjiang, Yu'nan, and Yunfu.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
Zone	Asia/Chongqing	7:06:20	-	LMT	1928 # or Chungking
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
			7:00	-	LONT	1980 May # Long-shu Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
# Xin-zang Time ("Xinjiang-Tibet Time")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
# The Gansu counties Aksay, Anxi, Dunhuang, Subei; west Qinghai;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
# the Guangdong counties  Xuwen, Haikang, Suixi, Lianjiang,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
# Zhanjiang, Wuchuan, Huazhou, Gaozhou, Maoming, Dianbai, and Xinyi;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
# east Tibet, including Lhasa, Chamdo, Shigaise, Jimsar, Shawan and Hutubi;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
# east Xinjiang, including Urumqi, Turpan, Karamay, Korla, Minfeng, Jinghe,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
# Wusu, Qiemo, Xinyan, Wulanwusu, Jinghe, Yumin, Tacheng, Tuoli, Emin,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
# Shihezi, Changji, Yanqi, Heshuo, Tuokexun, Tulufan, Shanshan, Hami,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
# Fukang, Kuitun, Kumukuli, Miquan, Qitai, and Turfan.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
Zone	Asia/Urumqi	5:50:20	-	LMT	1928 # or Urumchi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
			6:00	-	URUT	1980 May # Urumqi Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
# Kunlun Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
# West Tibet, including Pulan, Aheqi, Shufu, Shule;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
# West Xinjiang, including Aksu, Atushi, Yining, Hetian, Cele, Luopu, Nileke,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
# Zhaosu, Tekesi, Gongliu, Chabuchaer, Huocheng, Bole, Pishan, Suiding,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
# and Yarkand.
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   446
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   447
# From Luther Ma (2009-10-17):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   448
# Almost all (>99.9%) ethnic Chinese (properly ethnic Han) living in
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   449
# Xinjiang use Chinese Standard Time. Some are aware of Xinjiang time,
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   450
# but have no need of it. All planes, trains, and schools function on
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   451
# what is called "Beijing time." When Han make an appointment in Chinese
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   452
# they implicitly use Beijing time.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   453
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   454
# On the other hand, ethnic Uyghurs, who make up about half the
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   455
# population of Xinjiang, typically use "Xinjiang time" which is two
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   456
# hours behind Beijing time, or UTC +0600. The government of the Xinjiang
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   457
# Uyghur Autonomous Region, (XAUR, or just Xinjiang for short) as well as
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   458
# local governments such as the Urumqi city government use both times in
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   459
# publications, referring to what is popularly called Xinjiang time as
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   460
# "Urumqi time." When Uyghurs make an appointment in the Uyghur language
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   461
# they almost invariably use Xinjiang time.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   462
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   463
# (Their ethnic Han compatriots would typically have no clue of its
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   464
# widespread use, however, because so extremely few of them are fluent in
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   465
# Uyghur, comparable to the number of Anglo-Americans fluent in Navajo.)
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   466
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   467
# (...As with the rest of China there was a brief interval ending in 1990
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   468
# or 1991 when summer time was in use.  The confusion was severe, with
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   469
# the province not having dual times but four times in use at the same
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   470
# time. Some areas remained on standard Xinjiang time or Beijing time and
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   471
# others moving their clocks ahead.)
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   472
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   473
# ...an example of an official website using of Urumqi time.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   474
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   475
# The first few lines of the Google translation of
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   476
# <a href="http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   477
# http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   478
# </a>
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   479
# (retrieved 2009-10-13)
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   480
# > Urumqi fire seven people are missing the alleged losses of at least
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   481
# > 500 million yuan
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   482
# >
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   483
# > (Reporter Dong Liu) the day before 20:20 or so (Urumqi Time 18:20),
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   484
# > Urumqi City Department of International Plaza Luther Qiantang River
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   485
# > burst fire. As of yesterday, 18:30, Urumqi City Fire officers and men
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   486
# > have worked continuously for 22 hours...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   487
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   488
# From Luther Ma (2009-11-19):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   489
# With the risk of being redundant to previous answers these are the most common
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   490
# English "transliterations" (w/o using non-English symbols):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   491
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   492
# 1. Wulumuqi...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   493
# 2. Kashi...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   494
# 3. Urumqi...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   495
# 4. Kashgar...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   496
# ...
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   497
# 5. It seems that Uyghurs in Urumqi has been using Xinjiang since at least the
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   498
# 1960's. I know of one Han, now over 50, who grew up in the surrounding
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   499
# countryside and used Xinjiang time as a child.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   500
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   501
# 6. Likewise for Kashgar and the rest of south Xinjiang I don't know of any
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   502
# start date for Xinjiang time.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   503
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   504
# Without having access to local historical records, nor the ability to legally
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   505
# publish them, I would go with October 1, 1949, when Xinjiang became the Uyghur
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   506
# Autonomous Region under the PRC. (Before that Uyghurs, of course, would also
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   507
# not be using Beijing time, but some local time.)
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   508
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
Zone	Asia/Kashgar	5:03:56	-	LMT	1928 # or Kashi or Kaxgar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
			5:30	-	KAST	1940	 # Kashgar Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
			5:00	-	KAST	1980 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   514
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   515
# Hong Kong (Xianggang)
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   516
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   517
# Milne gives 7:36:41.7; round this.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   518
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   519
# From Lee Yiu Chung (2009-10-24):
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   520
# I found there are some mistakes for the...DST rule for Hong
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   521
# Kong. [According] to the DST record from Hong Kong Observatory (actually,
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   522
# it is not [an] observatory, but the official meteorological agency of HK,
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   523
# and also serves as the official timing agency), there are some missing
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   524
# and incorrect rules. Although the exact switch over time is missing, I
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   525
# think 3:30 is correct. The official DST record for Hong Kong can be
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   526
# obtained from
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   527
# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   528
# http://www.hko.gov.hk/gts/time/Summertime.htm
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   529
# </a>.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   530
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   531
# From Arthur David Olson (2009-10-28):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   532
# Here are the dates given at
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   533
# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   534
# http://www.hko.gov.hk/gts/time/Summertime.htm
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   535
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   536
# as of 2009-10-28:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   537
# Year        Period
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   538
# 1941        1 Apr to 30 Sep
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   539
# 1942        Whole year
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   540
# 1943        Whole year
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   541
# 1944        Whole year
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   542
# 1945        Whole year
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   543
# 1946        20 Apr to 1 Dec
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   544
# 1947        13 Apr to 30 Dec
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   545
# 1948        2 May to 31 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   546
# 1949        3 Apr to 30 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   547
# 1950        2 Apr to 29 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   548
# 1951        1 Apr to 28 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   549
# 1952        6 Apr to 25 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   550
# 1953        5 Apr to 1 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   551
# 1954        21 Mar to 31 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   552
# 1955        20 Mar to 6 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   553
# 1956        18 Mar to 4 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   554
# 1957        24 Mar to 3 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   555
# 1958        23 Mar to 2 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   556
# 1959        22 Mar to 1 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   557
# 1960        20 Mar to 6 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   558
# 1961        19 Mar to 5 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   559
# 1962        18 Mar to 4 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   560
# 1963        24 Mar to 3 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   561
# 1964        22 Mar to 1 Nov
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   562
# 1965        18 Apr to 17 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   563
# 1966        17 Apr to 16 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   564
# 1967        16 Apr to 22 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   565
# 1968        21 Apr to 20 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   566
# 1969        20 Apr to 19 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   567
# 1970        19 Apr to 18 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   568
# 1971        18 Apr to 17 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   569
# 1972        16 Apr to 22 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   570
# 1973        22 Apr to 21 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   571
# 1973/74     30 Dec 73 to 20 Oct 74
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   572
# 1975        20 Apr to 19 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   573
# 1976        18 Apr to 17 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   574
# 1977        Nil
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   575
# 1978        Nil
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   576
# 1979        13 May to 21 Oct
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   577
# 1980 to Now Nil
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   578
# The page does not give start or end times of day.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   579
# The page does not give a start date for 1942.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   580
# The page does not givw an end date for 1945.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   581
# The Japanese occupation of Hong Kong began on 1941-12-25.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   582
# The Japanese surrender of Hong Kong was signed 1945-09-15.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   583
# For lack of anything better, use start of those days as the transition times.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   584
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   586
Rule	HK	1941	only	-	Apr	1	3:30	1:00	S
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   587
Rule	HK	1941	only	-	Sep	30	3:30	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
Rule	HK	1946	only	-	Apr	20	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
Rule	HK	1946	only	-	Dec	1	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
Rule	HK	1947	only	-	Apr	13	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
Rule	HK	1947	only	-	Dec	30	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
Rule	HK	1948	only	-	May	2	3:30	1:00	S
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   593
Rule	HK	1948	1951	-	Oct	lastSun	3:30	0	-
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   594
Rule	HK	1952	only	-	Oct	25	3:30	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
Rule	HK	1949	1953	-	Apr	Sun>=1	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
Rule	HK	1953	only	-	Nov	1	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
Rule	HK	1954	1964	-	Mar	Sun>=18	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
Rule	HK	1954	only	-	Oct	31	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
Rule	HK	1955	1964	-	Nov	Sun>=1	3:30	0	-
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   600
Rule	HK	1965	1976	-	Apr	Sun>=16	3:30	1:00	S
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   601
Rule	HK	1965	1976	-	Oct	Sun>=16	3:30	0	-
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   602
Rule	HK	1973	only	-	Dec	30	3:30	1:00	S
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   603
Rule	HK	1979	only	-	May	Sun>=8	3:30	1:00	S
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   604
Rule	HK	1979	only	-	Oct	Sun>=16	3:30	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   606
Zone	Asia/Hong_Kong	7:36:42 -	LMT	1904 Oct 30
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   607
			8:00	HK	HK%sT	1941 Dec 25
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   608
			9:00	-	JST	1945 Sep 15
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
			8:00	HK	HK%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
# Taiwan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
# Shanks & Pottenger write that Taiwan observed DST during 1945, when it
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
# was still controlled by Japan.  This is hard to believe, but we don't
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
# have any other information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   619
# From smallufo (2010-04-03):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   620
# According to Taiwan's CWB,
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   621
# <a href="http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   622
# http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   623
# </a>
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   624
# Taipei has DST in 1979 between July 1st and Sep 30.
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   625
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   626
# From Arthur David Olson (2010-04-07):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   627
# Here's Google's translation of the table at the bottom of the "summert.htm" page:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   628
# Decade 	                                                    Name                      Start and end date
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   629
# Republic of China 34 years to 40 years (AD 1945-1951 years) Summer Time               May 1 to September 30
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   630
# 41 years of the Republic of China (AD 1952)                 Daylight Saving Time      March 1 to October 31
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   631
# Republic of China 42 years to 43 years (AD 1953-1954 years) Daylight Saving Time      April 1 to October 31
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   632
# In the 44 years to 45 years (AD 1955-1956 years)            Daylight Saving Time      April 1 to September 30
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   633
# Republic of China 46 years to 48 years (AD 1957-1959)       Summer Time               April 1 to September 30
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   634
# Republic of China 49 years to 50 years (AD 1960-1961)       Summer Time               June 1 to September 30
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   635
# Republic of China 51 years to 62 years (AD 1962-1973 years) Stop Summer Time
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   636
# Republic of China 63 years to 64 years (1974-1975 AD)       Daylight Saving Time      April 1 to September 30
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   637
# Republic of China 65 years to 67 years (1976-1978 AD)       Stop Daylight Saving Time
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   638
# Republic of China 68 years (AD 1979)                        Daylight Saving Time      July 1 to September 30
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   639
# Republic of China since 69 years (AD 1980)                  Stop Daylight Saving Time
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   640
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
Rule	Taiwan	1945	1951	-	May	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
Rule	Taiwan	1945	1951	-	Oct	1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
Rule	Taiwan	1952	only	-	Mar	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
Rule	Taiwan	1952	1954	-	Nov	1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
Rule	Taiwan	1953	1959	-	Apr	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
Rule	Taiwan	1955	1961	-	Oct	1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
Rule	Taiwan	1960	1961	-	Jun	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
Rule	Taiwan	1974	1975	-	Apr	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
Rule	Taiwan	1974	1975	-	Oct	1	0:00	0	S
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   651
Rule	Taiwan	1979	only	-	Jun	30	0:00	1:00	D
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   652
Rule	Taiwan	1979	only	-	Sep	30	0:00	0	S
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
   653
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
Zone	Asia/Taipei	8:06:00 -	LMT	1896 # or Taibei or T'ai-pei
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
			8:00	Taiwan	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
# Macau (Macao, Aomen)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
Rule	Macau	1961	1962	-	Mar	Sun>=16	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
Rule	Macau	1961	1964	-	Nov	Sun>=1	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
Rule	Macau	1963	only	-	Mar	Sun>=16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
Rule	Macau	1964	only	-	Mar	Sun>=16	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
Rule	Macau	1965	only	-	Mar	Sun>=16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
Rule	Macau	1965	only	-	Oct	31	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
Rule	Macau	1966	1971	-	Apr	Sun>=16	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
Rule	Macau	1966	1971	-	Oct	Sun>=16	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
Rule	Macau	1972	1974	-	Apr	Sun>=15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
Rule	Macau	1972	1973	-	Oct	Sun>=15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
Rule	Macau	1974	1977	-	Oct	Sun>=15	3:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
Rule	Macau	1975	1977	-	Apr	Sun>=15	3:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
Rule	Macau	1978	1980	-	Apr	Sun>=15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
Rule	Macau	1978	1980	-	Oct	Sun>=15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
Zone	Asia/Macau	7:34:20 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
			8:00	Macau	MO%sT	1999 Dec 20 # return to China
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
			8:00	PRC	C%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
# Cyprus
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   683
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   684
# Milne says the Eastern Telegraph Company used 2:14:00.  Stick with LMT.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   685
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
Rule	Cyprus	1975	only	-	Apr	13	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
Rule	Cyprus	1975	only	-	Oct	12	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
Rule	Cyprus	1976	only	-	May	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
Rule	Cyprus	1976	only	-	Oct	11	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
Rule	Cyprus	1977	1980	-	Apr	Sun>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
Rule	Cyprus	1977	only	-	Sep	25	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
Rule	Cyprus	1978	only	-	Oct	2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
Rule	Cyprus	1979	1997	-	Sep	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
Rule	Cyprus	1981	1998	-	Mar	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
Zone	Asia/Nicosia	2:13:28 -	LMT	1921 Nov 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
			2:00	Cyprus	EE%sT	1998 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
			2:00	EUAsia	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
# IATA SSIM (1998-09) has Cyprus using EU rules for the first time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
# Classically, Cyprus belongs to Asia; e.g. see Herodotus, Histories, I.72.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
# However, for various reasons many users expect to find it under Europe.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
Link	Asia/Nicosia	Europe/Nicosia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
# Georgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
# From Paul Eggert (1994-11-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
# Today's _Economist_ (p 60) reports that Georgia moved its clocks forward
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
# an hour recently, due to a law proposed by Zurab Murvanidze,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
# an MP who went on a hunger strike for 11 days to force discussion about it!
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
# We have no details, but we'll guess they didn't move the clocks back in fall.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
# From Mathew Englander, quoting AP (1996-10-23 13:05-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
# Instead of putting back clocks at the end of October, Georgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
# will stay on daylight savings time this winter to save energy,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
# President Eduard Shevardnadze decreed Wednesday.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
# From the BBC via Joseph S. Myers (2004-06-27):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
# Georgia moved closer to Western Europe on Sunday...  The former Soviet
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
# republic has changed its time zone back to that of Moscow.  As a result it
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
# is now just four hours ahead of Greenwich Mean Time, rather than five hours
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
# ahead.  The switch was decreed by the pro-Western president of Georgia,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
# Mikhail Saakashvili, who said the change was partly prompted by the process
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
# of integration into Europe.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
# From Teimuraz Abashidze (2005-11-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
# Government of Georgia ... decided to NOT CHANGE daylight savings time on
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
# [Oct.] 30, as it was done before during last more than 10 years.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
# Currently, we are in fact GMT +4:00, as before 30 October it was GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
# +3:00.... The problem is, there is NO FORMAL LAW or governmental document
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
# about it.  As far as I can find, I was told, that there is no document,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
# because we just DIDN'T ISSUE document about switching to winter time....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
# I don't know what can be done, especially knowing that some years ago our
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
# DST rules where changed THREE TIMES during one month.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
Zone	Asia/Tbilisi	2:59:16 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
			2:59:16	-	TBMT	1924 May  2 # Tbilisi Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
			3:00	-	TBIT	1957 Mar    # Tbilisi Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
			4:00 RussiaAsia TBI%sT	1991 Mar 31 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
			3:00	1:00	TBIST	1991 Apr  9 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
			3:00 RussiaAsia GE%sT	1992 # Georgia Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
			3:00 E-EurAsia	GE%sT	1994 Sep lastSun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
			4:00 E-EurAsia	GE%sT	1996 Oct lastSun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
			4:00	1:00	GEST	1997 Mar lastSun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
			4:00 E-EurAsia	GE%sT	2004 Jun 27
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
			3:00 RussiaAsia	GE%sT	2005 Mar lastSun 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
			4:00	-	GET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
# East Timor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
# See Indonesia for the 1945 transition.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
# From Joao Carrascalao, brother of the former governor of East Timor, in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
# <a href="http://etan.org/et99c/december/26-31/30ETMAY.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
# East Timor may be late for its millennium
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
# </a> (1999-12-26/31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
# Portugal tried to change the time forward in 1974 because the sun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
# rises too early but the suggestion raised a lot of problems with the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
# Timorese and I still don't think it would work today because it
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
# conflicts with their way of life.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
# From Paul Eggert (2000-12-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
# We don't have any record of the above attempt.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
# Most likely our records are incomplete, but we have no better data.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
# <a href="http://www.hri.org/news/world/undh/last/00-08-16.undh.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
# From Manoel de Almeida e Silva, Deputy Spokesman for the UN Secretary-General
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
# (2000-08-16)</a>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
# The Cabinet of the East Timor Transition Administration decided
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
# today to advance East Timor's time by one hour.  The time change,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
# which will be permanent, with no seasonal adjustment, will happen at
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
# midnight on Saturday, September 16.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
Zone	Asia/Dili	8:22:20 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
			8:00	-	TLT	1942 Feb 21 23:00 # E Timor Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
			9:00	-	JST	1945 Sep 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
			9:00	-	TLT	1976 May  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
			8:00	-	CIT	2000 Sep 17 00:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
			9:00	-	TLT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
# India
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   787
Zone	Asia/Kolkata	5:53:28 -	LMT	1880	# Kolkata
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
			5:53:20	-	HMT	1941 Oct    # Howrah Mean Time?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
			6:30	-	BURT	1942 May 15 # Burma Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
			5:30	-	IST	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
			5:30	1:00	IST	1945 Oct 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
			5:30	-	IST
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   793
# The following are like Asia/Kolkata:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
#	Andaman Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
#	Lakshadweep (Laccadive, Minicoy and Amindivi Is)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
#	Nicobar Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
# Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
# From Gwillim Law (2001-05-28), overriding Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
# <http://www.sumatera-inc.com/go_to_invest/about_indonesia.asp#standtime>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
# says that Indonesia's time zones changed on 1988-01-01.  Looking at some
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
# time zone maps, I think that must refer to Western Borneo (Kalimantan Barat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
# and Kalimantan Tengah) switching from UTC+8 to UTC+7.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
# From Paul Eggert (2007-03-10):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
# Here is another correction to Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
# JohnTWB writes that Japanese forces did not surrender control in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
# Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
# other formal surrender ceremonies were September 9, 11, and 13, plus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
# September 12 for the regional surrender to Mountbatten in Singapore.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
# These would be the earliest possible times for a change.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
# Regimes horaires pour le monde entier, by Henri Le Corre, (Editions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
# Traditionnelles, 1987, Paris) says that Java and Madura switched
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
# from JST to UTC+07:30 on 1945-09-23, and gives 1944-09-01 for Jayapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
# (Hollandia).  For now, assume all Indonesian locations other than Jayapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
# switched on 1945-09-23.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
Zone Asia/Jakarta	7:07:12 -	LMT	1867 Aug 10
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
# Shanks & Pottenger say the next transition was at 1924 Jan 1 0:13,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
# but this must be a typo.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
			7:07:12	-	JMT	1923 Dec 31 23:47:12 # Jakarta
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
			7:20	-	JAVT	1932 Nov	 # Java Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
			7:30	-	WIT	1942 Mar 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
			9:00	-	JST	1945 Sep 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
			7:30	-	WIT	1948 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
			8:00	-	WIT	1950 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
			7:30	-	WIT	1964
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
			7:00	-	WIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
Zone Asia/Pontianak	7:17:20	-	LMT	1908 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
			7:17:20	-	PMT	1932 Nov    # Pontianak MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
			7:30	-	WIT	1942 Jan 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
			9:00	-	JST	1945 Sep 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
			7:30	-	WIT	1948 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
			8:00	-	WIT	1950 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
			7:30	-	WIT	1964
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
			8:00	-	CIT	1988 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
			7:00	-	WIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
Zone Asia/Makassar	7:57:36 -	LMT	1920
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
			7:57:36	-	MMT	1932 Nov    # Macassar MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
			8:00	-	CIT	1942 Feb  9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
			9:00	-	JST	1945 Sep 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
			8:00	-	CIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
Zone Asia/Jayapura	9:22:48 -	LMT	1932 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
			9:00	-	EIT	1944 Sep  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
			9:30	-	CST	1964
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
			9:00	-	EIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
# Iran
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
# From Roozbeh Pournader (2003-03-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
# This is an English translation of what I just found (originally in Persian).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
# The Gregorian dates in brackets are mine:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
#	Official Newspaper No. 13548-1370/6/25 [1991-09-16]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
#	No. 16760/T233 H				1370/6/10 [1991-09-01]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
#	The Rule About Change of the Official Time of the Country
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
#	The Board of Ministers, in the meeting dated 1370/5/23 [1991-08-14],
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
#	based on the suggestion number 2221/D dated 1370/4/22 [1991-07-13]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
#	of the Country's Organization for Official and Employment Affairs,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
#	and referring to the law for equating the working hours of workers
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
#	and officers in the whole country dated 1359/4/23 [1980-07-14], and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
#	for synchronizing the official times of the country, agreed that:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
#	The official time of the country will should move forward one hour
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
#	at the 24[:00] hours of the first day of Farvardin and should return
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
#	to its previous state at the 24[:00] hours of the 30th day of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
#	Shahrivar.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
#	First Deputy to the President - Hassan Habibi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   874
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   875
# From personal experience, that agrees with what has been followed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   876
# for at least the last 5 years.  Before that, for a few years, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   877
# date used was the first Thursday night of Farvardin and the last
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
# Thursday night of Shahrivar, but I can't give exact dates....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
# I have also changed the abbreviations to what is considered correct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
# here in Iran, IRST for regular time and IRDT for daylight saving time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
# From Roozbeh Pournader (2005-04-05):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
# The text of the Iranian law, in effect since 1925, clearly mentions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
# that the true solar year is the measure, and there is no arithmetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
# leap year calculation involved.  There has never been any serious
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
# plan to change that law....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
# Go with Shanks & Pottenger before Sept. 1991, and with Pournader thereafter.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
# I used Ed Reingold's cal-persia in GNU Emacs 21.2 to check Persian dates,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
# stopping after 2037 when 32-bit time_t's overflow.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
# That cal-persia used Birashk's approximation, which disagrees with the solar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
# calendar predictions for the year 2025, so I corrected those dates by hand.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
# From Oscar van Vlijmen (2005-03-30), writing about future
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
# discrepancies between cal-persia and the Iranian calendar:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
# For 2091 solar-longitude-after yields 2091-03-20 08:40:07.7 UT for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
# the vernal equinox and that gets so close to 12:00 some local
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
# Iranian time that the definition of the correct location needs to be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
# known exactly, amongst other factors.  2157 is even closer:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
# 2157-03-20 08:37:15.5 UT.  But the Gregorian year 2025 should give
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
# no interpretation problem whatsoever.  By the way, another instant
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
# in the near future where there will be a discrepancy between
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
# arithmetical and astronomical Iranian calendars will be in 2058:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
# vernal equinox on 2058-03-20 09:03:05.9 UT.  The Java version of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
# Reingold's/Dershowitz' calculator gives correctly the Gregorian date
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
# 2058-03-21 for 1 Farvardin 1437 (astronomical).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
# From Steffen Thorsen (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
# Several of my users have reported that Iran will not observe DST anymore:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
# http://www.irna.ir/en/news/view/line-17/0603193812164948.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
# From Reuters (2007-09-16), with a heads-up from Jesper Norgaard Welen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
# ... the Guardian Council ... approved a law on Sunday to re-introduce
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
# daylight saving time ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
# http://uk.reuters.com/article/oilRpt/idUKBLA65048420070916
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   918
# From Roozbeh Pournader (2007-11-05):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   919
# This is quoted from Official Gazette of the Islamic Republic of
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   920
# Iran, Volume 63, Number 18242, dated Tuesday 1386/6/24
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   921
# [2007-10-16]. I am doing the best translation I can:...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   922
# The official time of the country will be moved forward for one hour
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   923
# on the 24 hours of the first day of the month of Farvardin and will
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   924
# be changed back to its previous state on the 24 hours of the
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   925
# thirtieth day of Shahrivar.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   926
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
Rule	Iran	1978	1980	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
Rule	Iran	1978	only	-	Oct	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
Rule	Iran	1979	only	-	Sep	19	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
Rule	Iran	1980	only	-	Sep	23	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
Rule	Iran	1991	only	-	May	 3	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
Rule	Iran	1992	1995	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
Rule	Iran	1991	1995	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
Rule	Iran	1996	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
Rule	Iran	1996	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
Rule	Iran	1997	1999	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
Rule	Iran	1997	1999	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
Rule	Iran	2000	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
Rule	Iran	2000	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
Rule	Iran	2001	2003	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
Rule	Iran	2001	2003	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
Rule	Iran	2004	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
Rule	Iran	2004	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
Rule	Iran	2005	only	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
Rule	Iran	2005	only	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
Rule	Iran	2008	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
Rule	Iran	2008	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
Rule	Iran	2009	2011	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
Rule	Iran	2009	2011	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
Rule	Iran	2012	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
Rule	Iran	2012	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
Rule	Iran	2013	2015	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
Rule	Iran	2013	2015	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
Rule	Iran	2016	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
Rule	Iran	2016	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
Rule	Iran	2017	2019	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
Rule	Iran	2017	2019	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
Rule	Iran	2020	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
Rule	Iran	2020	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
Rule	Iran	2021	2023	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
Rule	Iran	2021	2023	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
Rule	Iran	2024	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
Rule	Iran	2024	only	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
Rule	Iran	2025	2027	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
Rule	Iran	2025	2027	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
Rule	Iran	2028	2029	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
Rule	Iran	2028	2029	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
Rule	Iran	2030	2031	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
Rule	Iran	2030	2031	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
Rule	Iran	2032	2033	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
Rule	Iran	2032	2033	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
Rule	Iran	2034	2035	-	Mar	22	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
Rule	Iran	2034	2035	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
Rule	Iran	2036	2037	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
Rule	Iran	2036	2037	-	Sep	21	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
Zone	Asia/Tehran	3:25:44	-	LMT	1916
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
			3:25:44	-	TMT	1946	# Tehran Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
			3:30	-	IRST	1977 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
			4:00	Iran	IR%sT	1979
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
			3:30	Iran	IR%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
# Iraq
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
# From Jonathan Lennox (2000-06-12):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
# An article in this week's Economist ("Inside the Saddam-free zone", p. 50 in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
# the U.S. edition) on the Iraqi Kurds contains a paragraph:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
# "The three northern provinces ... switched their clocks this spring and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
# are an hour ahead of Baghdad."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
# But Rives McDow (2000-06-18) quotes a contact in Iraqi-Kurdistan as follows:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
# In the past, some Kurdish nationalists, as a protest to the Iraqi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
# Government, did not adhere to daylight saving time.  They referred
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
# to daylight saving as Saddam time.  But, as of today, the time zone
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
# in Iraqi-Kurdistan is on standard time with Baghdad, Iraq.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
# So we'll ignore the Economist's claim.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1001
# From Steffen Thorsen (2008-03-10):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1002
# The cabinet in Iraq abolished DST last week, according to the following
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1003
# news sources (in Arabic):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1004
# <a href="http://www.aljeeran.net/wesima_articles/news-20080305-98602.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1005
# http://www.aljeeran.net/wesima_articles/news-20080305-98602.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1006
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1007
# <a href="http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1008
# http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1009
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1010
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1011
# We have published a short article in English about the change:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1012
# <a href="http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1013
# http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1014
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1015
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
Rule	Iraq	1982	only	-	May	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
Rule	Iraq	1982	1984	-	Oct	1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
Rule	Iraq	1983	only	-	Mar	31	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
Rule	Iraq	1984	1985	-	Apr	1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
Rule	Iraq	1985	1990	-	Sep	lastSun	1:00s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
Rule	Iraq	1986	1990	-	Mar	lastSun	1:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
# IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
# Shanks & Pottenger say Iraq did not observe DST 1992/1997; ignore this.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1026
Rule	Iraq	1991	2007	-	Apr	 1	3:00s	1:00	D
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1027
Rule	Iraq	1991	2007	-	Oct	 1	3:00s	0	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
Zone	Asia/Baghdad	2:57:40	-	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
			2:57:36	-	BMT	1918	    # Baghdad Mean Time?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
			3:00	-	AST	1982 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
			3:00	Iraq	A%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
# Israel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
# From Ephraim Silverberg (2001-01-11):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
# I coined "IST/IDT" circa 1988.  Until then there were three
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
# different abbreviations in use:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
# JST  Jerusalem Standard Time [Danny Braniss, Hebrew University]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
# IZT  Israel Zonal (sic) Time [Prof. Haim Papo, Technion]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
# EEST Eastern Europe Standard Time [used by almost everyone else]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
# Since timezones should be called by country and not capital cities,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
# I ruled out JST.  As Israel is in Asia Minor and not Eastern Europe,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
# EEST was equally unacceptable.  Since "zonal" was not compatible with
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
# any other timezone abbreviation, I felt that 'IST' was the way to go
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
# and, indeed, it has received almost universal acceptance in timezone
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
# settings in Israeli computers.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
# In any case, I am happy to share timezone abbreviations with India,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
# high on my favorite-country list (and not only because my wife's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
# family is from India).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
# From Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
Rule	Zion	1940	only	-	Jun	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
Rule	Zion	1942	1944	-	Nov	 1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
Rule	Zion	1943	only	-	Apr	 1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
Rule	Zion	1944	only	-	Apr	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
Rule	Zion	1945	only	-	Apr	16	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
Rule	Zion	1945	only	-	Nov	 1	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
Rule	Zion	1946	only	-	Apr	16	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
Rule	Zion	1946	only	-	Nov	 1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
Rule	Zion	1948	only	-	May	23	0:00	2:00	DD
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
Rule	Zion	1948	only	-	Sep	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
Rule	Zion	1948	1949	-	Nov	 1	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
Rule	Zion	1949	only	-	May	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
Rule	Zion	1950	only	-	Apr	16	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
Rule	Zion	1950	only	-	Sep	15	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
Rule	Zion	1951	only	-	Apr	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1076
Rule	Zion	1951	only	-	Nov	11	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
Rule	Zion	1952	only	-	Apr	20	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
Rule	Zion	1952	only	-	Oct	19	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
Rule	Zion	1953	only	-	Apr	12	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
Rule	Zion	1953	only	-	Sep	13	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
Rule	Zion	1954	only	-	Jun	13	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
Rule	Zion	1954	only	-	Sep	12	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
Rule	Zion	1955	only	-	Jun	11	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
Rule	Zion	1955	only	-	Sep	11	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
Rule	Zion	1956	only	-	Jun	 3	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
Rule	Zion	1956	only	-	Sep	30	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
Rule	Zion	1957	only	-	Apr	29	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
Rule	Zion	1957	only	-	Sep	22	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
Rule	Zion	1974	only	-	Jul	 7	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
Rule	Zion	1974	only	-	Oct	13	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
Rule	Zion	1975	only	-	Apr	20	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
Rule	Zion	1975	only	-	Aug	31	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
Rule	Zion	1985	only	-	Apr	14	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
Rule	Zion	1985	only	-	Sep	15	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
Rule	Zion	1986	only	-	May	18	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
Rule	Zion	1986	only	-	Sep	 7	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
Rule	Zion	1987	only	-	Apr	15	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
Rule	Zion	1987	only	-	Sep	13	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
Rule	Zion	1988	only	-	Apr	 9	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
Rule	Zion	1988	only	-	Sep	 3	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
# From Ephraim Silverberg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
# (1997-03-04, 1998-03-16, 1998-12-28, 2000-01-17, 2000-07-25, 2004-12-22,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
# and 2005-02-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
# According to the Office of the Secretary General of the Ministry of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
# Interior, there is NO set rule for Daylight-Savings/Standard time changes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
# One thing is entrenched in law, however: that there must be at least 150
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
# days of daylight savings time annually.  From 1993-1998, the change to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
# daylight savings time was on a Friday morning from midnight IST to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
# 1 a.m IDT; up until 1998, the change back to standard time was on a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
# Saturday night from midnight daylight savings time to 11 p.m. standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
# time.  1996 is an exception to this rule where the change back to standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
# time took place on Sunday night instead of Saturday night to avoid
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
# conflicts with the Jewish New Year.  In 1999, the change to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
# daylight savings time was still on a Friday morning but from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
# 2 a.m. IST to 3 a.m. IDT; furthermore, the change back to standard time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
# was also on a Friday morning from 2 a.m. IDT to 1 a.m. IST for
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
# 1999 only.  In the year 2000, the change to daylight savings time was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
# similar to 1999, but although the change back will be on a Friday, it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
# will take place from 1 a.m. IDT to midnight IST.  Starting in 2001, all
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
# changes to/from will take place at 1 a.m. old time, but now there is no
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
# rule as to what day of the week it will take place in as the start date
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
# (except in 2003) is the night after the Passover Seder (i.e. the eve
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
# of the 16th of Nisan in the lunar Hebrew calendar) and the end date
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
# (except in 2002) is three nights before Yom Kippur [Day of Atonement]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
# (the eve of the 7th of Tishrei in the lunar Hebrew calendar).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
Rule	Zion	1989	only	-	Apr	30	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
Rule	Zion	1989	only	-	Sep	 3	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
Rule	Zion	1990	only	-	Mar	25	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
Rule	Zion	1990	only	-	Aug	26	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
Rule	Zion	1991	only	-	Mar	24	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
Rule	Zion	1991	only	-	Sep	 1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
Rule	Zion	1992	only	-	Mar	29	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
Rule	Zion	1992	only	-	Sep	 6	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
Rule	Zion	1993	only	-	Apr	 2	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
Rule	Zion	1993	only	-	Sep	 5	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
# The dates for 1994-1995 were obtained from Office of the Spokeswoman for the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1142
# Ministry of Interior, Jerusalem, Israel.  The spokeswoman can be reached by
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
# calling the office directly at 972-2-6701447 or 972-2-6701448.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
# Rule	NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
Rule	Zion	1994	only	-	Apr	 1	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
Rule	Zion	1994	only	-	Aug	28	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
Rule	Zion	1995	only	-	Mar	31	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
Rule	Zion	1995	only	-	Sep	 3	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
# The dates for 1996 were determined by the Minister of Interior of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
# time, Haim Ramon.  The official announcement regarding 1996-1998
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
# (with the dates for 1997-1998 no longer being relevant) can be viewed at:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
#   ftp://ftp.cs.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1157
# The dates for 1997-1998 were altered by his successor, Rabbi Eli Suissa.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
# The official announcements for the years 1997-1999 can be viewed at:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
#   ftp://ftp.cs.huji.ac.il/pub/tz/announcements/YYYY.ps.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
#       where YYYY is the relevant year.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
Rule	Zion	1996	only	-	Mar	15	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
Rule	Zion	1996	only	-	Sep	16	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
Rule	Zion	1997	only	-	Mar	21	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
Rule	Zion	1997	only	-	Sep	14	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
Rule	Zion	1998	only	-	Mar	20	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1171
Rule	Zion	1998	only	-	Sep	 6	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1172
Rule	Zion	1999	only	-	Apr	 2	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1173
Rule	Zion	1999	only	-	Sep	 3	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1174
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
# The Knesset Interior Committee has changed the dates for 2000 for
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
# the third time in just over a year and have set new dates for the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
# years 2001-2004 as well.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
# The official announcement for the start date of 2000 can be viewed at:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-start.ps.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1183
# The official announcement for the end date of 2000 and the dates
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
# for the years 2001-2004 can be viewed at:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1188
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
Rule	Zion	2000	only	-	Apr	14	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
Rule	Zion	2000	only	-	Oct	 6	1:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
Rule	Zion	2001	only	-	Apr	 9	1:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1192
Rule	Zion	2001	only	-	Sep	24	1:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
Rule	Zion	2002	only	-	Mar	29	1:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1194
Rule	Zion	2002	only	-	Oct	 7	1:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
Rule	Zion	2003	only	-	Mar	28	1:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
Rule	Zion	2003	only	-	Oct	 3	1:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
Rule	Zion	2004	only	-	Apr	 7	1:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
Rule	Zion	2004	only	-	Sep	22	1:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1200
# The proposed law agreed upon by the Knesset Interior Committee on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
# 2005-02-14 is that, for 2005 and beyond, DST starts at 02:00 the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
# last Friday before April 2nd (i.e. the last Friday in March or April
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
# 1st itself if it falls on a Friday) and ends at 02:00 on the Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
# night _before_ the fast of Yom Kippur.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
# Those who can read Hebrew can view the announcement at:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2005+beyond.ps
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1210
# From Paul Eggert (2012-10-26):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
# I used Ephraim Silverberg's dst-israel.el program
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
# <ftp://ftp.cs.huji.ac.il/pub/tz/software/dst-israel.el> (2005-02-20)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
# along with Ed Reingold's cal-hebrew in GNU Emacs 21.4,
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1214
# to generate the transitions from 2005 through 2012.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
# (I replaced "lastFri" with "Fri>=26" by hand.)
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1216
# The spring transitions all correspond to the following Rule:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
#
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1218
# Rule	Zion	2005	2012	-	Mar	Fri>=26	2:00	1:00	D
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
# but older zic implementations (e.g., Solaris 8) do not support
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
# "Fri>=26" to mean April 1 in years like 2005, so for now we list the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
# springtime transitions explicitly.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
Rule	Zion	2005	only	-	Apr	 1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
Rule	Zion	2005	only	-	Oct	 9	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
Rule	Zion	2006	2010	-	Mar	Fri>=26	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
Rule	Zion	2006	only	-	Oct	 1	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
Rule	Zion	2007	only	-	Sep	16	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
Rule	Zion	2008	only	-	Oct	 5	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
Rule	Zion	2009	only	-	Sep	27	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
Rule	Zion	2010	only	-	Sep	12	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
Rule	Zion	2011	only	-	Apr	 1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
Rule	Zion	2011	only	-	Oct	 2	2:00	0	S
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1235
Rule	Zion	2012	only	-	Mar	Fri>=26	2:00	1:00	D
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
Rule	Zion	2012	only	-	Sep	23	2:00	0	S
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1237
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1238
# From Ephraim Silverberg (2013-06-27):
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1239
# On June 23, 2013, the Israeli government approved changes to the
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1240
# Time Decree Law.  The next day, the changes passed the First Reading
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1241
# in the Knesset.  The law is expected to pass the Second and Third
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1242
# (final) Readings by the beginning of September 2013.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1243
#
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1244
# As of 2013, DST starts at 02:00 on the Friday before the last Sunday
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1245
# in March.  DST ends at 02:00 on the last Sunday of October.
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1246
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1247
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1248
Rule	Zion	2013	max	-	Mar	Fri>=23	2:00	1:00	D
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1249
Rule	Zion	2013	max	-	Oct	lastSun	2:00	0	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1252
Zone	Asia/Jerusalem	2:20:54 -	LMT	1880
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
			2:20:40	-	JMT	1918	# Jerusalem Mean Time?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
			2:00	Zion	I%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
# Japan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1261
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1262
# `9:00' and `JST' is from Guy Harris.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1263
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1264
# From Paul Eggert (1995-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1265
# Today's _Asahi Evening News_ (page 4) reports that Japan had
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1266
# daylight saving between 1948 and 1951, but ``the system was discontinued
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1267
# because the public believed it would lead to longer working hours.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1268
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1269
# From Mayumi Negishi in the 2005-08-10 Japan Times
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1270
# <http://www.japantimes.co.jp/cgi-bin/getarticle.pl5?nn20050810f2.htm>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1271
# Occupation authorities imposed daylight-saving time on Japan on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1272
# [1948-05-01]....  But lack of prior debate and the execution of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1273
# daylight-saving time just three days after the bill was passed generated
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1274
# deep hatred of the concept....  The Diet unceremoniously passed a bill to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
# dump the unpopular system in October 1951, less than a month after the San
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1276
# Francisco Peace Treaty was signed.  (A government poll in 1951 showed 53%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1277
# of the Japanese wanted to scrap daylight-saving time, as opposed to 30% who
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1278
# wanted to keep it.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1279
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1280
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1281
# Shanks & Pottenger write that DST in Japan during those years was as follows:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1282
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1283
Rule	Japan	1948	only	-	May	Sun>=1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
Rule	Japan	1948	1951	-	Sep	Sat>=8	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1285
Rule	Japan	1949	only	-	Apr	Sun>=1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1286
Rule	Japan	1950	1951	-	May	Sun>=1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1287
# but the only locations using it (for birth certificates, presumably, since
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
# their audience is astrologers) were US military bases.  For now, assume
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
# that for most purposes daylight-saving time was observed; otherwise, what
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1290
# would have been the point of the 1951 poll?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
# From Hideyuki Suzuki (1998-11-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
# 'Tokyo' usually stands for the former location of Tokyo Astronomical
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
# Observatory: E 139 44' 40".90 (9h 18m 58s.727), N 35 39' 16".0.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
# This data is from 'Rika Nenpyou (Chronological Scientific Tables) 1996'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
# edited by National Astronomical Observatory of Japan....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
# JST (Japan Standard Time) has been used since 1888-01-01 00:00 (JST).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1298
# The law is enacted on 1886-07-07.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
# From Hideyuki Suzuki (1998-11-16):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1301
# The ordinance No. 51 (1886) established "standard time" in Japan,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
# which stands for the time on E 135 degree.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
# In the ordinance No. 167 (1895), "standard time" was renamed to "central
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1304
# standard time".  And the same ordinance also established "western standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1305
# time", which stands for the time on E 120 degree....  But "western standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
# time" was abolished in the ordinance No. 529 (1937).  In the ordinance No.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
# 167, there is no mention regarding for what place western standard time is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
# standard....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1309
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
# I wrote "ordinance" above, but I don't know how to translate.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
# In Japanese it's "chokurei", which means ordinance from emperor.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
# Shanks & Pottenger claim JST in use since 1896, and that a few
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
# places (e.g. Ishigaki) use +0800; go with Suzuki.  Guess that all
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
# ordinances took effect on Jan 1.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
Zone	Asia/Tokyo	9:18:59	-	LMT	1887 Dec 31 15:00u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
			9:00	-	JST	1896
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
			9:00	-	CJT	1938
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
			9:00	Japan	J%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
# Since 1938, all Japanese possessions have been like Asia/Tokyo.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
# Jordan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
# From <a href="http://star.arabia.com/990701/JO9.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
# Jordan Week (1999-07-01) </a> via Steffen Thorsen (1999-09-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
# Clocks in Jordan were forwarded one hour on Wednesday at midnight,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
# in accordance with the government's decision to implement summer time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
# all year round.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
# From <a href="http://star.arabia.com/990930/JO9.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
# Jordan Week (1999-09-30) </a> via Steffen Thorsen (1999-11-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
# Winter time starts today Thursday, 30 September. Clocks will be turned back
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
# by one hour.  This is the latest government decision and it's final!
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
# The decision was taken because of the increase in working hours in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
# government's departments from six to seven hours.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
# From Paul Eggert (2005-11-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
# Starting 2003 transitions are from Steffen Thorsen's web site timeanddate.com.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
# From Steffen Thorsen (2005-11-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
# For Jordan I have received multiple independent user reports every year
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
# about DST end dates, as the end-rule is different every year.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1346
# From Steffen Thorsen (2006-10-01), after a heads-up from Hilal Malawi:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1347
# http://www.petranews.gov.jo/nepras/2006/Sep/05/4000.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1348
# "Jordan will switch to winter time on Friday, October 27".
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
#
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1350
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1351
# From Phil Pizzey (2009-04-02):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1352
# ...I think I may have spotted an error in the timezone data for
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1353
# Jordan.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1354
# The current (2009d) asia file shows Jordan going to daylight
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1355
# saving
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1356
# time on the last Thursday in March.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1357
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1358
# Rule  Jordan      2000  max	-  Mar   lastThu     0:00s 1:00  S
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1359
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1360
# However timeanddate.com, which I usually find reliable, shows Jordan
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1361
# going to daylight saving time on the last Friday in March since 2002.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1362
# Please see
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1363
# <a href="http://www.timeanddate.com/worldclock/timezone.html?n=11">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1364
# http://www.timeanddate.com/worldclock/timezone.html?n=11
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1365
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1366
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1367
# From Steffen Thorsen (2009-04-02):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1368
# This single one might be good enough, (2009-03-24, Arabic):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1369
# <a href="http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1370
# http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1371
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1372
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1373
# Google's translation:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1374
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1375
# > The Council of Ministers decided in 2002 to adopt the principle of timely
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1376
# > submission of the summer at 60 minutes as of midnight on the last Thursday
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1377
# > of the month of March of each year.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1378
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1379
# So - this means the midnight between Thursday and Friday since 2002.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1380
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1381
# From Arthur David Olson (2009-04-06):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1382
# We still have Jordan switching to DST on Thursdays in 2000 and 2001.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1383
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1384
# From Steffen Thorsen (2012-10-25):
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1385
# Yesterday the government in Jordan announced that they will not
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1386
# switch back to standard time this winter, so the will stay on DST
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1387
# until about the same time next year (at least).
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1388
# http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?NewsID=88950
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1389
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1390
# From Paul Eggert (2012-10-25):
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1391
# For now, assume this is just a one-year measure.  If it becomes
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1392
# permanent, we should move Jordan from EET to AST effective tomorrow.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1393
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1394
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1395
Rule	Jordan	1973	only	-	Jun	6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1396
Rule	Jordan	1973	1975	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
Rule	Jordan	1974	1977	-	May	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
Rule	Jordan	1976	only	-	Nov	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1399
Rule	Jordan	1977	only	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
Rule	Jordan	1978	only	-	Apr	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401
Rule	Jordan	1978	only	-	Sep	30	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1402
Rule	Jordan	1985	only	-	Apr	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1403
Rule	Jordan	1985	only	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1404
Rule	Jordan	1986	1988	-	Apr	Fri>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1405
Rule	Jordan	1986	1990	-	Oct	Fri>=1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1406
Rule	Jordan	1989	only	-	May	8	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1407
Rule	Jordan	1990	only	-	Apr	27	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1408
Rule	Jordan	1991	only	-	Apr	17	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1409
Rule	Jordan	1991	only	-	Sep	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1410
Rule	Jordan	1992	only	-	Apr	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1411
Rule	Jordan	1992	1993	-	Oct	Fri>=1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1412
Rule	Jordan	1993	1998	-	Apr	Fri>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1413
Rule	Jordan	1994	only	-	Sep	Fri>=15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1414
Rule	Jordan	1995	1998	-	Sep	Fri>=15	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1415
Rule	Jordan	1999	only	-	Jul	 1	0:00s	1:00	S
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1416
Rule	Jordan	1999	2002	-	Sep	lastFri	0:00s	0	-
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1417
Rule	Jordan	2000	2001	-	Mar	lastThu	0:00s	1:00	S
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
  1418
Rule	Jordan	2002	max	-	Mar	lastThu	24:00	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1419
Rule	Jordan	2003	only	-	Oct	24	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1420
Rule	Jordan	2004	only	-	Oct	15	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1421
Rule	Jordan	2005	only	-	Sep	lastFri	0:00s	0	-
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1422
Rule	Jordan	2006	2011	-	Oct	lastFri	0:00s	0	-
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1423
Rule	Jordan	2013	max	-	Oct	lastFri	0:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1424
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1425
Zone	Asia/Amman	2:23:44 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1426
			2:00	Jordan	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1427
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1428
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1429
# Kazakhstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1431
# From Paul Eggert (1996-11-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1432
# Andrew Evtichov (1996-04-13) writes that Kazakhstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1433
# stayed in sync with Moscow after 1990, and that Aqtobe (formerly Aktyubinsk)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1434
# and Aqtau (formerly Shevchenko) are the largest cities in their zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1435
# Guess that Aqtau and Aqtobe diverged in 1995, since that's the first time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1436
# IATA SSIM mentions a third time zone in Kazakhstan.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1437
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1438
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1439
# German Iofis, ELSI, Almaty (2001-10-09) reports that Kazakhstan uses
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1440
# RussiaAsia rules, instead of switching at 00:00 as the IATA has it.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1441
# Go with Shanks & Pottenger, who have them always using RussiaAsia rules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1442
# Also go with the following claims of Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1443
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1444
# - Kazakhstan did not observe DST in 1991.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1445
# - Qyzylorda switched from +5:00 to +6:00 on 1992-01-19 02:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1446
# - Oral switched from +5:00 to +4:00 in spring 1989.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1447
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1448
# <a href="http://www.kazsociety.org.uk/news/2005/03/30.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1449
# From Kazakhstan Embassy's News Bulletin #11 (2005-03-21):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1450
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1451
# The Government of Kazakhstan passed a resolution March 15 abolishing
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1452
# daylight saving time citing lack of economic benefits and health
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1453
# complications coupled with a decrease in productivity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1454
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1455
# From Branislav Kojic (in Astana) via Gwillim Law (2005-06-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1456
# ... what happened was that the former Kazakhstan Eastern time zone
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1457
# was "blended" with the Central zone.  Therefore, Kazakhstan now has
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1458
# two time zones, and difference between them is one hour.  The zone
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1459
# closer to UTC is the former Western zone (probably still called the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1460
# same), encompassing four provinces in the west: Aqtobe, Atyrau,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1461
# Mangghystau, and West Kazakhstan.  The other zone encompasses
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1462
# everything else....  I guess that would make Kazakhstan time zones
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1463
# de jure UTC+5 and UTC+6 respectively.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1464
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1465
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1466
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1467
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1468
# Almaty (formerly Alma-Ata), representing most locations in Kazakhstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1469
Zone	Asia/Almaty	5:07:48 -	LMT	1924 May  2 # or Alma-Ata
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1470
			5:00	-	ALMT	1930 Jun 21 # Alma-Ata Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1471
			6:00 RussiaAsia ALM%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1472
			6:00	-	ALMT	1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1473
			6:00 RussiaAsia	ALM%sT	2005 Mar 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1474
			6:00	-	ALMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1475
# Qyzylorda (aka Kyzylorda, Kizilorda, Kzyl-Orda, etc.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1476
Zone	Asia/Qyzylorda	4:21:52 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1477
			4:00	-	KIZT	1930 Jun 21 # Kizilorda Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1478
			5:00	-	KIZT	1981 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1479
			5:00	1:00	KIZST	1981 Oct  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1480
			6:00	-	KIZT	1982 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1481
			5:00 RussiaAsia	KIZ%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1482
			5:00	-	KIZT	1991 Dec 16 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1483
			5:00	-	QYZT	1992 Jan 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1484
			6:00 RussiaAsia	QYZ%sT	2005 Mar 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1485
			6:00	-	QYZT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1486
# Aqtobe (aka Aktobe, formerly Akt'ubinsk)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1487
Zone	Asia/Aqtobe	3:48:40	-	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1488
			4:00	-	AKTT	1930 Jun 21 # Aktyubinsk Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1489
			5:00	-	AKTT	1981 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1490
			5:00	1:00	AKTST	1981 Oct  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1491
			6:00	-	AKTT	1982 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1492
			5:00 RussiaAsia	AKT%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1493
			5:00	-	AKTT	1991 Dec 16 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1494
			5:00 RussiaAsia	AQT%sT	2005 Mar 15 # Aqtobe Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1495
			5:00	-	AQTT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1496
# Mangghystau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1497
# Aqtau was not founded until 1963, but it represents an inhabited region,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1498
# so include time stamps before 1963.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1499
Zone	Asia/Aqtau	3:21:04	-	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1500
			4:00	-	FORT	1930 Jun 21 # Fort Shevchenko T
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1501
			5:00	-	FORT	1963
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1502
			5:00	-	SHET	1981 Oct  1 # Shevchenko Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1503
			6:00	-	SHET	1982 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1504
			5:00 RussiaAsia	SHE%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1505
			5:00	-	SHET	1991 Dec 16 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1506
			5:00 RussiaAsia	AQT%sT	1995 Mar lastSun 2:00 # Aqtau Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1507
			4:00 RussiaAsia	AQT%sT	2005 Mar 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1508
			5:00	-	AQTT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1509
# West Kazakhstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1510
Zone	Asia/Oral	3:25:24	-	LMT	1924 May  2 # or Ural'sk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1511
			4:00	-	URAT	1930 Jun 21 # Ural'sk time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1512
			5:00	-	URAT	1981 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1513
			5:00	1:00	URAST	1981 Oct  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1514
			6:00	-	URAT	1982 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1515
			5:00 RussiaAsia	URA%sT	1989 Mar 26 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1516
			4:00 RussiaAsia	URA%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1517
			4:00	-	URAT	1991 Dec 16 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1518
			4:00 RussiaAsia	ORA%sT	2005 Mar 15 # Oral Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1519
			5:00	-	ORAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1520
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1521
# Kyrgyzstan (Kirgizstan)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1522
# Transitions through 1991 are from Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1523
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1524
# From Paul Eggert (2005-08-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1525
# According to an article dated today in the Kyrgyzstan Development Gateway
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1526
# <http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1527
# Kyrgyzstan is canceling the daylight saving time system.  I take the article
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1528
# to mean that they will leave their clocks at 6 hours ahead of UTC.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1529
# From Malik Abdugaliev (2005-09-21):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1530
# Our government cancels daylight saving time 6th of August 2005.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1531
# From 2005-08-12 our GMT-offset is +6, w/o any daylight saving.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1532
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1533
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1534
Rule	Kyrgyz	1992	1996	-	Apr	Sun>=7	0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1535
Rule	Kyrgyz	1992	1996	-	Sep	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1536
Rule	Kyrgyz	1997	2005	-	Mar	lastSun	2:30	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1537
Rule	Kyrgyz	1997	2004	-	Oct	lastSun	2:30	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1538
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1539
Zone	Asia/Bishkek	4:58:24 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1540
			5:00	-	FRUT	1930 Jun 21 # Frunze Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1541
			6:00 RussiaAsia FRU%sT	1991 Mar 31 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1542
			5:00	1:00	FRUST	1991 Aug 31 2:00 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1543
			5:00	Kyrgyz	KG%sT	2005 Aug 12    # Kyrgyzstan Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1544
			6:00	-	KGT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1545
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1546
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1547
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1548
# Korea (North and South)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1549
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1550
# From Annie I. Bang (2006-07-10) in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1551
# <http://www.koreaherald.co.kr/SITE/data/html_dir/2006/07/10/200607100012.asp>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1552
# The Ministry of Commerce, Industry and Energy has already
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1553
# commissioned a research project [to reintroduce DST] and has said
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1554
# the system may begin as early as 2008....  Korea ran a daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1555
# saving program from 1949-61 but stopped it during the 1950-53 Korean War.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1556
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1557
# From Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1558
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1559
Rule	ROK	1960	only	-	May	15	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1560
Rule	ROK	1960	only	-	Sep	13	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1561
Rule	ROK	1987	1988	-	May	Sun>=8	0:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1562
Rule	ROK	1987	1988	-	Oct	Sun>=8	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1563
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1564
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1565
Zone	Asia/Seoul	8:27:52	-	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1566
			8:30	-	KST	1904 Dec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1567
			9:00	-	KST	1928
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1568
			8:30	-	KST	1932
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1569
			9:00	-	KST	1954 Mar 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1570
			8:00	ROK	K%sT	1961 Aug 10
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1571
			8:30	-	KST	1968 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1572
			9:00	ROK	K%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1573
Zone	Asia/Pyongyang	8:23:00 -	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1574
			8:30	-	KST	1904 Dec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1575
			9:00	-	KST	1928
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1576
			8:30	-	KST	1932
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1577
			9:00	-	KST	1954 Mar 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1578
			8:00	-	KST	1961 Aug 10
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1579
			9:00	-	KST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1580
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1581
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1582
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1583
# Kuwait
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1584
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1585
# From the Arab Times (2007-03-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1586
# The Civil Service Commission (CSC) has approved a proposal forwarded
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1587
# by MP Ahmad Baqer on implementing the daylight saving time (DST) in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1588
# Kuwait starting from April until the end of Sept this year, reports Al-Anba.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1589
# <http://www.arabtimesonline.com/arabtimes/kuwait/Viewdet.asp?ID=9950>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1590
# From Paul Eggert (2007-03-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1591
# We don't know the details, or whether the approval means it'll happen,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1592
# so for now we assume no DST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1593
Zone	Asia/Kuwait	3:11:56 -	LMT	1950
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1594
			3:00	-	AST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1595
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1596
# Laos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1597
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1598
Zone	Asia/Vientiane	6:50:24 -	LMT	1906 Jun  9 # or Viangchan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1599
			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1600
			7:00	-	ICT	1912 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1601
			8:00	-	ICT	1931 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1602
			7:00	-	ICT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1603
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1604
# Lebanon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1605
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1606
Rule	Lebanon	1920	only	-	Mar	28	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1607
Rule	Lebanon	1920	only	-	Oct	25	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1608
Rule	Lebanon	1921	only	-	Apr	3	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1609
Rule	Lebanon	1921	only	-	Oct	3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1610
Rule	Lebanon	1922	only	-	Mar	26	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1611
Rule	Lebanon	1922	only	-	Oct	8	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1612
Rule	Lebanon	1923	only	-	Apr	22	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1613
Rule	Lebanon	1923	only	-	Sep	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1614
Rule	Lebanon	1957	1961	-	May	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1615
Rule	Lebanon	1957	1961	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1616
Rule	Lebanon	1972	only	-	Jun	22	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1617
Rule	Lebanon	1972	1977	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1618
Rule	Lebanon	1973	1977	-	May	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1619
Rule	Lebanon	1978	only	-	Apr	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1620
Rule	Lebanon	1978	only	-	Sep	30	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1621
Rule	Lebanon	1984	1987	-	May	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1622
Rule	Lebanon	1984	1991	-	Oct	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1623
Rule	Lebanon	1988	only	-	Jun	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1624
Rule	Lebanon	1989	only	-	May	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1625
Rule	Lebanon	1990	1992	-	May	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1626
Rule	Lebanon	1992	only	-	Oct	4	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1627
Rule	Lebanon	1993	max	-	Mar	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1628
Rule	Lebanon	1993	1998	-	Sep	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1629
Rule	Lebanon	1999	max	-	Oct	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1630
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1631
Zone	Asia/Beirut	2:22:00 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1632
			2:00	Lebanon	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1634
# Malaysia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1635
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1636
Rule	NBorneo	1935	1941	-	Sep	14	0:00	0:20	TS # one-Third Summer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1637
Rule	NBorneo	1935	1941	-	Dec	14	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1638
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1639
# peninsular Malaysia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1640
# The data here are taken from Mok Ly Yng (2003-10-30)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1641
# <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1642
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1643
Zone Asia/Kuala_Lumpur	6:46:46 -	LMT	1901 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1644
			6:55:25	-	SMT	1905 Jun  1 # Singapore M.T.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1645
			7:00	-	MALT	1933 Jan  1 # Malaya Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1646
			7:00	0:20	MALST	1936 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1647
			7:20	-	MALT	1941 Sep  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1648
			7:30	-	MALT	1942 Feb 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1649
			9:00	-	JST	1945 Sep 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1650
			7:30	-	MALT	1982 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1651
			8:00	-	MYT	# Malaysia Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1652
# Sabah & Sarawak
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1653
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1654
# The data here are mostly from Shanks & Pottenger, but the 1942, 1945 and 1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1655
# transition dates are from Mok Ly Yng.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1656
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1657
Zone Asia/Kuching	7:21:20	-	LMT	1926 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1658
			7:30	-	BORT	1933	# Borneo Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1659
			8:00	NBorneo	BOR%sT	1942 Feb 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1660
			9:00	-	JST	1945 Sep 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1661
			8:00	-	BORT	1982 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1662
			8:00	-	MYT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1663
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1664
# Maldives
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1665
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
Zone	Indian/Maldives	4:54:00 -	LMT	1880	# Male
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
			4:54:00	-	MMT	1960	# Male Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1668
			5:00	-	MVT		# Maldives Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1669
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1670
# Mongolia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1671
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1672
# Shanks & Pottenger say that Mongolia has three time zones, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1673
# usno1995 and the CIA map Standard Time Zones of the World (2005-03)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1674
# both say that it has just one.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1675
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1676
# From Oscar van Vlijmen (1999-12-11):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1677
# <a href="http://www.mongoliatourism.gov.mn/general.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
# General Information Mongolia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1679
# </a> (1999-09)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1680
# "Time: Mongolia has two time zones. Three westernmost provinces of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1681
# Bayan-Ulgii, Uvs, and Hovd are one hour earlier than the capital city, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1682
# the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1683
# eight hours."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1684
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1685
# From Rives McDow (1999-12-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1686
# Mongolia discontinued the use of daylight savings time in 1999; 1998
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1687
# being the last year it was implemented.  The dates of implementation I am
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1688
# unsure of, but most probably it was similar to Russia, except for the time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1689
# of implementation may have been different....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1690
# Some maps in the past have indicated that there was an additional time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1691
# zone in the eastern part of Mongolia, including the provinces of Dornod,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1692
# Suhbaatar, and possibly Khentij.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1693
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1694
# From Paul Eggert (1999-12-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
# Naming and spelling is tricky in Mongolia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1696
# We'll use Hovd (also spelled Chovd and Khovd) to represent the west zone;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1697
# the capital of the Hovd province is sometimes called Hovd, sometimes Dund-Us,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1698
# and sometimes Jirgalanta (with variant spellings), but the name Hovd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1699
# is good enough for our purposes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1700
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1701
# From Rives McDow (2001-05-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1702
# In addition to Mongolia starting daylight savings as reported earlier
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1703
# (adopted DST on 2001-04-27 02:00 local time, ending 2001-09-28),
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1704
# there are three time zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1705
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1706
# Provinces [at 7:00]: Bayan-ulgii, Uvs, Khovd, Zavkhan, Govi-Altai
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1707
# Provinces [at 8:00]: Khovsgol, Bulgan, Arkhangai, Khentii, Tov,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1708
#	Bayankhongor, Ovorkhangai, Dundgovi, Dornogovi, Omnogovi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
# Provinces [at 9:00]: Dornod, Sukhbaatar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1710
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1711
# [The province of Selenge is omitted from the above lists.]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1713
# From Ganbold Ts., Ulaanbaatar (2004-04-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
# Daylight saving occurs at 02:00 local time last Saturday of March.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
# It will change back to normal at 02:00 local time last Saturday of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1716
# September.... As I remember this rule was changed in 2001.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1717
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1718
# From Paul Eggert (2004-04-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1719
# For now, assume Rives McDow's informant got confused about Friday vs
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1720
# Saturday, and that his 2001 dates should have 1 added to them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1721
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1722
# From Paul Eggert (2005-07-26):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1723
# We have wildly conflicting information about Mongolia's time zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
# Bill Bonnet (2005-05-19) reports that the US Embassy in Ulaanbaatar says
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1725
# there is only one time zone and that DST is observed, citing Microsoft
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
# Windows XP as the source.  Risto Nykanen (2005-05-16) reports that
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1727
# travelmongolia.org says there are two time zones (UTC+7, UTC+8) with no DST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1728
# Oscar van Vlijmen (2005-05-20) reports that the Mongolian Embassy in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1729
# Washington, DC says there are two time zones, with DST observed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1730
# He also found
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
# <http://ubpost.mongolnews.mn/index.php?subaction=showcomments&id=1111634894&archive=&start_from=&ucat=1&>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
# which also says that there is DST, and which has a comment by "Toddius"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
# (2005-03-31 06:05 +0700) saying "Mongolia actually has 3.5 time zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1734
# The West (OLGII) is +7 GMT, most of the country is ULAT is +8 GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1735
# and some Eastern provinces are +9 GMT but Sukhbaatar Aimag is SUHK +8.5 GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
# The SUKH timezone is new this year, it is one of the few things the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1737
# parliament passed during the tumultuous winter session."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1738
# For now, let's ignore this information, until we have more confirmation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1739
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1740
# From Ganbold Ts. (2007-02-26):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1741
# Parliament of Mongolia has just changed the daylight-saving rule in February.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1742
# They decided not to adopt daylight-saving time....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1743
# http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1744
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1745
# From Deborah Goldsmith (2008-03-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1746
# We received a bug report claiming that the tz database UTC offset for
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1747
# Asia/Choibalsan (GMT+09:00) is incorrect, and that it should be GMT
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1748
# +08:00 instead. Different sources appear to disagree with the tz
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1749
# database on this, e.g.:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1750
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1751
# <a href="http://www.timeanddate.com/worldclock/city.html?n=1026">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1752
# http://www.timeanddate.com/worldclock/city.html?n=1026
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1753
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1754
# <a href="http://www.worldtimeserver.com/current_time_in_MN.aspx">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1755
# http://www.worldtimeserver.com/current_time_in_MN.aspx
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1756
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1757
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1758
# both say GMT+08:00.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1759
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1760
# From Steffen Thorsen (2008-03-31):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1761
# eznis airways, which operates several domestic flights, has a flight
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1762
# schedule here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1763
# <a href="http://www.eznis.com/Container.jsp?id=112">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1764
# http://www.eznis.com/Container.jsp?id=112
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1765
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1766
# (click the English flag for English)
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1767
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1768
# There it appears that flights between Choibalsan and Ulaanbatar arrive
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1769
# about 1:35 - 1:50 hours later in local clock time, no matter the
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1770
# direction, while Ulaanbaatar-Khvod takes 2 hours in the Eastern
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1771
# direction and 3:35 back, which indicates that Ulaanbatar and Khvod are
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1772
# in different time zones (like we know about), while Choibalsan and
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1773
# Ulaanbatar are in the same time zone (correction needed).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1774
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1775
# From Arthur David Olson (2008-05-19):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1776
# Assume that Choibalsan is indeed offset by 8:00.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1777
# XXX--in the absence of better information, assume that transition
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1778
# was at the start of 2008-03-31 (the day of Steffen Thorsen's report);
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1779
# this is almost surely wrong.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1780
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1781
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1782
Rule	Mongol	1983	1984	-	Apr	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1783
Rule	Mongol	1983	only	-	Oct	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1784
# Shanks & Pottenger and IATA SSIM say 1990s switches occurred at 00:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1785
# but McDow says the 2001 switches occurred at 02:00.  Also, IATA SSIM
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1786
# (1996-09) says 1996-10-25.  Go with Shanks & Pottenger through 1998.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
# Shanks & Pottenger say that the Sept. 1984 through Sept. 1990 switches
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
# in Choibalsan (more precisely, in Dornod and Sukhbaatar) took place
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1790
# at 02:00 standard time, not at 00:00 local time as in the rest of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
# the country.  That would be odd, and possibly is a result of their
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1792
# correction of 02:00 (in the previous edition) not being done correctly
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
# in the latest edition; so ignore it for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1795
Rule	Mongol	1985	1998	-	Mar	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1796
Rule	Mongol	1984	1998	-	Sep	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1797
# IATA SSIM (1999-09) says Mongolia no longer observes DST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1798
Rule	Mongol	2001	only	-	Apr	lastSat	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1799
Rule	Mongol	2001	2006	-	Sep	lastSat	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1800
Rule	Mongol	2002	2006	-	Mar	lastSat	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1801
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1802
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1803
# Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1804
Zone	Asia/Hovd	6:06:36 -	LMT	1905 Aug
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1805
			6:00	-	HOVT	1978	# Hovd Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1806
			7:00	Mongol	HOV%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1807
# Ulaanbaatar, a.k.a. Ulan Bataar, Ulan Bator, Urga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1808
Zone	Asia/Ulaanbaatar 7:07:32 -	LMT	1905 Aug
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1809
			7:00	-	ULAT	1978	# Ulaanbaatar Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1810
			8:00	Mongol	ULA%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1811
# Choibalsan, a.k.a. Bajan Tuemen, Bajan Tumen, Chojbalsan,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1812
# Choybalsan, Sanbejse, Tchoibalsan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1813
Zone	Asia/Choibalsan	7:38:00 -	LMT	1905 Aug
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1814
			7:00	-	ULAT	1978
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1815
			8:00	-	ULAT	1983 Apr
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1816
			9:00	Mongol	CHO%sT	2008 Mar 31 # Choibalsan Time
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1817
			8:00	Mongol	CHO%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1818
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1819
# Nepal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1820
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1833
diff changeset
  1821
Zone	Asia/Kathmandu	5:41:16 -	LMT	1920
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1822
			5:30	-	IST	1986
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1823
			5:45	-	NPT	# Nepal Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1824
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1825
# Oman
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1826
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1827
# Milne says 3:54:24 was the meridian of the Muscat Tidal Observatory.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1828
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1829
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1830
Zone	Asia/Muscat	3:54:24 -	LMT	1920
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1831
			4:00	-	GST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1832
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1833
# Pakistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1834
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1835
# From Rives McDow (2002-03-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1836
# I have been advised that Pakistan has decided to adopt dst on a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1837
# TRIAL basis for one year, starting 00:01 local time on April 7, 2002
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1838
# and ending at 00:01 local time October 6, 2002.  This is what I was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1839
# told, but I believe that the actual time of change may be 00:00; the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1840
# 00:01 was to make it clear which day it was on.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1841
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1842
# From Paul Eggert (2002-03-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1843
# Jesper Norgaard found this URL:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1844
# http://www.pak.gov.pk/public/news/app/app06_dec.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1845
# (dated 2001-12-06) which says that the Cabinet adopted a scheme "to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1846
# advance the clocks by one hour on the night between the first
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1847
# Saturday and Sunday of April and revert to the original position on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1848
# 15th October each year".  This agrees with McDow's 04-07 at 00:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1849
# but disagrees about the October transition, and makes it sound like
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1850
# it's not on a trial basis.  Also, the "between the first Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1851
# and Sunday of April" phrase, if taken literally, means that the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1852
# transition takes place at 00:00 on the first Sunday on or after 04-02.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1853
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1854
# From Paul Eggert (2003-02-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1855
# DAWN <http://www.dawn.com/2002/10/06/top13.htm> reported on 2002-10-05
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1856
# that 2002 DST ended that day at midnight.  Go with McDow for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1857
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1858
# From Steffen Thorsen (2003-03-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1859
# According to http://www.dawn.com/2003/03/07/top15.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1860
# there will be no DST in Pakistan this year:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1861
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1862
# ISLAMABAD, March 6: Information and Media Development Minister Sheikh
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1863
# Rashid Ahmed on Thursday said the cabinet had reversed a previous
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1864
# decision to advance clocks by one hour in summer and put them back by
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1865
# one hour in winter with the aim of saving light hours and energy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1866
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1867
# The minister told a news conference that the experiment had rather
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1868
# shown 8 per cent higher consumption of electricity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1869
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1870
# From Alex Krivenyshev (2008-05-15):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1871
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1872
# Here is an article that Pakistan plan to introduce Daylight Saving Time
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1873
# on June 1, 2008 for 3 months.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1874
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1875
# "... The federal cabinet on Wednesday announced a new conservation plan to help
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1876
# reduce load shedding by approving the closure of commercial centres at 9pm and
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1877
# moving clocks forward by one hour for the next three months.
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1878
# ...."
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1879
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1880
# <a href="http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1881
# http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1882
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1883
# OR
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1884
# <a href="http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1885
# http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1886
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1887
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1888
# From Arthur David Olson (2008-05-19):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1889
# XXX--midnight transitions is a guess; 2008 only is a guess.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1890
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1891
# From Alexander Krivenyshev (2008-08-28):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1892
# Pakistan government has decided to keep the watches one-hour advanced
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1893
# for another 2 months--plan to return to Standard Time on October 31
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1894
# instead of August 31.
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1895
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1896
# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1897
# http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1898
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1899
# OR
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1900
# <a href="http://dailymailnews.com/200808/28/news/dmbrn03.html">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1901
# http://dailymailnews.com/200808/28/news/dmbrn03.html
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1902
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  1903
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1904
# From Alexander Krivenyshev (2009-04-08):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1905
# Based on previous media reports that "... proposed plan to
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1906
# advance clocks by one hour from May 1 will cause disturbance
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1907
# to the working schedules rather than bringing discipline in
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1908
# official working."
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1909
# <a href="http://www.thenews.com.pk/daily_detail.asp?id=171280">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1910
# http://www.thenews.com.pk/daily_detail.asp?id=171280
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1911
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1912
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1913
# recent news that instead of May 2009 - Pakistan plan to
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1914
# introduce DST from April 15, 2009
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1915
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1916
# FYI: Associated Press Of Pakistan
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1917
# April 08, 2009
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1918
# Cabinet okays proposal to advance clocks by one hour from April 15
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1919
# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1920
# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1921
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1922
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1923
# or
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1924
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1925
# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1926
# http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1927
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1928
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1929
# ....
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1930
# The Federal Cabinet on Wednesday approved the proposal to
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1931
# advance clocks in the country by one hour from April 15 to
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1932
# conserve energy"
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1933
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1934
# From Steffen Thorsen (2009-09-17):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1935
# "The News International," Pakistan reports that: "The Federal
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1936
# Government has decided to restore the previous time by moving the
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1937
# clocks backward by one hour from October 1. A formal announcement to
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1938
# this effect will be made after the Prime Minister grants approval in
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1939
# this regard."
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1940
# <a href="http://www.thenews.com.pk/updates.asp?id=87168">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1941
# http://www.thenews.com.pk/updates.asp?id=87168
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1942
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1943
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1944
# From Alexander Krivenyshev (2009-09-28):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1945
# According to Associated Press Of Pakistan, it is confirmed that
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1946
# Pakistan clocks across the country would be turned back by an hour from October
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1947
# 1, 2009.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1948
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1949
# "Clocks to go back one hour from 1 Oct"
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1950
# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1951
# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1952
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1953
# or
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1954
# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1955
# http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1956
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1957
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1958
# From Steffen Thorsen (2009-09-29):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1959
# Alexander Krivenyshev wrote:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1960
# > According to Associated Press Of Pakistan, it is confirmed that
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1961
# > Pakistan clocks across the country would be turned back by an hour from October
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1962
# > 1, 2009.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1963
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1964
# Now they seem to have changed their mind, November 1 is the new date:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1965
# <a href="http://www.thenews.com.pk/top_story_detail.asp?Id=24742">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1966
# http://www.thenews.com.pk/top_story_detail.asp?Id=24742
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1967
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1968
# "The country's clocks will be reversed by one hour on November 1.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1969
# Officials of Federal Ministry for Interior told this to Geo News on
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1970
# Monday."
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1971
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1972
# And more importantly, it seems that these dates will be kept every year:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1973
# "It has now been decided that clocks will be wound forward by one hour
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1974
# on April 15 and reversed by an hour on November 1 every year without
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1975
# obtaining prior approval, the officials added."
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1976
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1977
# We have confirmed this year's end date with both with the Ministry of
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1978
# Water and Power and the Pakistan Electric Power Company:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1979
# <a href="http://www.timeanddate.com/news/time/pakistan-ends-dst09.html">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1980
# http://www.timeanddate.com/news/time/pakistan-ends-dst09.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1981
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1982
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1983
# From Christoph Goehre (2009-10-01):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1984
# [T]he German Consulate General in Karachi reported me today that Pakistan
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  1985
# will go back to standard time on 1st of November.
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  1986
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1987
# From Steffen Thorsen (2010-03-26):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1988
# Steffen Thorsen wrote:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1989
# > On Thursday (2010-03-25) it was announced that DST would start in
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1990
# > Pakistan on 2010-04-01.
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1991
# >
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1992
# > Then today, the president said that they might have to revert the
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1993
# > decision if it is not supported by the parliament. So at the time
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1994
# > being, it seems unclear if DST will be actually observed or not - but
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1995
# > April 1 could be a more likely date than April 15.
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1996
# Now, it seems that the decision to not observe DST in final:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1997
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1998
# "Govt Withdraws Plan To Advance Clocks"
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  1999
# <a href="http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2000
# http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2001
# </a>
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2002
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2003
# "People laud PM's announcement to end DST"
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2004
# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2005
# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2006
# </a>
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2007
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2008
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2009
Rule Pakistan	2002	only	-	Apr	Sun>=2	0:01	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2010
Rule Pakistan	2002	only	-	Oct	Sun>=2	0:01	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2011
Rule Pakistan	2008	only	-	Jun	1	0:00	1:00	S
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2012
Rule Pakistan	2008	only	-	Nov	1	0:00	0	-
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2013
Rule Pakistan	2009	only	-	Apr	15	0:00	1:00	S
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2014
Rule Pakistan	2009	only	-	Nov	1	0:00	0	-
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 5137
diff changeset
  2015
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2016
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2017
Zone	Asia/Karachi	4:28:12 -	LMT	1907
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2018
			5:30	-	IST	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2019
			5:30	1:00	IST	1945 Oct 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2020
			5:30	-	IST	1951 Sep 30
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2021
			5:00	-	KART	1971 Mar 26 # Karachi Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2022
			5:00 Pakistan	PK%sT	# Pakistan Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2023
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2024
# Palestine
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2025
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2026
# From Amos Shapir (1998-02-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2027
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2028
# From 1917 until 1948-05-15, all of Palestine, including the parts now
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2029
# known as the Gaza Strip and the West Bank, was under British rule.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2030
# Therefore the rules given for Israel for that period, apply there too...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2031
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2032
# The Gaza Strip was under Egyptian rule between 1948-05-15 until 1967-06-05
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2033
# (except a short occupation by Israel from 1956-11 till 1957-03, but no
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2034
# time zone was affected then).  It was never formally annexed to Egypt,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2035
# though.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2036
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2037
# The rest of Palestine was under Jordanian rule at that time, formally
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2038
# annexed in 1950 as the West Bank (and the word "Trans" was dropped from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2039
# the country's previous name of "the Hashemite Kingdom of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2040
# Trans-Jordan").  So the rules for Jordan for that time apply.  Major
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2041
# towns in that area are Nablus (Shchem), El-Halil (Hebron), Ramallah, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2042
# East Jerusalem.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2043
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2044
# Both areas were occupied by Israel in June 1967, but not annexed (except
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2045
# for East Jerusalem).  They were on Israel time since then; there might
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2046
# have been a Military Governor's order about time zones, but I'm not aware
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2047
# of any (such orders may have been issued semi-annually whenever summer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2048
# time was in effect, but maybe the legal aspect of time was just neglected).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2049
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2050
# The Palestinian Authority was established in 1993, and got hold of most
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2051
# towns in the West Bank and Gaza by 1995.  I know that in order to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2052
# demonstrate...independence, they have been switching to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2053
# summer time and back on a different schedule than Israel's, but I don't
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2054
# know when this was started, or what algorithm is used (most likely the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2055
# Jordanian one).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2056
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2057
# To summarize, the table should probably look something like that:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2058
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2059
# Area \ when | 1918-1947 | 1948-1967 | 1967-1995 | 1996-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2060
# ------------+-----------+-----------+-----------+-----------
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2061
# Israel      | Zion      | Zion      | Zion      | Zion
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2062
# West bank   | Zion      | Jordan    | Zion      | Jordan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2063
# Gaza        | Zion      | Egypt     | Zion      | Jordan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2064
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2065
# I guess more info may be available from the PA's web page (if/when they
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2066
# have one).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2067
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2068
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2069
# Shanks & Pottenger write that Gaza did not observe DST until 1957, but go
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2070
# with Shapir and assume that it observed DST from 1940 through 1947,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2071
# and that it used Jordanian rules starting in 1996.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2072
# We don't yet need a separate entry for the West Bank, since
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2073
# the only differences between it and Gaza that we know about
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2074
# occurred before our cutoff date of 1970.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2075
# However, as we get more information, we may need to add entries
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2076
# for parts of the West Bank as they transitioned from Israel's rules
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2077
# to Palestine's rules.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2078
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2079
# From IINS News Service - Israel - 1998-03-23 10:38:07 Israel time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2080
# forwarded by Ephraim Silverberg:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2081
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2082
# Despite the fact that Israel changed over to daylight savings time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2083
# last week, the PLO Authority (PA) has decided not to turn its clocks
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2084
# one-hour forward at this time.  As a sign of independence from Israeli rule,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2085
# the PA has decided to implement DST in April.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2086
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2087
# From Paul Eggert (1999-09-20):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2088
# Daoud Kuttab writes in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2089
# <a href="http://www.jpost.com/com/Archive/22.Apr.1999/Opinion/Article-2.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2090
# Holiday havoc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2091
# </a> (Jerusalem Post, 1999-04-22) that
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2092
# the Palestinian National Authority changed to DST on 1999-04-15.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2093
# I vaguely recall that they switch back in October (sorry, forgot the source).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2094
# For now, let's assume that the spring switch was at 24:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2095
# and that they switch at 0:00 on the 3rd Fridays of April and October.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2096
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2097
# From Paul Eggert (2005-11-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2098
# Starting 2004 transitions are from Steffen Thorsen's web site timeanddate.com.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2099
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2100
# From Steffen Thorsen (2005-11-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2101
# A user from Gaza reported that Gaza made the change early because of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2102
# the Ramadan.  Next year Ramadan will be even earlier, so I think
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2103
# there is a good chance next year's end date will be around two weeks
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2104
# earlier--the same goes for Jordan.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2105
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2106
# From Steffen Thorsen (2006-08-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2107
# I was informed by a user in Bethlehem that in Bethlehem it started the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2108
# same day as Israel, and after checking with other users in the area, I
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2109
# was informed that they started DST one day after Israel.  I was not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2110
# able to find any authoritative sources at the time, nor details if
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2111
# Gaza changed as well, but presumed Gaza to follow the same rules as
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2112
# the West Bank.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2113
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2114
# From Steffen Thorsen (2006-09-26):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2115
# according to the Palestine News Network (2006-09-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2116
# http://english.pnn.ps/index.php?option=com_content&task=view&id=596&Itemid=5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2117
# > The Council of Ministers announced that this year its winter schedule
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2118
# > will begin early, as of midnight Thursday.  It is also time to turn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2119
# > back the clocks for winter.  Friday will begin an hour late this week.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2120
# I guess it is likely that next year's date will be moved as well,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2121
# because of the Ramadan.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2122
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2123
# From Jesper Norgaard Welen (2007-09-18):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2124
# According to Steffen Thorsen's web site the Gaza Strip and the rest of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2125
# Palestinian territories left DST early on 13.th. of September at 2:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2126
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2127
# From Paul Eggert (2007-09-20):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2128
# My understanding is that Gaza and the West Bank disagree even over when
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2129
# the weekend is (Thursday+Friday versus Friday+Saturday), so I'd be a bit
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2130
# surprised if they agreed about DST.  But for now, assume they agree.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2131
# For lack of better information, predict that future changes will be
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2132
# the 2nd Thursday of September at 02:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2133
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2134
# From Alexander Krivenyshev (2008-08-28):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2135
# Here is an article, that Mideast running on different clocks at Ramadan.
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2136
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2137
# Gaza Strip (as Egypt) ended DST at midnight Thursday (Aug 28, 2008), while
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2138
# the West Bank will end Daylight Saving Time at midnight Sunday (Aug 31, 2008).
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2139
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2140
# <a href="http://www.guardian.co.uk/world/feedarticle/7759001">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2141
# http://www.guardian.co.uk/world/feedarticle/7759001
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2142
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2143
# <a href="http://www.abcnews.go.com/International/wireStory?id=5676087">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2144
# http://www.abcnews.go.com/International/wireStory?id=5676087
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2145
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2146
# or
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2147
# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2148
# http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2149
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2150
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2151
# From Alexander Krivenyshev (2009-03-26):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2152
# According to the Palestine News Network (arabic.pnn.ps), Palestinian
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2153
# government decided to start Daylight Time on Thursday night March
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2154
# 26 and continue until the night of 27 September 2009.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2155
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2156
# (in Arabic)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2157
# <a href="http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2158
# http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2159
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2160
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2161
# or
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2162
# (English translation)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2163
# <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank01.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2164
# http://www.worldtimezone.com/dst_news/dst_news_westbank01.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2165
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2166
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2167
# From Steffen Thorsen (2009-08-31):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2168
# Palestine's Council of Ministers announced that they will revert back to
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2169
# winter time on Friday, 2009-09-04.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2170
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2171
# One news source:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2172
# <a href="http://www.safa.ps/ara/?action=showdetail&seid=4158">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2173
# http://www.safa.ps/ara/?action=showdetail&seid=4158
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2174
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2175
# (Palestinian press agency, Arabic),
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2176
# Google translate: "Decided that the Palestinian government in Ramallah
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2177
# headed by Salam Fayyad, the start of work in time for the winter of
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2178
# 2009, starting on Friday approved the fourth delay Sept. clock sixty
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2179
# minutes per hour as of Friday morning."
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2180
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2181
# We are not sure if Gaza will do the same, last year they had a different
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2182
# end date, we will keep this page updated:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2183
# <a href="http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2184
# http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2185
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2186
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2187
# From Alexander Krivenyshev (2009-09-02):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2188
# Seems that Gaza Strip will go back to Winter Time same date as West Bank.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2189
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2190
# According to Palestinian Ministry Of Interior, West Bank and Gaza Strip plan
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2191
# to change time back to Standard time on September 4, 2009.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2192
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2193
# "Winter time unite the West Bank and Gaza"
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2194
# (from Palestinian National Authority):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2195
# <a href="http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2196
# http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2197
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2198
# or
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2199
# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2200
# http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2201
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2202
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2203
# From Alexander Krivenyshev (2010-03-19):
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2204
# According to Voice of Palestine DST will last for 191 days, from March
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2205
# 26, 2010 till "the last Sunday before the tenth day of Tishri
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2206
# (October), each year" (October 03, 2010?)
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2207
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2208
# <a href="http://palvoice.org/forums/showthread.php?t=245697">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2209
# http://palvoice.org/forums/showthread.php?t=245697
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2210
# </a>
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2211
# (in Arabic)
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2212
# or
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2213
# <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank03.html">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2214
# http://www.worldtimezone.com/dst_news/dst_news_westbank03.html
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2215
# </a>
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2216
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2217
# From Steffen Thorsen (2010-03-24):
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2218
# ...Ma'an News Agency reports that Hamas cabinet has decided it will
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2219
# start one day later, at 12:01am. Not sure if they really mean 12:01am or
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2220
# noon though:
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2221
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2222
# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=271178">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2223
# http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2224
# </a>
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2225
# (Ma'an News Agency)
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2226
# "At 12:01am Friday, clocks in Israel and the West Bank will change to
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2227
# 1:01am, while Gaza clocks will change at 12:01am Saturday morning."
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2228
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2229
# From Steffen Thorsen (2010-08-11):
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2230
# According to several sources, including
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2231
# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=306795">
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2232
# http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2233
# </a>
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2234
# the clocks were set back one hour at 2010-08-11 00:00:00 local time in
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2235
# Gaza and the West Bank.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2236
# Some more background info:
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2237
# <a href="http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html">
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2238
# http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2239
# </a>
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2240
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2241
# From Steffen Thorsen (2011-08-26):
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2242
# Gaza and the West Bank did go back to standard time in the beginning of
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2243
# August, and will now enter daylight saving time again on 2011-08-30
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2244
# 00:00 (so two periods of DST in 2011). The pause was because of
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2245
# Ramadan.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2246
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2247
# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=416217">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2248
# http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2249
# </a>
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2250
# Additional info:
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2251
# <a href="http://www.timeanddate.com/news/time/palestine-dst-2011.html">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2252
# http://www.timeanddate.com/news/time/palestine-dst-2011.html
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2253
# </a>
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2254
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2255
# From Alexander Krivenyshev (2011-08-27):
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2256
# According to the article in The Jerusalem Post:
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2257
# "...Earlier this month, the Palestinian government in the West Bank decided to
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2258
# move to standard time for 30 days, during Ramadan. The Palestinians in the
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2259
# Gaza Strip accepted the change and also moved their clocks one hour back.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2260
# The Hamas government said on Saturday that it won't observe summertime after
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2261
# the Muslim feast of Id al-Fitr, which begins on Tuesday..."
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2262
# ...
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2263
# <a href="http://www.jpost.com/MiddleEast/Article.aspx?id=235650">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2264
# http://www.jpost.com/MiddleEast/Article.aspx?id=235650
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2265
# </a>
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2266
# or
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2267
# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2268
# http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2269
# </a>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2270
# The rules for Egypt are stolen from the `africa' file.
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2271
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2272
# From Steffen Thorsen (2011-09-30):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2273
# West Bank did end Daylight Saving Time this morning/midnight (2011-09-30
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2274
# 00:00).
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2275
# So West Bank and Gaza now have the same time again.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2276
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2277
# Many sources, including:
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2278
# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=424808">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2279
# http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2280
# </a>
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2281
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2282
# From Steffen Thorsen (2012-03-26):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2283
# Palestinian news sources tell that both Gaza and West Bank will start DST
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2284
# on Friday (Thursday midnight, 2012-03-29 24:00).
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2285
# Some of many sources in Arabic:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2286
# <a href="http://www.samanews.com/index.php?act=Show&id=122638">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2287
# http://www.samanews.com/index.php?act=Show&id=122638
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2288
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2289
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2290
# <a href="http://safa.ps/details/news/74352/%D8%A8%D8%AF%D8%A1-%D8%A7%D9%84%D8%AA%D9%88%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%8A%D9%81%D9%8A-%D8%A8%D8%A7%D9%84%D8%B6%D9%81%D8%A9-%D9%88%D8%BA%D8%B2%D8%A9-%D9%84%D9%8A%D9%84%D8%A9-%D8%A7%D9%84%D8%AC%D9%85%D8%B9%D8%A9.html">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2291
# http://safa.ps/details/news/74352/%D8%A8%D8%AF%D8%A1-%D8%A7%D9%84%D8%AA%D9%88%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%8A%D9%81%D9%8A-%D8%A8%D8%A7%D9%84%D8%B6%D9%81%D8%A9-%D9%88%D8%BA%D8%B2%D8%A9-%D9%84%D9%8A%D9%84%D8%A9-%D8%A7%D9%84%D8%AC%D9%85%D8%B9%D8%A9.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2292
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2293
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2294
# Our brief summary:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2295
# <a href="http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2296
# http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2297
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2298
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2299
# From Steffen Thorsen (2013-03-26):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2300
# The following news sources tells that Palestine will "start daylight saving
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2301
# time from midnight on Friday, March 29, 2013" (translated).
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2302
# [These are in Arabic and are for Gaza and for Ramallah, respectively.]
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2303
# http://www.samanews.com/index.php?act=Show&id=154120
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2304
# http://safa.ps/details/news/99844/%D8%B1%D8%A7%D9%85-%D8%A7%D9%84%D9%84%D9%87-%D8%A8%D8%AF%D8%A1-%D8%A7%D9%84%D8%AA%D9%88%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%8A%D9%81%D9%8A-29-%D8%A7%D9%84%D8%AC%D8%A7%D8%B1%D9%8A.html
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2305
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2306
# From Paul Eggert (2013-04-15):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2307
# For future dates, guess the last Thursday in March at 24:00 through
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2308
# the first Friday on or after September 21 at 01:00.  This is consistent with
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2309
# the predictions in today's editions of the following URLs,
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2310
# which are for Gaza and Hebron respectively:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2311
# http://www.timeanddate.com/worldclock/timezone.html?n=702
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2312
# http://www.timeanddate.com/worldclock/timezone.html?n=2364
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2313
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2314
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2315
Rule EgyptAsia	1957	only	-	May	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2316
Rule EgyptAsia	1957	1958	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2317
Rule EgyptAsia	1958	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2318
Rule EgyptAsia	1959	1967	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2319
Rule EgyptAsia	1959	1965	-	Sep	30	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2320
Rule EgyptAsia	1966	only	-	Oct	 1	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2321
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2322
Rule Palestine	1999	2005	-	Apr	Fri>=15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2323
Rule Palestine	1999	2003	-	Oct	Fri>=15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2324
Rule Palestine	2004	only	-	Oct	 1	1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2325
Rule Palestine	2005	only	-	Oct	 4	2:00	0	-
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2326
Rule Palestine	2006	2007	-	Apr	 1	0:00	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2327
Rule Palestine	2006	only	-	Sep	22	0:00	0	-
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  2328
Rule Palestine	2007	only	-	Sep	Thu>=8	2:00	0	-
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2329
Rule Palestine	2008	2009	-	Mar	lastFri	0:00	1:00	S
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2330
Rule Palestine	2008	only	-	Sep	 1	0:00	0	-
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2331
Rule Palestine	2009	only	-	Sep	Fri>=1	1:00	0	-
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2332
Rule Palestine	2010	only	-	Mar	26	0:00	1:00	S
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  2333
Rule Palestine	2010	only	-	Aug	11	0:00	0	-
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2334
Rule Palestine	2011	only	-	Apr	 1	0:01	1:00	S
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2335
Rule Palestine	2011	only	-	Aug	 1	0:00	0	-
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2336
Rule Palestine	2011	only	-	Aug	30	0:00	1:00	S
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2337
Rule Palestine	2011	only	-	Sep	30	0:00	0	-
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2338
Rule Palestine	2012	max	-	Mar	lastThu	24:00	1:00	S
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2339
Rule Palestine	2012	max	-	Sep	Fri>=21	1:00	0	-
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2340
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2341
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2342
Zone	Asia/Gaza	2:17:52	-	LMT	1900 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2343
			2:00	Zion	EET	1948 May 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2344
			2:00 EgyptAsia	EE%sT	1967 Jun  5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2345
			2:00	Zion	I%sT	1996
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2346
			2:00	Jordan	EE%sT	1999
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2347
			2:00 Palestine	EE%sT	2008 Aug 29 0:00
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2348
			2:00	-	EET	2008 Sep
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2349
			2:00 Palestine	EE%sT	2010
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2350
			2:00	-	EET	2010 Mar 27 0:01
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2351
			2:00 Palestine	EE%sT	2011 Aug  1
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2352
			2:00	-	EET	2012
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2353
			2:00 Palestine	EE%sT
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2354
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2355
Zone	Asia/Hebron	2:20:23	-	LMT	1900 Oct
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2356
			2:00	Zion	EET	1948 May 15
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2357
			2:00 EgyptAsia	EE%sT	1967 Jun  5
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2358
			2:00	Zion	I%sT	1996
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  2359
			2:00	Jordan	EE%sT	1999
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2360
			2:00 Palestine	EE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2361
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2362
# Paracel Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2363
# no information
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2364
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2365
# Philippines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2366
# On 1844-08-16, Narciso Claveria, governor-general of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2367
# Philippines, issued a proclamation announcing that 1844-12-30 was to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2368
# be immediately followed by 1845-01-01.  Robert H. van Gent has a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2369
# transcript of the decree in <http://www.phys.uu.nl/~vgent/idl/idl.htm>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2370
# The rest of the data are from Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2371
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2372
# From Paul Eggert (2006-04-25):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2373
# Tomorrow's Manila Standard reports that the Philippines Department of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2374
# Trade and Industry is considering adopting DST this June when the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2375
# rainy season begins.  See
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2376
# <http://www.manilastandardtoday.com/?page=politics02_april26_2006>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2377
# For now, we'll ignore this, since it's not definite and we lack details.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2378
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2379
# From Jesper Norgaard Welen (2006-04-26):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2380
# ... claims that Philippines had DST last time in 1990:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2381
# http://story.philippinetimes.com/p.x/ct/9/id/145be20cc6b121c0/cid/3e5bbccc730d258c/
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2382
# [a story dated 2006-04-25 by Cris Larano of Dow Jones Newswires,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2383
# but no details]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2384
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2385
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2386
Rule	Phil	1936	only	-	Nov	1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2387
Rule	Phil	1937	only	-	Feb	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2388
Rule	Phil	1954	only	-	Apr	12	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2389
Rule	Phil	1954	only	-	Jul	1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2390
Rule	Phil	1978	only	-	Mar	22	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2391
Rule	Phil	1978	only	-	Sep	21	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2392
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2393
Zone	Asia/Manila	-15:56:00 -	LMT	1844 Dec 31
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2394
			8:04:00 -	LMT	1899 May 11
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2395
			8:00	Phil	PH%sT	1942 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2396
			9:00	-	JST	1944 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2397
			8:00	Phil	PH%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2398
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2399
# Qatar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2400
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2401
Zone	Asia/Qatar	3:26:08 -	LMT	1920	# Al Dawhah / Doha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2402
			4:00	-	GST	1972 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2403
			3:00	-	AST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2404
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2405
# Saudi Arabia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2406
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2407
Zone	Asia/Riyadh	3:06:52 -	LMT	1950
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2408
			3:00	-	AST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2409
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2410
# Singapore
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2411
# The data here are taken from Mok Ly Yng (2003-10-30)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2412
# <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2413
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2414
Zone	Asia/Singapore	6:55:25 -	LMT	1901 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2415
			6:55:25	-	SMT	1905 Jun  1 # Singapore M.T.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2416
			7:00	-	MALT	1933 Jan  1 # Malaya Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2417
			7:00	0:20	MALST	1936 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2418
			7:20	-	MALT	1941 Sep  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2419
			7:30	-	MALT	1942 Feb 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2420
			9:00	-	JST	1945 Sep 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2421
			7:30	-	MALT	1965 Aug  9 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2422
			7:30	-	SGT	1982 Jan  1 # Singapore Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2423
			8:00	-	SGT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2424
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2425
# Spratly Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2426
# no information
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2427
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2428
# Sri Lanka
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2429
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2430
# From Paul Eggert (2013-02-21):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2431
# Milne says "Madras mean time use from May 1, 1898.  Prior to this Colombo
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2432
# mean time, 5h. 4m. 21.9s. F., was used."  But 5:04:21.9 differs considerably
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2433
# from Colombo's meridian 5:19:24, so for now ignore Milne and stick with
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2434
# Shanks and Pottenger.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2435
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2436
# From Paul Eggert (1996-09-03):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2437
# "Sri Lanka advances clock by an hour to avoid blackout"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2438
# (www.virtual-pc.com/lankaweb/news/items/240596-2.html, 1996-05-24,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2439
# no longer available as of 1999-08-17)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2440
# reported ``the country's standard time will be put forward by one hour at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2441
# midnight Friday (1830 GMT) `in the light of the present power crisis'.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2442
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2443
# From Dharmasiri Senanayake, Sri Lanka Media Minister (1996-10-24), as quoted
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2444
# by Shamindra in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2445
# <a href="news:54rka5$m5h@mtinsc01-mgt.ops.worldnet.att.net">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2446
# Daily News - Hot News Section (1996-10-26)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2447
# </a>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2448
# With effect from 12.30 a.m. on 26th October 1996
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2449
# Sri Lanka will be six (06) hours ahead of GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2450
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2451
# From Jesper Norgaard Welen (2006-04-14), quoting Sri Lanka News Online
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2452
# <http://news.sinhalaya.com/wmview.php?ArtID=11002> (2006-04-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2453
# 0030 hrs on April 15, 2006 (midnight of April 14, 2006 +30 minutes)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2454
# at present, become 2400 hours of April 14, 2006 (midnight of April 14, 2006).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2455
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2456
# From Peter Apps and Ranga Sirila of Reuters (2006-04-12) in:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2457
# <http://today.reuters.co.uk/news/newsArticle.aspx?type=scienceNews&storyID=2006-04-12T172228Z_01_COL295762_RTRIDST_0_SCIENCE-SRILANKA-TIME-DC.XML>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2458
# [The Tamil Tigers] never accepted the original 1996 time change and simply
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2459
# kept their clocks set five and a half hours ahead of Greenwich Mean
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2460
# Time (GMT), in line with neighbor India.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2461
# From Paul Eggert (2006-04-18):
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2462
# People who live in regions under Tamil control can use [TZ='Asia/Kolkata'],
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2463
# as that zone has agreed with the Tamil areas since our cutoff date of 1970.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2464
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2465
# From K Sethu (2006-04-25):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2466
# I think the abbreviation LKT originated from the world of computers at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2467
# the time of or subsequent to the time zone changes by SL Government
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2468
# twice in 1996 and probably SL Government or its standardization
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2469
# agencies never declared an abbreviation as a national standard.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2470
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2471
# I recollect before the recent change the government annoucemments
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2472
# mentioning it as simply changing Sri Lanka Standard Time or Sri Lanka
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2473
# Time and no mention was made about the abbreviation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2474
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2475
# If we look at Sri Lanka Department of Government's "Official News
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2476
# Website of Sri Lanka" ... http://www.news.lk/ we can see that they
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2477
# use SLT as abbreviation in time stamp at the beginning of each news
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2478
# item....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2479
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2480
# Within Sri Lanka I think LKT is well known among computer users and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2481
# adminsitrators.  In my opinion SLT may not be a good choice because the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2482
# nation's largest telcom / internet operator Sri Lanka Telcom is well
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2483
# known by that abbreviation - simply as SLT (there IP domains are
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2484
# slt.lk and sltnet.lk).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2485
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2486
# But if indeed our government has adopted SLT as standard abbreviation
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2487
# (that we have not known so far) then  it is better that it be used for
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2488
# all computers.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2489
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2490
# From Paul Eggert (2006-04-25):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2491
# One possibility is that we wait for a bit for the dust to settle down
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2492
# and then see what people actually say in practice.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2493
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2494
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2495
Zone	Asia/Colombo	5:19:24 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2496
			5:19:32	-	MMT	1906	# Moratuwa Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2497
			5:30	-	IST	1942 Jan  5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2498
			5:30	0:30	IHST	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2499
			5:30	1:00	IST	1945 Oct 16 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2500
			5:30	-	IST	1996 May 25 0:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2501
			6:30	-	LKT	1996 Oct 26 0:30
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2502
			6:00	-	LKT	2006 Apr 15 0:30
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2503
			5:30	-	IST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2504
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2505
# Syria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2506
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2507
Rule	Syria	1920	1923	-	Apr	Sun>=15	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2508
Rule	Syria	1920	1923	-	Oct	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2509
Rule	Syria	1962	only	-	Apr	29	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2510
Rule	Syria	1962	only	-	Oct	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2511
Rule	Syria	1963	1965	-	May	1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2512
Rule	Syria	1963	only	-	Sep	30	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2513
Rule	Syria	1964	only	-	Oct	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2514
Rule	Syria	1965	only	-	Sep	30	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2515
Rule	Syria	1966	only	-	Apr	24	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2516
Rule	Syria	1966	1976	-	Oct	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2517
Rule	Syria	1967	1978	-	May	1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2518
Rule	Syria	1977	1978	-	Sep	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2519
Rule	Syria	1983	1984	-	Apr	9	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2520
Rule	Syria	1983	1984	-	Oct	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2521
Rule	Syria	1986	only	-	Feb	16	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2522
Rule	Syria	1986	only	-	Oct	9	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2523
Rule	Syria	1987	only	-	Mar	1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2524
Rule	Syria	1987	1988	-	Oct	31	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2525
Rule	Syria	1988	only	-	Mar	15	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2526
Rule	Syria	1989	only	-	Mar	31	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2527
Rule	Syria	1989	only	-	Oct	1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2528
Rule	Syria	1990	only	-	Apr	1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2529
Rule	Syria	1990	only	-	Sep	30	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2530
Rule	Syria	1991	only	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2531
Rule	Syria	1991	1992	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2532
Rule	Syria	1992	only	-	Apr	 8	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2533
Rule	Syria	1993	only	-	Mar	26	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2534
Rule	Syria	1993	only	-	Sep	25	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2535
# IATA SSIM (1998-02) says 1998-04-02;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2536
# (1998-09) says 1999-03-29 and 1999-09-29; (1999-02) says 1999-04-02,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2537
# 2000-04-02, and 2001-04-02; (1999-09) says 2000-03-31 and 2001-03-31;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2538
# (2006) says 2006-03-31 and 2006-09-22;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2539
# for now ignore all these claims and go with Shanks & Pottenger,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2540
# except for the 2006-09-22 claim (which seems right for Ramadan).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2541
Rule	Syria	1994	1996	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2542
Rule	Syria	1994	2005	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2543
Rule	Syria	1997	1998	-	Mar	lastMon	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2544
Rule	Syria	1999	2006	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2545
# From Stephen Colebourne (2006-09-18):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2546
# According to IATA data, Syria will change DST on 21st September [21:00 UTC]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2547
# this year [only]....  This is probably related to Ramadan, like Egypt.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2548
Rule	Syria	2006	only	-	Sep	22	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2549
# From Paul Eggert (2007-03-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2550
# Today the AP reported "Syria will switch to summertime at midnight Thursday."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2551
# http://www.iht.com/articles/ap/2007/03/29/africa/ME-GEN-Syria-Time-Change.php
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2552
Rule	Syria	2007	only	-	Mar	lastFri	0:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2553
# From Jesper Norgard (2007-10-27):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2554
# The sister center ICARDA of my work CIMMYT is confirming that Syria DST will
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  2555
# not take place 1st November at 0:00 o'clock but 1st November at 24:00 or
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  2556
# rather Midnight between Thursday and Friday. This does make more sense than
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2557
# having it between Wednesday and Thursday (two workdays in Syria) since the
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2558
# weekend in Syria is not Saturday and Sunday, but Friday and Saturday. So now
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2559
# it is implemented at midnight of the last workday before weekend...
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2560
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2561
# From Steffen Thorsen (2007-10-27):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2562
# Jesper Norgaard Welen wrote:
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2563
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2564
# > "Winter local time in Syria will be observed at midnight of Thursday 1
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2565
# > November 2007, and the clock will be put back 1 hour."
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2566
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2567
# I found confirmation on this in this gov.sy-article (Arabic):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2568
# http://wehda.alwehda.gov.sy/_print_veiw.asp?FileName=12521710520070926111247
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2569
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2570
# which using Google's translate tools says:
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2571
# Council of Ministers also approved the commencement of work on
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2572
# identifying the winter time as of Friday, 2/11/2007 where the 60th
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2573
# minute delay at midnight Thursday 1/11/2007.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2574
Rule	Syria	2007	only	-	Nov	 Fri>=1	0:00	0	-
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2575
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2576
# From Stephen Colebourne (2008-03-17):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2577
# For everyone's info, I saw an IATA time zone change for [Syria] for
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2578
# this month (March 2008) in the last day or so...This is the data IATA
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2579
# are now using:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2580
# Country     Time Standard   --- DST Start ---   --- DST End ---  DST
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2581
# Name        Zone Variation   Time    Date        Time    Date
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2582
# Variation
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2583
# Syrian Arab
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2584
# Republic    SY    +0200      2200  03APR08       2100  30SEP08   +0300
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2585
#                              2200  02APR09       2100  30SEP09   +0300
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2586
#                              2200  01APR10       2100  30SEP10   +0300
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2587
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2588
# From Arthur David Olson (2008-03-17):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2589
# Here's a link to English-language coverage by the Syrian Arab News
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2590
# Agency (SANA)...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2591
# <a href="http://www.sana.sy/eng/21/2008/03/11/165173.htm">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2592
# http://www.sana.sy/eng/21/2008/03/11/165173.htm
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2593
# </a>...which reads (in part) "The Cabinet approved the suggestion of the
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2594
# Ministry of Electricity to begin daylight savings time on Friday April
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2595
# 4th, advancing clocks one hour ahead on midnight of Thursday April 3rd."
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2596
# Since Syria is two hours east of UTC, the 2200 and 2100 transition times
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2597
# shown above match up with midnight in Syria.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2598
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2599
# From Arthur David Olson (2008-03-18):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2600
# My buest guess at a Syrian rule is "the Friday nearest April 1";
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2601
# coding that involves either using a "Mar Fri>=29" construct that old time zone
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2602
# compilers can't handle  or having multiple Rules (a la Israel).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2603
# For now, use "Apr Fri>=1", and go with IATA on a uniform Sep 30 end.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2604
1833
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2605
# From Steffen Thorsen (2008-10-07):
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2606
# Syria has now officially decided to end DST on 2008-11-01 this year,
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2607
# according to the following article in the Syrian Arab News Agency (SANA).
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2608
#
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2609
# The article is in Arabic, and seems to tell that they will go back to
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2610
# winter time on 2008-11-01 at 00:00 local daylight time (delaying/setting
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2611
# clocks back 60 minutes).
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2612
#
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2613
# <a href="http://sana.sy/ara/2/2008/10/07/195459.htm">
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2614
# http://sana.sy/ara/2/2008/10/07/195459.htm
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2615
# </a>
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
  2616
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2617
# From Steffen Thorsen (2009-03-19):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2618
# Syria will start DST on 2009-03-27 00:00 this year according to many sources,
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2619
# two examples:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2620
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2621
# <a href="http://www.sana.sy/eng/21/2009/03/17/217563.htm">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2622
# http://www.sana.sy/eng/21/2009/03/17/217563.htm
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2623
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2624
# (English, Syrian Arab News # Agency)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2625
# <a href="http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2626
# http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2627
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2628
# (Arabic, gov-site)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2629
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2630
# We have not found any sources saying anything about when DST ends this year.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2631
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2632
# Our summary
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2633
# <a href="http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2634
# http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2635
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2636
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2637
# From Steffen Thorsen (2009-10-27):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2638
# The Syrian Arab News Network on 2009-09-29 reported that Syria will
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  2639
# revert back to winter (standard) time on midnight between Thursday
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2640
# 2009-10-29 and Friday 2009-10-30:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2641
# <a href="http://www.sana.sy/ara/2/2009/09/29/247012.htm">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2642
# http://www.sana.sy/ara/2/2009/09/29/247012.htm (Arabic)
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2643
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2644
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2645
# From Arthur David Olson (2009-10-28):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2646
# We'll see if future DST switching times turn out to be end of the last
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2647
# Thursday of the month or the start of the last Friday of the month or
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2648
# something else. For now, use the start of the last Friday.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2649
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2650
# From Steffen Thorsen (2010-03-17):
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2651
# The "Syrian News Station" reported on 2010-03-16 that the Council of
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2652
# Ministers has decided that Syria will start DST on midnight Thursday
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2653
# 2010-04-01: (midnight between Thursday and Friday):
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2654
# <a href="http://sns.sy/sns/?path=news/read/11421">
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2655
# http://sns.sy/sns/?path=news/read/11421 (Arabic)
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2656
# </a>
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2657
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2658
# From Steffen Thorsen (2012-03-26):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2659
# Today, Syria's government announced that they will start DST early on Friday
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2660
# (00:00). This is a bit earlier than the past two years.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2661
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2662
# From Syrian Arab News Agency, in Arabic:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2663
# <a href="http://www.sana.sy/ara/2/2012/03/26/408215.htm">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2664
# http://www.sana.sy/ara/2/2012/03/26/408215.htm
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2665
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2666
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2667
# Our brief summary:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2668
# <a href="http://www.timeanddate.com/news/time/syria-dst-2012.html">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2669
# http://www.timeanddate.com/news/time/syria-dst-2012.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2670
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2671
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2672
# From Arthur David Olson (2012-03-27):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2673
# Assume last Friday in March going forward XXX.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2674
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1850
diff changeset
  2675
Rule	Syria	2008	only	-	Apr	Fri>=1	0:00	1:00	S
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2676
Rule	Syria	2008	only	-	Nov	1	0:00	0	-
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
  2677
Rule	Syria	2009	only	-	Mar	lastFri	0:00	1:00	S
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2678
Rule	Syria	2010	2011	-	Apr	Fri>=1	0:00	1:00	S
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  2679
Rule	Syria	2012	max	-	Mar	lastFri	0:00	1:00	S
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2680
Rule	Syria	2009	max	-	Oct	lastFri	0:00	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2681
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2682
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2683
Zone	Asia/Damascus	2:25:12 -	LMT	1920	# Dimashq
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2684
			2:00	Syria	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2685
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2686
# Tajikistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2687
# From Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2688
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2689
Zone	Asia/Dushanbe	4:35:12 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2690
			5:00	-	DUST	1930 Jun 21 # Dushanbe Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2691
			6:00 RussiaAsia DUS%sT	1991 Mar 31 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2692
			5:00	1:00	DUSST	1991 Sep  9 2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2693
			5:00	-	TJT		    # Tajikistan Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2694
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2695
# Thailand
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2696
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2697
Zone	Asia/Bangkok	6:42:04	-	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2698
			6:42:04	-	BMT	1920 Apr # Bangkok Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2699
			7:00	-	ICT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2700
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2701
# Turkmenistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2702
# From Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2703
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2704
Zone	Asia/Ashgabat	3:53:32 -	LMT	1924 May  2 # or Ashkhabad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2705
			4:00	-	ASHT	1930 Jun 21 # Ashkhabad Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2706
			5:00 RussiaAsia	ASH%sT	1991 Mar 31 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2707
			4:00 RussiaAsia	ASH%sT	1991 Oct 27 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2708
			4:00 RussiaAsia	TM%sT	1992 Jan 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2709
			5:00	-	TMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2710
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2711
# United Arab Emirates
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2712
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2713
Zone	Asia/Dubai	3:41:12 -	LMT	1920
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2714
			4:00	-	GST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2715
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2716
# Uzbekistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2717
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2718
Zone	Asia/Samarkand	4:27:12 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2719
			4:00	-	SAMT	1930 Jun 21 # Samarkand Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2720
			5:00	-	SAMT	1981 Apr  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2721
			5:00	1:00	SAMST	1981 Oct  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2722
			6:00	-	TAST	1982 Apr  1 # Tashkent Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2723
			5:00 RussiaAsia	SAM%sT	1991 Sep  1 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2724
			5:00 RussiaAsia	UZ%sT	1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2725
			5:00	-	UZT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2726
Zone	Asia/Tashkent	4:37:12 -	LMT	1924 May  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2727
			5:00	-	TAST	1930 Jun 21 # Tashkent Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2728
			6:00 RussiaAsia	TAS%sT	1991 Mar 31 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2729
			5:00 RussiaAsia	TAS%sT	1991 Sep  1 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2730
			5:00 RussiaAsia	UZ%sT	1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2731
			5:00	-	UZT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2732
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2733
# Vietnam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2734
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2735
# From Paul Eggert (2013-02-21):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2736
# Milne gives 7:16:56 for the meridian of Saigon in 1899, as being
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2737
# used in Lower Laos, Cambodia, and Annam.  But this is quite a ways
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2738
# from Saigon's location.  For now, ignore this and stick with Shanks
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2739
# and Pottenger.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2740
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2741
# From Arthur David Olson (2008-03-18):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2742
# The English-language name of Vietnam's most populous city is "Ho Chi Min City";
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2743
# we use Ho_Chi_Minh below to avoid a name of more than 14 characters.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2744
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2745
# From Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2746
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  2747
Zone	Asia/Ho_Chi_Minh	7:06:40 -	LMT	1906 Jun  9
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2748
			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2749
			7:00	-	ICT	1912 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2750
			8:00	-	ICT	1931 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2751
			7:00	-	ICT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2752
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2753
# Yemen
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2754
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2755
# Milne says 2:59:54 was the meridian of the saluting battery at Aden,
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2756
# and that Yemen was at 1:55:56, the meridian of the Hagia Sophia.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2757
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2758
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2759
Zone	Asia/Aden	2:59:54	-	LMT	1950
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2760
			3:00	-	AST