asia revision 240461
1240461Sedwin# <pre>
2192886Sedwin# This file is in the public domain, so clarified as of
3192886Sedwin# 2009-05-17 by Arthur David Olson.
464499Swollman
52742Swollman# This data is by no means authoritative; if you think you know better,
62742Swollman# go ahead and edit the file (and please send any changes to
72742Swollman# tz@elsie.nci.nih.gov for general use in the future).
82742Swollman
9158421Swollman# From Paul Eggert (2006-03-22):
102742Swollman#
112742Swollman# A good source for time zone historical data outside the U.S. is
12158421Swollman# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
13158421Swollman# San Diego: ACS Publications, Inc. (2003).
142742Swollman#
1586222Swollman# Gwillim Law writes that a good source
1620094Swollman# for recent time zone data is the International Air Transport
1720094Swollman# Association's Standard Schedules Information Manual (IATA SSIM),
1820094Swollman# published semiannually.  Law sent in several helpful summaries
1920094Swollman# of the IATA's data after 1990.
2020094Swollman#
21158421Swollman# Except where otherwise noted, Shanks & Pottenger is the source for
22158421Swollman# entries through 1990, and IATA SSIM is the source for entries afterwards.
2320094Swollman#
242742Swollman# Another source occasionally used is Edward W. Whitman, World Time Differences,
252742Swollman# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
262742Swollman# I found in the UCLA library.
272742Swollman#
282742Swollman# A reliable and entertaining source about time zones is
2958787Sru# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
302742Swollman#
312742Swollman# I invented the abbreviations marked `*' in the following table;
322742Swollman# the rest are from earlier versions of this file, or from other sources.
332742Swollman# Corrections are welcome!
34114173Swollman#	     std  dst
35114173Swollman#	     LMT	Local Mean Time
36114173Swollman#	2:00 EET  EEST	Eastern European Time
37114173Swollman#	2:00 IST  IDT	Israel
38114173Swollman#	3:00 AST  ADT	Arabia*
39114173Swollman#	3:30 IRST IRDT	Iran
40114173Swollman#	4:00 GST	Gulf*
41114173Swollman#	5:30 IST	India
42114173Swollman#	7:00 ICT	Indochina*
43114173Swollman#	7:00 WIT	west Indonesia
44114173Swollman#	8:00 CIT	central Indonesia
45114173Swollman#	8:00 CST	China
46114173Swollman#	9:00 CJT	Central Japanese Time (1896/1937)*
47114173Swollman#	9:00 EIT	east Indonesia
48149590Swollman#	9:00 JST  JDT	Japan
49149590Swollman#	9:00 KST  KDT	Korea
50114173Swollman#	9:30 CST	(Australian) Central Standard Time
512742Swollman#
529908Swollman# See the `europe' file for Russia and Turkey in Asia.
532742Swollman
542742Swollman# From Guy Harris:
552742Swollman# Incorporates data for Singapore from Robert Elz' asia 1.1, as well as
562742Swollman# additional information from Tom Yap, Sun Microsystems Intercontinental
572742Swollman# Technical Support (including a page from the Official Airline Guide -
582742Swollman# Worldwide Edition).  The names for time zones are guesses.
592742Swollman
602742Swollman###############################################################################
612742Swollman
6220094Swollman# These rules are stolen from the `europe' file.
632742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
6420094SwollmanRule	EUAsia	1981	max	-	Mar	lastSun	 1:00u	1:00	S
65158421SwollmanRule	EUAsia	1979	1995	-	Sep	lastSun	 1:00u	0	-
6620094SwollmanRule	EUAsia	1996	max	-	Oct	lastSun	 1:00u	0	-
6720094SwollmanRule E-EurAsia	1981	max	-	Mar	lastSun	 0:00	1:00	S
6820094SwollmanRule E-EurAsia	1979	1995	-	Sep	lastSun	 0:00	0	-
6920094SwollmanRule E-EurAsia	1996	max	-	Oct	lastSun	 0:00	0	-
7020094SwollmanRule RussiaAsia	1981	1984	-	Apr	1	 0:00	1:00	S
7120094SwollmanRule RussiaAsia	1981	1983	-	Oct	1	 0:00	0	-
7220094SwollmanRule RussiaAsia	1984	1991	-	Sep	lastSun	 2:00s	0	-
7320094SwollmanRule RussiaAsia	1985	1991	-	Mar	lastSun	 2:00s	1:00	S
7420094SwollmanRule RussiaAsia	1992	only	-	Mar	lastSat	23:00	1:00	S
7520094SwollmanRule RussiaAsia	1992	only	-	Sep	lastSat	23:00	0	-
7620094SwollmanRule RussiaAsia	1993	max	-	Mar	lastSun	 2:00s	1:00	S
7720094SwollmanRule RussiaAsia	1993	1995	-	Sep	lastSun	 2:00s	0	-
7820094SwollmanRule RussiaAsia	1996	max	-	Oct	lastSun	 2:00s	0	-
792742Swollman
802742Swollman# Afghanistan
812742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
822742SwollmanZone	Asia/Kabul	4:36:48 -	LMT	1890
8319878Swollman			4:00	-	AFT	1945
842742Swollman			4:30	-	AFT
852742Swollman
862742Swollman# Armenia
87158421Swollman# From Paul Eggert (2006-03-22):
88158421Swollman# Shanks & Pottenger have Yerevan switching to 3:00 (with Russian DST)
89158421Swollman# in spring 1991, then to 4:00 with no DST in fall 1995, then
90158421Swollman# readopting Russian DST in 1997.  Go with Shanks & Pottenger, even
91158421Swollman# when they disagree with others.  Edgar Der-Danieliantz
92153670Swollman# reported (1996-05-04) that Yerevan probably wouldn't use DST
9343014Swollman# in 1996, though it did use DST in 1995.  IATA SSIM (1991/1998) reports that
9443014Swollman# Armenia switched from 3:00 to 4:00 in 1998 and observed DST after 1991,
9543014Swollman# but started switching at 3:00s in 1998.
96233447Sedwin
97233447Sedwin# From Arthur David Olson (2011-06-15):
98233447Sedwin# While Russia abandoned DST in 2011, Armenia may choose to
99233447Sedwin# follow Russia's "old" rules.
100233447Sedwin
101233447Sedwin# From Alexander Krivenyshev (2012-02-10):
102233447Sedwin# According to News Armenia, on Feb 9, 2012,
103233447Sedwin# http://newsarmenia.ru/society/20120209/42609695.html
104240461Sedwin#
105233447Sedwin# The Armenia National Assembly adopted final reading of Amendments to the
106233447Sedwin# Law "On procedure of calculation time on the territory of the Republic of
107233447Sedwin# Armenia" according to which Armenia [is] abolishing Daylight Saving Time.
108233447Sedwin# or
109233447Sedwin# (brief)
110233447Sedwin# http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
1112742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1122742SwollmanZone	Asia/Yerevan	2:58:00 -	LMT	1924 May  2
11319878Swollman			3:00	-	YERT	1957 Mar    # Yerevan Time
11419878Swollman			4:00 RussiaAsia YER%sT	1991 Mar 31 2:00s
11519878Swollman			3:00	1:00	YERST	1991 Sep 23 # independence
11658787Sru			3:00 RussiaAsia	AM%sT	1995 Sep 24 2:00s
11743014Swollman			4:00	-	AMT	1997
118233447Sedwin			4:00 RussiaAsia	AM%sT	2012 Mar 25 2:00s
119233447Sedwin			4:00	-	AMT
1202742Swollman
1212742Swollman# Azerbaijan
122153670Swollman# From Rustam Aliyev of the Azerbaijan Internet Forum (2005-10-23):
123153670Swollman# According to the resolution of Cabinet of Ministers, 1997
124153670Swollman# Resolution available at: http://aif.az/docs/daylight_res.pdf
12543014Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
126153670SwollmanRule	Azer	1997	max	-	Mar	lastSun	 4:00	1:00	S
127153670SwollmanRule	Azer	1997	max	-	Oct	lastSun	 5:00	0	-
1282742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1292742SwollmanZone	Asia/Baku	3:19:24 -	LMT	1924 May  2
13019878Swollman			3:00	-	BAKT	1957 Mar    # Baku Time
13119878Swollman			4:00 RussiaAsia BAK%sT	1991 Mar 31 2:00s
13219878Swollman			3:00	1:00	BAKST	1991 Aug 30 # independence
133149514Swollman			3:00 RussiaAsia	AZ%sT	1992 Sep lastSat 23:00
13420094Swollman			4:00	-	AZT	1996 # Azerbaijan time
13543014Swollman			4:00	EUAsia	AZ%sT	1997
13643014Swollman			4:00	Azer	AZ%sT
1372742Swollman
1382742Swollman# Bahrain
1392742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
14067578SwollmanZone	Asia/Bahrain	3:22:20 -	LMT	1920		# Al Manamah
1412742Swollman			4:00	-	GST	1972 Jun
1422742Swollman			3:00	-	AST
1432742Swollman
1442742Swollman# Bangladesh
145193785Sedwin# From Alexander Krivenyshev (2009-05-13):
146193785Sedwin# According to newspaper Asian Tribune (May 6, 2009) Bangladesh may introduce
147193785Sedwin# Daylight Saving Time from June 16 to Sept 30
148193785Sedwin#
149193785Sedwin# Bangladesh to introduce daylight saving time likely from June 16
150193785Sedwin# <a href="http://www.asiantribune.com/?q=node/17288">
151193785Sedwin# http://www.asiantribune.com/?q=node/17288
152193785Sedwin# </a>
153193785Sedwin# or
154193785Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html">
155193785Sedwin# http://www.worldtimezone.com/dst_news/dst_news_bangladesh02.html
156193785Sedwin# </a>
157193785Sedwin#
158193785Sedwin# "... Bangladesh government has decided to switch daylight saving time from
159193785Sedwin# June
160193785Sedwin# 16 till September 30 in a bid to ensure maximum use of daylight to cope with
161193785Sedwin# crippling power crisis. "
162193785Sedwin#
163193785Sedwin# The switch will remain in effect from June 16 to Sept 30 (2009) but if
164193785Sedwin# implemented the next year, it will come in force from April 1, 2010
165193785Sedwin
166193785Sedwin# From Steffen Thorsen (2009-06-02):
167193785Sedwin# They have finally decided now, but changed the start date to midnight between
168193785Sedwin# the 19th and 20th, and they have not set the end date yet.
169193785Sedwin#
170193785Sedwin# Some sources:
171193785Sedwin# <a href="http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601">
172193785Sedwin# http://in.reuters.com/article/southAsiaNews/idINIndia-40017620090601
173193785Sedwin# </a>
174193785Sedwin# <a href="http://bdnews24.com/details.php?id=85889&cid=2">
175193785Sedwin# http://bdnews24.com/details.php?id=85889&cid=2
176193785Sedwin# </a>
177193785Sedwin#
178193785Sedwin# Our wrap-up:
179193785Sedwin# <a href="http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html">
180193785Sedwin# http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html
181193785Sedwin# </a>
182193785Sedwin
183194485Sedwin# From A. N. M. Kamrus Saadat (2009-06-15):
184240461Sedwin# Finally we've got the official mail regarding DST start time where DST start
185240461Sedwin# time is mentioned as Jun 19 2009, 23:00 from BTRC (Bangladesh
186240461Sedwin# Telecommunication Regulatory Commission).
187194485Sedwin#
188194485Sedwin# No DST end date has been announced yet.
189193785Sedwin
190198270Sedwin# From Alexander Krivenyshev (2009-09-25):
191240461Sedwin# Bangladesh won't go back to Standard Time from October 1, 2009,
192240461Sedwin# instead it will continue DST measure till the cabinet makes a fresh decision.
193198270Sedwin#
194198270Sedwin# Following report by same newspaper-"The Daily Star Friday":
195198270Sedwin# "DST change awaits cabinet decision-Clock won't go back by 1-hr from Oct 1"
196198270Sedwin# <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=107021">
197198270Sedwin# http://www.thedailystar.net/newDesign/news-details.php?nid=107021
198198270Sedwin# </a>
199198270Sedwin# or
200198270Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html">
201198270Sedwin# http://www.worldtimezone.com/dst_news/dst_news_bangladesh04.html
202198270Sedwin# </a>
203196581Sedwin
204198270Sedwin# From Steffen Thorsen (2009-10-13):
205198270Sedwin# IANS (Indo-Asian News Service) now reports:
206240461Sedwin# Bangladesh has decided that the clock advanced by an hour to make
207240461Sedwin# maximum use of daylight hours as an energy saving measure would
208198270Sedwin# "continue for an indefinite period."
209198270Sedwin#
210198270Sedwin# One of many places where it is published:
211198270Sedwin# <a href="http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html">
212198270Sedwin# http://www.thaindian.com/newsportal/business/bangladesh-to-continue-indefinitely-with-advanced-time_100259987.html
213198270Sedwin# </a>
214198270Sedwin
215201189Sedwin# From Alexander Krivenyshev (2009-12-24):
216201189Sedwin# According to Bangladesh newspaper "The Daily Star,"
217201189Sedwin# Bangladesh will change its clock back to Standard Time on Dec 31, 2009.
218201189Sedwin#
219201189Sedwin# Clock goes back 1-hr on Dec 31 night.
220201189Sedwin# <a href="http://www.thedailystar.net/newDesign/news-details.php?nid=119228">
221201189Sedwin# http://www.thedailystar.net/newDesign/news-details.php?nid=119228
222201189Sedwin# </a>
223201189Sedwin# and
224201189Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html">
225201189Sedwin# http://www.worldtimezone.com/dst_news/dst_news_bangladesh05.html
226201189Sedwin# </a>
227201189Sedwin#
228201189Sedwin# "...The government yesterday decided to put the clock back by one hour
229201189Sedwin# on December 31 midnight and the new time will continue until March 31,
230201189Sedwin# 2010 midnight. The decision came at a cabinet meeting at the Prime
231201189Sedwin# Minister's Office last night..."
232201189Sedwin
233206219Sedwin# From Alexander Krivenyshev (2010-03-22):
234206219Sedwin# According to Bangladesh newspaper "The Daily Star,"
235240461Sedwin# Cabinet cancels Daylight Saving Time
236206219Sedwin# <a href="http://www.thedailystar.net/newDesign/latest_news.php?nid=22817">
237206219Sedwin# http://www.thedailystar.net/newDesign/latest_news.php?nid=22817
238204887Sedwin# </a>
239206219Sedwin# or
240206219Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html">
241206219Sedwin# http://www.worldtimezone.com/dst_news/dst_news_bangladesh06.html
242206219Sedwin# </a>
243204887Sedwin
244201189Sedwin# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
245202606SedwinRule	Dhaka	2009	only	-	Jun	19	23:00	1:00	S
246204887SedwinRule	Dhaka	2009	only	-	Dec	31	23:59	0	-
247201189Sedwin
2482742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
24975267SwollmanZone	Asia/Dhaka	6:01:40 -	LMT	1890
25019878Swollman			5:53:20	-	HMT	1941 Oct    # Howrah Mean Time?
25119878Swollman			6:30	-	BURT	1942 May 15 # Burma Time
2522742Swollman			5:30	-	IST	1942 Sep
25319878Swollman			6:30	-	BURT	1951 Sep 30
25419878Swollman			6:00	-	DACT	1971 Mar 26 # Dacca Time
255201189Sedwin			6:00	-	BDT	2009
256201189Sedwin			6:00	Dhaka	BD%sT
2572742Swollman
2582742Swollman# Bhutan
2592742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26067578SwollmanZone	Asia/Thimphu	5:58:36 -	LMT	1947 Aug 15 # or Thimbu
2612742Swollman			5:30	-	IST	1987 Oct
26219878Swollman			6:00	-	BTT	# Bhutan Time
2632742Swollman
2642742Swollman# British Indian Ocean Territory
26586222Swollman# Whitman and the 1995 CIA time zone map say 5:00, but the
26686222Swollman# 1997 and later maps say 6:00.  Assume the switch occurred in 1996.
267149514Swollman# We have no information as to when standard time was introduced;
268149514Swollman# assume it occurred in 1907, the same year as Mauritius (which
269149514Swollman# then contained the Chagos Archipelago).
2702742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
271149514SwollmanZone	Indian/Chagos	4:49:40	-	LMT	1907
272149514Swollman			5:00	-	IOT	1996 # BIOT Time
27386222Swollman			6:00	-	IOT
2742742Swollman
2752742Swollman# Brunei
2762742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2772742SwollmanZone	Asia/Brunei	7:39:40 -	LMT	1926 Mar   # Bandar Seri Begawan
2782742Swollman			7:30	-	BNT	1933
2792742Swollman			8:00	-	BNT
2802742Swollman
28114343Swollman# Burma / Myanmar
2822742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
28317200SwollmanZone	Asia/Rangoon	6:24:40 -	LMT	1880		# or Yangon
28419878Swollman			6:24:36	-	RMT	1920	   # Rangoon Mean Time?
28519878Swollman			6:30	-	BURT	1942 May   # Burma Time
2862742Swollman			9:00	-	JST	1945 May 3
28719878Swollman			6:30	-	MMT		   # Myanmar Time
2882742Swollman
2892742Swollman# Cambodia
2902742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2912742SwollmanZone	Asia/Phnom_Penh	6:59:40 -	LMT	1906 Jun  9
29219878Swollman			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
2932742Swollman			7:00	-	ICT	1912 May
2942742Swollman			8:00	-	ICT	1931 May
2952742Swollman			7:00	-	ICT
2962742Swollman
29743014Swollman# China
2982742Swollman
2992742Swollman# From Guy Harris:
3002742Swollman# People's Republic of China.  Yes, they really have only one time zone.
3012742Swollman
30219878Swollman# From Bob Devine (1988-01-28):
30319878Swollman# No they don't.  See TIME mag, 1986-02-17 p.52.  Even though
3042742Swollman# China is across 4 physical time zones, before Feb 1, 1986 only the
3052742Swollman# Peking (Bejing) time zone was recognized.  Since that date, China
3062742Swollman# has two of 'em -- Peking's and Urumqi (named after the capital of
30793799Swollman# the Xinjiang Uyghur Autonomous Region).  I don't know about DST for it.
3082742Swollman#
3092742Swollman# . . .I just deleted the DST table and this editor makes it too
3102742Swollman# painful to suck in another copy..  So, here is what I have for
3112742Swollman# DST start/end dates for Peking's time zone (info from AP):
3122742Swollman#
3132742Swollman#     1986 May 4 - Sept 14
3142742Swollman#     1987 mid-April - ??
3152742Swollman
31619878Swollman# From U. S. Naval Observatory (1989-01-19):
3172742Swollman# CHINA               8 H  AHEAD OF UTC  ALL OF CHINA, INCL TAIWAN
3182742Swollman# CHINA               9 H  AHEAD OF UTC  APR 17 - SEP 10
3192742Swollman
320158421Swollman# From Paul Eggert (2006-03-22):
321158421Swollman# Shanks & Pottenger write that China (except for Hong Kong and Macau)
322158421Swollman# has had a single time zone since 1980 May 1, observing summer DST
323158421Swollman# from 1986 through 1991; this contradicts Devine's
3242742Swollman# note about Time magazine, though apparently _something_ happened in 1986.
325158421Swollman# Go with Shanks & Pottenger for now.  I made up names for the other
326158421Swollman# pre-1980 time zones.
3272742Swollman
328158421Swollman# From Shanks & Pottenger:
3292742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
3302742SwollmanRule	Shang	1940	only	-	Jun	 3	0:00	1:00	D
3312742SwollmanRule	Shang	1940	1941	-	Oct	 1	0:00	0	S
3322742SwollmanRule	Shang	1941	only	-	Mar	16	0:00	1:00	D
3332742SwollmanRule	PRC	1986	only	-	May	 4	0:00	1:00	D
33414343SwollmanRule	PRC	1986	1991	-	Sep	Sun>=11	0:00	0	S
33514343SwollmanRule	PRC	1987	1991	-	Apr	Sun>=10	0:00	1:00	D
336163302Sru
33793799Swollman# From Anthony Fok (2001-12-20):
33893799Swollman# BTW, I did some research on-line and found some info regarding these five
33993799Swollman# historic timezones from some Taiwan websites.  And yes, there are official
340163302Sru# Chinese names for these locales (before 1949).
341169811Swollman#
342163302Sru# From Jesper Norgaard Welen (2006-07-14):
343163302Sru# I have investigated the timezones around 1970 on the
344163302Sru# http://www.astro.com/atlas site [with provinces and county
345163302Sru# boundaries summarized below]....  A few other exceptions were two
346163302Sru# counties on the Sichuan side of the Xizang-Sichuan border,
347163302Sru# counties Dege and Baiyu which lies on the Sichuan side and are
348163302Sru# therefore supposed to be GMT+7, Xizang region being GMT+6, but Dege
349163302Sru# county is GMT+8 according to astro.com while Baiyu county is GMT+6
350163302Sru# (could be true), for the moment I am assuming that those two
351163302Sru# counties are mistakes in the astro.com data.
352163302Sru
353181421Sedwin# From Paul Eggert (2008-02-11):
354181421Sedwin# I just now checked Google News for western news sources that talk
355181421Sedwin# about China's single time zone, and couldn't find anything before 1986
356181421Sedwin# talking about China being in one time zone.  (That article was: Jim
357181421Sedwin# Mann, "A clumsy embrace for another western custom: China on daylight
358181421Sedwin# time--sort of", Los Angeles Times, 1986-05-05.  By the way, this
359181421Sedwin# article confirms the tz database's data claiming that China began
360181421Sedwin# observing daylight saving time in 1986.
361181421Sedwin#
362181421Sedwin# From Thomas S. Mullaney (2008-02-11):
363240461Sedwin# I think you're combining two subjects that need to treated
364240461Sedwin# separately: daylight savings (which, you're correct, wasn't
365240461Sedwin# implemented until the 1980s) and the unified time zone centered near
366240461Sedwin# Beijing (which was implemented in 1949). Briefly, there was also a
367240461Sedwin# "Lhasa Time" in Tibet and "Urumqi Time" in Xinjiang. The first was
368181421Sedwin# ceased, and the second eventually recognized (again, in the 1980s).
369181421Sedwin#
370181421Sedwin# From Paul Eggert (2008-06-30):
371181421Sedwin# There seems to be a good chance China switched to a single time zone in 1949
372181421Sedwin# rather than in 1980 as Shanks & Pottenger have it, but we don't have a
373181421Sedwin# reliable documentary source saying so yet, so for now we still go with
374181421Sedwin# Shanks & Pottenger.
375163302Sru
376163302Sru# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
37793799Swollman# Changbai Time ("Long-white Time", Long-white = Heilongjiang area)
378163302Sru# Heilongjiang (except Mohe county), Jilin
37967578SwollmanZone	Asia/Harbin	8:26:44	-	LMT	1928 # or Haerbin
38093799Swollman			8:30	-	CHAT	1932 Mar # Changbai Time
38114343Swollman			8:00	-	CST	1940
38293799Swollman			9:00	-	CHAT	1966 May
38393799Swollman			8:30	-	CHAT	1980 May
38414343Swollman			8:00	PRC	C%sT
38593799Swollman# Zhongyuan Time ("Central plain Time")
386163302Sru# most of China
3872742SwollmanZone	Asia/Shanghai	8:05:52	-	LMT	1928
3882742Swollman			8:00	Shang	C%sT	1949
3892742Swollman			8:00	PRC	C%sT
39093799Swollman# Long-shu Time (probably due to Long and Shu being two names of that area)
391163302Sru# Guangxi, Guizhou, Hainan, Ningxia, Sichuan, Shaanxi, and Yunnan;
392163302Sru# most of Gansu; west Inner Mongolia; west Qinghai; and the Guangdong
393163302Sru# counties Deqing, Enping, Kaiping, Luoding, Taishan, Xinxing,
394163302Sru# Yangchun, Yangjiang, Yu'nan, and Yunfu.
39586222SwollmanZone	Asia/Chongqing	7:06:20	-	LMT	1928 # or Chungking
39693799Swollman			7:00	-	LONT	1980 May # Long-shu Time
39714343Swollman			8:00	PRC	C%sT
39893799Swollman# Xin-zang Time ("Xinjiang-Tibet Time")
399163302Sru# The Gansu counties Aksay, Anxi, Dunhuang, Subei; west Qinghai;
400163302Sru# the Guangdong counties  Xuwen, Haikang, Suixi, Lianjiang,
401163302Sru# Zhanjiang, Wuchuan, Huazhou, Gaozhou, Maoming, Dianbai, and Xinyi;
402163302Sru# east Tibet, including Lhasa, Chamdo, Shigaise, Jimsar, Shawan and Hutubi;
403163302Sru# east Xinjiang, including Urumqi, Turpan, Karamay, Korla, Minfeng, Jinghe,
404163302Sru# Wusu, Qiemo, Xinyan, Wulanwusu, Jinghe, Yumin, Tacheng, Tuoli, Emin,
405163302Sru# Shihezi, Changji, Yanqi, Heshuo, Tuokexun, Tulufan, Shanshan, Hami,
406163302Sru# Fukang, Kuitun, Kumukuli, Miquan, Qitai, and Turfan.
40767578SwollmanZone	Asia/Urumqi	5:50:20	-	LMT	1928 # or Urumchi
40819878Swollman			6:00	-	URUT	1980 May # Urumqi Time
40914343Swollman			8:00	PRC	C%sT
41093799Swollman# Kunlun Time
411163302Sru# West Tibet, including Pulan, Aheqi, Shufu, Shule;
412163302Sru# West Xinjiang, including Aksu, Atushi, Yining, Hetian, Cele, Luopu, Nileke,
413163302Sru# Zhaosu, Tekesi, Gongliu, Chabuchaer, Huocheng, Bole, Pishan, Suiding,
414163302Sru# and Yarkand.
415200835Sedwin
416200835Sedwin# From Luther Ma (2009-10-17):
417200835Sedwin# Almost all (>99.9%) ethnic Chinese (properly ethnic Han) living in
418200835Sedwin# Xinjiang use Chinese Standard Time. Some are aware of Xinjiang time,
419200835Sedwin# but have no need of it. All planes, trains, and schools function on
420200835Sedwin# what is called "Beijing time." When Han make an appointment in Chinese
421200835Sedwin# they implicitly use Beijing time.
422200835Sedwin#
423200835Sedwin# On the other hand, ethnic Uyghurs, who make up about half the
424200835Sedwin# population of Xinjiang, typically use "Xinjiang time" which is two
425200835Sedwin# hours behind Beijing time, or UTC +0600. The government of the Xinjiang
426200835Sedwin# Uyghur Autonomous Region, (XAUR, or just Xinjiang for short) as well as
427200835Sedwin# local governments such as the Urumqi city government use both times in
428200835Sedwin# publications, referring to what is popularly called Xinjiang time as
429200835Sedwin# "Urumqi time." When Uyghurs make an appointment in the Uyghur language
430200835Sedwin# they almost invariably use Xinjiang time.
431200835Sedwin#
432200835Sedwin# (Their ethnic Han compatriots would typically have no clue of its
433200835Sedwin# widespread use, however, because so extremely few of them are fluent in
434200835Sedwin# Uyghur, comparable to the number of Anglo-Americans fluent in Navajo.)
435200835Sedwin#
436200835Sedwin# (...As with the rest of China there was a brief interval ending in 1990
437200835Sedwin# or 1991 when summer time was in use.  The confusion was severe, with
438200835Sedwin# the province not having dual times but four times in use at the same
439200835Sedwin# time. Some areas remained on standard Xinjiang time or Beijing time and
440200835Sedwin# others moving their clocks ahead.)
441200835Sedwin#
442200835Sedwin# ...an example of an official website using of Urumqi time.
443200835Sedwin#
444200835Sedwin# The first few lines of the Google translation of
445200835Sedwin# <a href="http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39">
446200835Sedwin# http://www.fjysgl.gov.cn/show.aspx?id=2379&cid=39
447200835Sedwin# </a>
448200835Sedwin# (retrieved 2009-10-13)
449200835Sedwin# > Urumqi fire seven people are missing the alleged losses of at least
450200835Sedwin# > 500 million yuan
451200835Sedwin# >
452200835Sedwin# > (Reporter Dong Liu) the day before 20:20 or so (Urumqi Time 18:20),
453200835Sedwin# > Urumqi City Department of International Plaza Luther Qiantang River
454200835Sedwin# > burst fire. As of yesterday, 18:30, Urumqi City Fire officers and men
455200835Sedwin# > have worked continuously for 22 hours...
456200835Sedwin
457200835Sedwin# From Luther Ma (2009-11-19):
458200835Sedwin# With the risk of being redundant to previous answers these are the most common
459200835Sedwin# English "transliterations" (w/o using non-English symbols):
460200835Sedwin#
461200835Sedwin# 1. Wulumuqi...
462200835Sedwin# 2. Kashi...
463200835Sedwin# 3. Urumqi...
464200835Sedwin# 4. Kashgar...
465200835Sedwin# ...
466200835Sedwin# 5. It seems that Uyghurs in Urumqi has been using Xinjiang since at least the
467200835Sedwin# 1960's. I know of one Han, now over 50, who grew up in the surrounding
468200835Sedwin# countryside and used Xinjiang time as a child.
469200835Sedwin#
470200835Sedwin# 6. Likewise for Kashgar and the rest of south Xinjiang I don't know of any
471200835Sedwin# start date for Xinjiang time.
472200835Sedwin#
473200835Sedwin# Without having access to local historical records, nor the ability to legally
474200835Sedwin# publish them, I would go with October 1, 1949, when Xinjiang became the Uyghur
475200835Sedwin# Autonomous Region under the PRC. (Before that Uyghurs, of course, would also
476200835Sedwin# not be using Beijing time, but some local time.)
477200835Sedwin
47867578SwollmanZone	Asia/Kashgar	5:03:56	-	LMT	1928 # or Kashi or Kaxgar
47919878Swollman			5:30	-	KAST	1940	 # Kashgar Time
48019878Swollman			5:00	-	KAST	1980 May
48114343Swollman			8:00	PRC	C%sT
48293799Swollman
483198825Sedwin
484198825Sedwin# From Lee Yiu Chung (2009-10-24):
485200835Sedwin# I found there are some mistakes for the...DST rule for Hong
486200835Sedwin# Kong. [According] to the DST record from Hong Kong Observatory (actually,
487198825Sedwin# it is not [an] observatory, but the official meteorological agency of HK,
488198825Sedwin# and also serves as the official timing agency), there are some missing
489198825Sedwin# and incorrect rules. Although the exact switch over time is missing, I
490198825Sedwin# think 3:30 is correct. The official DST record for Hong Kong can be
491198825Sedwin# obtained from
492198825Sedwin# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
493198825Sedwin# http://www.hko.gov.hk/gts/time/Summertime.htm
494198825Sedwin# </a>.
495198825Sedwin
496198825Sedwin# From Arthur David Olson (2009-10-28):
497198825Sedwin# Here are the dates given at
498198825Sedwin# <a href="http://www.hko.gov.hk/gts/time/Summertime.htm">
499198825Sedwin# http://www.hko.gov.hk/gts/time/Summertime.htm
500198825Sedwin# </a>
501198825Sedwin# as of 2009-10-28:
502198825Sedwin# Year        Period
503198825Sedwin# 1941        1 Apr to 30 Sep
504240461Sedwin# 1942        Whole year
505198825Sedwin# 1943        Whole year
506198825Sedwin# 1944        Whole year
507198825Sedwin# 1945        Whole year
508198825Sedwin# 1946        20 Apr to 1 Dec
509198825Sedwin# 1947        13 Apr to 30 Dec
510198825Sedwin# 1948        2 May to 31 Oct
511198825Sedwin# 1949        3 Apr to 30 Oct
512198825Sedwin# 1950        2 Apr to 29 Oct
513198825Sedwin# 1951        1 Apr to 28 Oct
514198825Sedwin# 1952        6 Apr to 25 Oct
515198825Sedwin# 1953        5 Apr to 1 Nov
516198825Sedwin# 1954        21 Mar to 31 Oct
517198825Sedwin# 1955        20 Mar to 6 Nov
518198825Sedwin# 1956        18 Mar to 4 Nov
519198825Sedwin# 1957        24 Mar to 3 Nov
520198825Sedwin# 1958        23 Mar to 2 Nov
521198825Sedwin# 1959        22 Mar to 1 Nov
522198825Sedwin# 1960        20 Mar to 6 Nov
523198825Sedwin# 1961        19 Mar to 5 Nov
524198825Sedwin# 1962        18 Mar to 4 Nov
525198825Sedwin# 1963        24 Mar to 3 Nov
526198825Sedwin# 1964        22 Mar to 1 Nov
527198825Sedwin# 1965        18 Apr to 17 Oct
528198825Sedwin# 1966        17 Apr to 16 Oct
529198825Sedwin# 1967        16 Apr to 22 Oct
530198825Sedwin# 1968        21 Apr to 20 Oct
531198825Sedwin# 1969        20 Apr to 19 Oct
532198825Sedwin# 1970        19 Apr to 18 Oct
533198825Sedwin# 1971        18 Apr to 17 Oct
534198825Sedwin# 1972        16 Apr to 22 Oct
535198825Sedwin# 1973        22 Apr to 21 Oct
536198825Sedwin# 1973/74     30 Dec 73 to 20 Oct 74
537198825Sedwin# 1975        20 Apr to 19 Oct
538198825Sedwin# 1976        18 Apr to 17 Oct
539198825Sedwin# 1977        Nil
540198825Sedwin# 1978        Nil
541198825Sedwin# 1979        13 May to 21 Oct
542198825Sedwin# 1980 to Now Nil
543198825Sedwin# The page does not give start or end times of day.
544198825Sedwin# The page does not give a start date for 1942.
545198825Sedwin# The page does not givw an end date for 1945.
546198825Sedwin# The Japanese occupation of Hong Kong began on 1941-12-25.
547198825Sedwin# The Japanese surrender of Hong Kong was signed 1945-09-15.
548198825Sedwin# For lack of anything better, use start of those days as the transition times.
549198825Sedwin
55067578Swollman# Hong Kong (Xianggang)
5512742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
552198825SedwinRule	HK	1941	only	-	Apr	1	3:30	1:00	S
553198825SedwinRule	HK	1941	only	-	Sep	30	3:30	0	-
5542742SwollmanRule	HK	1946	only	-	Apr	20	3:30	1:00	S
5552742SwollmanRule	HK	1946	only	-	Dec	1	3:30	0	-
5562742SwollmanRule	HK	1947	only	-	Apr	13	3:30	1:00	S
5572742SwollmanRule	HK	1947	only	-	Dec	30	3:30	0	-
5582742SwollmanRule	HK	1948	only	-	May	2	3:30	1:00	S
559198825SedwinRule	HK	1948	1951	-	Oct	lastSun	3:30	0	-
560198825SedwinRule	HK	1952	only	-	Oct	25	3:30	0	-
5612742SwollmanRule	HK	1949	1953	-	Apr	Sun>=1	3:30	1:00	S
5622742SwollmanRule	HK	1953	only	-	Nov	1	3:30	0	-
5632742SwollmanRule	HK	1954	1964	-	Mar	Sun>=18	3:30	1:00	S
5642742SwollmanRule	HK	1954	only	-	Oct	31	3:30	0	-
5652742SwollmanRule	HK	1955	1964	-	Nov	Sun>=1	3:30	0	-
566213312SedwinRule	HK	1965	1976	-	Apr	Sun>=16	3:30	1:00	S
567213312SedwinRule	HK	1965	1976	-	Oct	Sun>=16	3:30	0	-
568198825SedwinRule	HK	1973	only	-	Dec	30	3:30	1:00	S
569198825SedwinRule	HK	1979	only	-	May	Sun>=8	3:30	1:00	S
570198825SedwinRule	HK	1979	only	-	Oct	Sun>=16	3:30	0	-
5712742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
5722742SwollmanZone	Asia/Hong_Kong	7:36:36 -	LMT	1904 Oct 30
573198825Sedwin			8:00	HK	HK%sT	1941 Dec 25
574198825Sedwin			9:00	-	JST	1945 Sep 15
57558787Sru			8:00	HK	HK%sT
5762742Swollman
57730711Swollman###############################################################################
57830711Swollman
57943014Swollman# Taiwan
58030711Swollman
581158421Swollman# Shanks & Pottenger write that Taiwan observed DST during 1945, when it
58243543Swollman# was still controlled by Japan.  This is hard to believe, but we don't
58343543Swollman# have any other information.
58443543Swollman
585206868Sedwin# From smallufo (2010-04-03):
586206868Sedwin# According to Taiwan's CWB,
587206868Sedwin# <a href="http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm">
588206868Sedwin# http://www.cwb.gov.tw/V6/astronomy/cdata/summert.htm
589206868Sedwin# </a>
590206868Sedwin# Taipei has DST in 1979 between July 1st and Sep 30.
591206868Sedwin
592206868Sedwin# From Arthur David Olson (2010-04-07):
593206868Sedwin# Here's Google's translation of the table at the bottom of the "summert.htm" page:
594206868Sedwin# Decade 	                                                    Name                      Start and end date
595240461Sedwin# Republic of China 34 years to 40 years (AD 1945-1951 years) Summer Time               May 1 to September 30
596240461Sedwin# 41 years of the Republic of China (AD 1952)                 Daylight Saving Time      March 1 to October 31
597240461Sedwin# Republic of China 42 years to 43 years (AD 1953-1954 years) Daylight Saving Time      April 1 to October 31
598240461Sedwin# In the 44 years to 45 years (AD 1955-1956 years)            Daylight Saving Time      April 1 to September 30
599240461Sedwin# Republic of China 46 years to 48 years (AD 1957-1959)       Summer Time               April 1 to September 30
600240461Sedwin# Republic of China 49 years to 50 years (AD 1960-1961)       Summer Time               June 1 to September 30
601240461Sedwin# Republic of China 51 years to 62 years (AD 1962-1973 years) Stop Summer Time
602240461Sedwin# Republic of China 63 years to 64 years (1974-1975 AD)       Daylight Saving Time      April 1 to September 30
603240461Sedwin# Republic of China 65 years to 67 years (1976-1978 AD)       Stop Daylight Saving Time
604240461Sedwin# Republic of China 68 years (AD 1979)                        Daylight Saving Time      July 1 to September 30
605206868Sedwin# Republic of China since 69 years (AD 1980)                  Stop Daylight Saving Time
606206868Sedwin
60730711Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
60830711SwollmanRule	Taiwan	1945	1951	-	May	1	0:00	1:00	D
60930711SwollmanRule	Taiwan	1945	1951	-	Oct	1	0:00	0	S
61030711SwollmanRule	Taiwan	1952	only	-	Mar	1	0:00	1:00	D
61130711SwollmanRule	Taiwan	1952	1954	-	Nov	1	0:00	0	S
61230711SwollmanRule	Taiwan	1953	1959	-	Apr	1	0:00	1:00	D
61330711SwollmanRule	Taiwan	1955	1961	-	Oct	1	0:00	0	S
61430711SwollmanRule	Taiwan	1960	1961	-	Jun	1	0:00	1:00	D
61530711SwollmanRule	Taiwan	1974	1975	-	Apr	1	0:00	1:00	D
61630711SwollmanRule	Taiwan	1974	1975	-	Oct	1	0:00	0	S
617206868SedwinRule	Taiwan	1979	only	-	Jun	30	0:00	1:00	D
618206868SedwinRule	Taiwan	1979	only	-	Sep	30	0:00	0	S
619206868Sedwin
62030711Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
62186222SwollmanZone	Asia/Taipei	8:06:00 -	LMT	1896 # or Taibei or T'ai-pei
62230711Swollman			8:00	Taiwan	C%sT
62330711Swollman
62493799Swollman# Macau (Macao, Aomen)
6252742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
62693799SwollmanRule	Macau	1961	1962	-	Mar	Sun>=16	3:30	1:00	S
62793799SwollmanRule	Macau	1961	1964	-	Nov	Sun>=1	3:30	0	-
62893799SwollmanRule	Macau	1963	only	-	Mar	Sun>=16	0:00	1:00	S
62993799SwollmanRule	Macau	1964	only	-	Mar	Sun>=16	3:30	1:00	S
63093799SwollmanRule	Macau	1965	only	-	Mar	Sun>=16	0:00	1:00	S
63193799SwollmanRule	Macau	1965	only	-	Oct	31	0:00	0	-
63293799SwollmanRule	Macau	1966	1971	-	Apr	Sun>=16	3:30	1:00	S
63393799SwollmanRule	Macau	1966	1971	-	Oct	Sun>=16	3:30	0	-
63493799SwollmanRule	Macau	1972	1974	-	Apr	Sun>=15	0:00	1:00	S
63593799SwollmanRule	Macau	1972	1973	-	Oct	Sun>=15	0:00	0	-
63693799SwollmanRule	Macau	1974	1977	-	Oct	Sun>=15	3:30	0	-
63793799SwollmanRule	Macau	1975	1977	-	Apr	Sun>=15	3:30	1:00	S
63893799SwollmanRule	Macau	1978	1980	-	Apr	Sun>=15	0:00	1:00	S
63993799SwollmanRule	Macau	1978	1980	-	Oct	Sun>=15	0:00	0	-
6402742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
64193799SwollmanZone	Asia/Macau	7:34:20 -	LMT	1912
64293799Swollman			8:00	Macau	MO%sT	1999 Dec 20 # return to China
64319878Swollman			8:00	PRC	C%sT
6442742Swollman
6452742Swollman
6462742Swollman###############################################################################
6472742Swollman
6482742Swollman# Cyprus
6492742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
65019878SwollmanRule	Cyprus	1975	only	-	Apr	13	0:00	1:00	S
6512742SwollmanRule	Cyprus	1975	only	-	Oct	12	0:00	0	-
65219878SwollmanRule	Cyprus	1976	only	-	May	15	0:00	1:00	S
6532742SwollmanRule	Cyprus	1976	only	-	Oct	11	0:00	0	-
65419878SwollmanRule	Cyprus	1977	1980	-	Apr	Sun>=1	0:00	1:00	S
6552742SwollmanRule	Cyprus	1977	only	-	Sep	25	0:00	0	-
6562742SwollmanRule	Cyprus	1978	only	-	Oct	2	0:00	0	-
65743543SwollmanRule	Cyprus	1979	1997	-	Sep	lastSun	0:00	0	-
65843543SwollmanRule	Cyprus	1981	1998	-	Mar	lastSun	0:00	1:00	S
6592742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
6602742SwollmanZone	Asia/Nicosia	2:13:28 -	LMT	1921 Nov 14
66143543Swollman			2:00	Cyprus	EE%sT	1998 Sep
66258787Sru			2:00	EUAsia	EE%sT
66343543Swollman# IATA SSIM (1998-09) has Cyprus using EU rules for the first time.
6642742Swollman
66567578Swollman# Classically, Cyprus belongs to Asia; e.g. see Herodotus, Histories, I.72.
66667578Swollman# However, for various reasons many users expect to find it under Europe.
66767578SwollmanLink	Asia/Nicosia	Europe/Nicosia
66867578Swollman
6692742Swollman# Georgia
670149514Swollman# From Paul Eggert (1994-11-19):
6719908Swollman# Today's _Economist_ (p 60) reports that Georgia moved its clocks forward
6729908Swollman# an hour recently, due to a law proposed by Zurab Murvanidze,
6739908Swollman# an MP who went on a hunger strike for 11 days to force discussion about it!
67414343Swollman# We have no details, but we'll guess they didn't move the clocks back in fall.
67514343Swollman#
676149514Swollman# From Mathew Englander, quoting AP (1996-10-23 13:05-04):
67720094Swollman# Instead of putting back clocks at the end of October, Georgia
67820094Swollman# will stay on daylight savings time this winter to save energy,
67920094Swollman# President Eduard Shevardnadze decreed Wednesday.
680136638Swollman#
681136638Swollman# From the BBC via Joseph S. Myers (2004-06-27):
682149514Swollman#
683136638Swollman# Georgia moved closer to Western Europe on Sunday...  The former Soviet
684136638Swollman# republic has changed its time zone back to that of Moscow.  As a result it
685136638Swollman# is now just four hours ahead of Greenwich Mean Time, rather than five hours
686136638Swollman# ahead.  The switch was decreed by the pro-Western president of Georgia,
687136638Swollman# Mikhail Saakashvili, who said the change was partly prompted by the process
688136638Swollman# of integration into Europe.
689136638Swollman
690153670Swollman# From Teimuraz Abashidze (2005-11-07):
691153670Swollman# Government of Georgia ... decided to NOT CHANGE daylight savings time on
692153670Swollman# [Oct.] 30, as it was done before during last more than 10 years.
693153670Swollman# Currently, we are in fact GMT +4:00, as before 30 October it was GMT
694153670Swollman# +3:00.... The problem is, there is NO FORMAL LAW or governmental document
695153670Swollman# about it.  As far as I can find, I was told, that there is no document,
696153670Swollman# because we just DIDN'T ISSUE document about switching to winter time....
697153670Swollman# I don't know what can be done, especially knowing that some years ago our
698153670Swollman# DST rules where changed THREE TIMES during one month.
699153670Swollman
700153670Swollman
7012742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
7022742SwollmanZone	Asia/Tbilisi	2:59:16 -	LMT	1880
70319878Swollman			2:59:16	-	TBMT	1924 May  2 # Tbilisi Mean Time
70419878Swollman			3:00	-	TBIT	1957 Mar    # Tbilisi Time
70519878Swollman			4:00 RussiaAsia TBI%sT	1991 Mar 31 2:00s
70619878Swollman			3:00	1:00	TBIST	1991 Apr  9 # independence
70720094Swollman			3:00 RussiaAsia GE%sT	1992 # Georgia Time
70820094Swollman			3:00 E-EurAsia	GE%sT	1994 Sep lastSun
70920094Swollman			4:00 E-EurAsia	GE%sT	1996 Oct lastSun
71043543Swollman			4:00	1:00	GEST	1997 Mar lastSun
711136638Swollman			4:00 E-EurAsia	GE%sT	2004 Jun 27
712153670Swollman			3:00 RussiaAsia	GE%sT	2005 Mar lastSun 2:00
713153670Swollman			4:00	-	GET
7142742Swollman
71558787Sru# East Timor
71675267Swollman
717169811Swollman# See Indonesia for the 1945 transition.
718169811Swollman
71975267Swollman# From Joao Carrascalao, brother of the former governor of East Timor, in
72075267Swollman# <a href="http://etan.org/et99c/december/26-31/30ETMAY.htm">
72175267Swollman# East Timor may be late for its millennium
72275267Swollman# </a> (1999-12-26/31):
72375267Swollman# Portugal tried to change the time forward in 1974 because the sun
72475267Swollman# rises too early but the suggestion raised a lot of problems with the
72575267Swollman# Timorese and I still don't think it would work today because it
72675267Swollman# conflicts with their way of life.
72775267Swollman
72875267Swollman# From Paul Eggert (2000-12-04):
72975267Swollman# We don't have any record of the above attempt.
73075267Swollman# Most likely our records are incomplete, but we have no better data.
73175267Swollman
73275267Swollman# <a href="http://www.hri.org/news/world/undh/last/00-08-16.undh.html">
73375267Swollman# From Manoel de Almeida e Silva, Deputy Spokesman for the UN Secretary-General
73475267Swollman# (2000-08-16)</a>:
73575267Swollman# The Cabinet of the East Timor Transition Administration decided
73675267Swollman# today to advance East Timor's time by one hour.  The time change,
73775267Swollman# which will be permanent, with no seasonal adjustment, will happen at
73875267Swollman# midnight on Saturday, September 16.
73975267Swollman
74058787Sru# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
74158787SruZone	Asia/Dili	8:22:20 -	LMT	1912
742149514Swollman			8:00	-	TLT	1942 Feb 21 23:00 # E Timor Time
743169811Swollman			9:00	-	JST	1945 Sep 23
744149514Swollman			9:00	-	TLT	1976 May  3
74586222Swollman			8:00	-	CIT	2000 Sep 17 00:00
746149514Swollman			9:00	-	TLT
74758787Sru
7482742Swollman# India
7492742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
750177591SedwinZone	Asia/Kolkata	5:53:28 -	LMT	1880	# Kolkata
75119878Swollman			5:53:20	-	HMT	1941 Oct    # Howrah Mean Time?
75219878Swollman			6:30	-	BURT	1942 May 15 # Burma Time
7532742Swollman			5:30	-	IST	1942 Sep
7542742Swollman			5:30	1:00	IST	1945 Oct 15
7552742Swollman			5:30	-	IST
756177591Sedwin# The following are like Asia/Kolkata:
7572742Swollman#	Andaman Is
7582742Swollman#	Lakshadweep (Laccadive, Minicoy and Amindivi Is)
7592742Swollman#	Nicobar Is
7602742Swollman
7612742Swollman# Indonesia
76286222Swollman#
763158421Swollman# From Gwillim Law (2001-05-28), overriding Shanks & Pottenger:
76486222Swollman# <http://www.sumatera-inc.com/go_to_invest/about_indonesia.asp#standtime>
76586222Swollman# says that Indonesia's time zones changed on 1988-01-01.  Looking at some
76686222Swollman# time zone maps, I think that must refer to Western Borneo (Kalimantan Barat
76786222Swollman# and Kalimantan Tengah) switching from UTC+8 to UTC+7.
76886222Swollman#
769169811Swollman# From Paul Eggert (2007-03-10):
770169811Swollman# Here is another correction to Shanks & Pottenger.
771169811Swollman# JohnTWB writes that Japanese forces did not surrender control in
772169811Swollman# Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and
773169811Swollman# other formal surrender ceremonies were September 9, 11, and 13, plus
774169811Swollman# September 12 for the regional surrender to Mountbatten in Singapore.
775169811Swollman# These would be the earliest possible times for a change.
776169811Swollman# Regimes horaires pour le monde entier, by Henri Le Corre, (Editions
777169811Swollman# Traditionnelles, 1987, Paris) says that Java and Madura switched
778169811Swollman# from JST to UTC+07:30 on 1945-09-23, and gives 1944-09-01 for Jayapura
779169811Swollman# (Hollandia).  For now, assume all Indonesian locations other than Jayapura
780169811Swollman# switched on 1945-09-23.
781169811Swollman#
7822742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
7832742SwollmanZone Asia/Jakarta	7:07:12 -	LMT	1867 Aug 10
784158421Swollman# Shanks & Pottenger say the next transition was at 1924 Jan 1 0:13,
78558787Sru# but this must be a typo.
78658787Sru			7:07:12	-	JMT	1923 Dec 31 23:47:12 # Jakarta
78719878Swollman			7:20	-	JAVT	1932 Nov	 # Java Time
78886222Swollman			7:30	-	WIT	1942 Mar 23
789169811Swollman			9:00	-	JST	1945 Sep 23
79086222Swollman			7:30	-	WIT	1948 May
79186222Swollman			8:00	-	WIT	1950 May
79286222Swollman			7:30	-	WIT	1964
79386222Swollman			7:00	-	WIT
79486222SwollmanZone Asia/Pontianak	7:17:20	-	LMT	1908 May
79586222Swollman			7:17:20	-	PMT	1932 Nov    # Pontianak MT
79686222Swollman			7:30	-	WIT	1942 Jan 29
797169811Swollman			9:00	-	JST	1945 Sep 23
79886222Swollman			7:30	-	WIT	1948 May
79986222Swollman			8:00	-	WIT	1950 May
80086222Swollman			7:30	-	WIT	1964
80186222Swollman			8:00	-	CIT	1988 Jan  1
80286222Swollman			7:00	-	WIT
80393799SwollmanZone Asia/Makassar	7:57:36 -	LMT	1920
80419878Swollman			7:57:36	-	MMT	1932 Nov    # Macassar MT
80586222Swollman			8:00	-	CIT	1942 Feb  9
806169811Swollman			9:00	-	JST	1945 Sep 23
80786222Swollman			8:00	-	CIT
8082742SwollmanZone Asia/Jayapura	9:22:48 -	LMT	1932 Nov
809169811Swollman			9:00	-	EIT	1944 Sep  1
8102742Swollman			9:30	-	CST	1964
81186222Swollman			9:00	-	EIT
8122742Swollman
8132742Swollman# Iran
814114173Swollman
815114173Swollman# From Roozbeh Pournader (2003-03-15):
816114173Swollman# This is an English translation of what I just found (originally in Persian).
817114173Swollman# The Gregorian dates in brackets are mine:
81821217Swollman#
819114173Swollman#	Official Newspaper No. 13548-1370/6/25 [1991-09-16]
820114173Swollman#	No. 16760/T233 H				1370/6/10 [1991-09-01]
82121217Swollman#
822114173Swollman#	The Rule About Change of the Official Time of the Country
823114173Swollman#
824114173Swollman#	The Board of Ministers, in the meeting dated 1370/5/23 [1991-08-14],
825114173Swollman#	based on the suggestion number 2221/D dated 1370/4/22 [1991-07-13]
826114173Swollman#	of the Country's Organization for Official and Employment Affairs,
827114173Swollman#	and referring to the law for equating the working hours of workers
828114173Swollman#	and officers in the whole country dated 1359/4/23 [1980-07-14], and
829114173Swollman#	for synchronizing the official times of the country, agreed that:
830114173Swollman#
831114173Swollman#	The official time of the country will should move forward one hour
832114173Swollman#	at the 24[:00] hours of the first day of Farvardin and should return
833114173Swollman#	to its previous state at the 24[:00] hours of the 30th day of
834114173Swollman#	Shahrivar.
835114173Swollman#
836114173Swollman#	First Deputy to the President - Hassan Habibi
837114173Swollman#
838114173Swollman# From personal experience, that agrees with what has been followed
839114173Swollman# for at least the last 5 years.  Before that, for a few years, the
840114173Swollman# date used was the first Thursday night of Farvardin and the last
841114173Swollman# Thursday night of Shahrivar, but I can't give exact dates....
842114173Swollman# I have also changed the abbreviations to what is considered correct
843114173Swollman# here in Iran, IRST for regular time and IRDT for daylight saving time.
844149514Swollman#
845149514Swollman# From Roozbeh Pournader (2005-04-05):
846149514Swollman# The text of the Iranian law, in effect since 1925, clearly mentions
847149514Swollman# that the true solar year is the measure, and there is no arithmetic
848149514Swollman# leap year calculation involved.  There has never been any serious
849149514Swollman# plan to change that law....
850149514Swollman#
851158421Swollman# From Paul Eggert (2006-03-22):
852158421Swollman# Go with Shanks & Pottenger before Sept. 1991, and with Pournader thereafter.
853149514Swollman# I used Ed Reingold's cal-persia in GNU Emacs 21.2 to check Persian dates,
854149514Swollman# stopping after 2037 when 32-bit time_t's overflow.
855149514Swollman# That cal-persia used Birashk's approximation, which disagrees with the solar
856149514Swollman# calendar predictions for the year 2025, so I corrected those dates by hand.
85721217Swollman#
858149514Swollman# From Oscar van Vlijmen (2005-03-30), writing about future
859149514Swollman# discrepancies between cal-persia and the Iranian calendar:
860149514Swollman# For 2091 solar-longitude-after yields 2091-03-20 08:40:07.7 UT for
861149514Swollman# the vernal equinox and that gets so close to 12:00 some local
862149514Swollman# Iranian time that the definition of the correct location needs to be
863149514Swollman# known exactly, amongst other factors.  2157 is even closer:
864149514Swollman# 2157-03-20 08:37:15.5 UT.  But the Gregorian year 2025 should give
865149514Swollman# no interpretation problem whatsoever.  By the way, another instant
866149514Swollman# in the near future where there will be a discrepancy between
867149514Swollman# arithmetical and astronomical Iranian calendars will be in 2058:
868149514Swollman# vernal equinox on 2058-03-20 09:03:05.9 UT.  The Java version of
869149514Swollman# Reingold's/Dershowitz' calculator gives correctly the Gregorian date
870149514Swollman# 2058-03-21 for 1 Farvardin 1437 (astronomical).
871149514Swollman#
872158421Swollman# From Steffen Thorsen (2006-03-22):
873158421Swollman# Several of my users have reported that Iran will not observe DST anymore:
874158421Swollman# http://www.irna.ir/en/news/view/line-17/0603193812164948.htm
875158421Swollman#
876172479Sedwin# From Reuters (2007-09-16), with a heads-up from Jesper Norgaard Welen:
877172479Sedwin# ... the Guardian Council ... approved a law on Sunday to re-introduce
878172479Sedwin# daylight saving time ...
879172479Sedwin# http://uk.reuters.com/article/oilRpt/idUKBLA65048420070916
880172479Sedwin#
881174242Sedwin# From Roozbeh Pournader (2007-11-05):
882174242Sedwin# This is quoted from Official Gazette of the Islamic Republic of
883174242Sedwin# Iran, Volume 63, Number 18242, dated Tuesday 1386/6/24
884174242Sedwin# [2007-10-16]. I am doing the best translation I can:...
885174242Sedwin# The official time of the country will be moved forward for one hour
886174242Sedwin# on the 24 hours of the first day of the month of Farvardin and will
887174242Sedwin# be changed back to its previous state on the 24 hours of the
888174242Sedwin# thirtieth day of Shahrivar.
889174242Sedwin#
8902742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
891114173SwollmanRule	Iran	1978	1980	-	Mar	21	0:00	1:00	D
892114173SwollmanRule	Iran	1978	only	-	Oct	21	0:00	0	S
893114173SwollmanRule	Iran	1979	only	-	Sep	19	0:00	0	S
894114173SwollmanRule	Iran	1980	only	-	Sep	23	0:00	0	S
895114173SwollmanRule	Iran	1991	only	-	May	 3	0:00	1:00	D
896114173SwollmanRule	Iran	1992	1995	-	Mar	22	0:00	1:00	D
897114173SwollmanRule	Iran	1991	1995	-	Sep	22	0:00	0	S
898114173SwollmanRule	Iran	1996	only	-	Mar	21	0:00	1:00	D
899114173SwollmanRule	Iran	1996	only	-	Sep	21	0:00	0	S
900114173SwollmanRule	Iran	1997	1999	-	Mar	22	0:00	1:00	D
901114173SwollmanRule	Iran	1997	1999	-	Sep	22	0:00	0	S
902114173SwollmanRule	Iran	2000	only	-	Mar	21	0:00	1:00	D
903114173SwollmanRule	Iran	2000	only	-	Sep	21	0:00	0	S
904114173SwollmanRule	Iran	2001	2003	-	Mar	22	0:00	1:00	D
905114173SwollmanRule	Iran	2001	2003	-	Sep	22	0:00	0	S
906114173SwollmanRule	Iran	2004	only	-	Mar	21	0:00	1:00	D
907114173SwollmanRule	Iran	2004	only	-	Sep	21	0:00	0	S
908158421SwollmanRule	Iran	2005	only	-	Mar	22	0:00	1:00	D
909158421SwollmanRule	Iran	2005	only	-	Sep	22	0:00	0	S
910172479SedwinRule	Iran	2008	only	-	Mar	21	0:00	1:00	D
911172479SedwinRule	Iran	2008	only	-	Sep	21	0:00	0	S
912172479SedwinRule	Iran	2009	2011	-	Mar	22	0:00	1:00	D
913172479SedwinRule	Iran	2009	2011	-	Sep	22	0:00	0	S
914172479SedwinRule	Iran	2012	only	-	Mar	21	0:00	1:00	D
915172479SedwinRule	Iran	2012	only	-	Sep	21	0:00	0	S
916172479SedwinRule	Iran	2013	2015	-	Mar	22	0:00	1:00	D
917172479SedwinRule	Iran	2013	2015	-	Sep	22	0:00	0	S
918172479SedwinRule	Iran	2016	only	-	Mar	21	0:00	1:00	D
919172479SedwinRule	Iran	2016	only	-	Sep	21	0:00	0	S
920172479SedwinRule	Iran	2017	2019	-	Mar	22	0:00	1:00	D
921172479SedwinRule	Iran	2017	2019	-	Sep	22	0:00	0	S
922172479SedwinRule	Iran	2020	only	-	Mar	21	0:00	1:00	D
923172479SedwinRule	Iran	2020	only	-	Sep	21	0:00	0	S
924172479SedwinRule	Iran	2021	2023	-	Mar	22	0:00	1:00	D
925172479SedwinRule	Iran	2021	2023	-	Sep	22	0:00	0	S
926172479SedwinRule	Iran	2024	only	-	Mar	21	0:00	1:00	D
927172479SedwinRule	Iran	2024	only	-	Sep	21	0:00	0	S
928172479SedwinRule	Iran	2025	2027	-	Mar	22	0:00	1:00	D
929172479SedwinRule	Iran	2025	2027	-	Sep	22	0:00	0	S
930172479SedwinRule	Iran	2028	2029	-	Mar	21	0:00	1:00	D
931172479SedwinRule	Iran	2028	2029	-	Sep	21	0:00	0	S
932172479SedwinRule	Iran	2030	2031	-	Mar	22	0:00	1:00	D
933172479SedwinRule	Iran	2030	2031	-	Sep	22	0:00	0	S
934172479SedwinRule	Iran	2032	2033	-	Mar	21	0:00	1:00	D
935172479SedwinRule	Iran	2032	2033	-	Sep	21	0:00	0	S
936172479SedwinRule	Iran	2034	2035	-	Mar	22	0:00	1:00	D
937172479SedwinRule	Iran	2034	2035	-	Sep	22	0:00	0	S
938172479SedwinRule	Iran	2036	2037	-	Mar	21	0:00	1:00	D
939172479SedwinRule	Iran	2036	2037	-	Sep	21	0:00	0	S
9402742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
9412742SwollmanZone	Asia/Tehran	3:25:44	-	LMT	1916
94219878Swollman			3:25:44	-	TMT	1946	# Tehran Mean Time
943114173Swollman			3:30	-	IRST	1977 Nov
94419878Swollman			4:00	Iran	IR%sT	1979
94519878Swollman			3:30	Iran	IR%sT
9462742Swollman
94764499Swollman
9482742Swollman# Iraq
94964499Swollman#
950149514Swollman# From Jonathan Lennox (2000-06-12):
95164499Swollman# An article in this week's Economist ("Inside the Saddam-free zone", p. 50 in
95275267Swollman# the U.S. edition) on the Iraqi Kurds contains a paragraph:
95364499Swollman# "The three northern provinces ... switched their clocks this spring and
95464499Swollman# are an hour ahead of Baghdad."
95564499Swollman#
95664499Swollman# But Rives McDow (2000-06-18) quotes a contact in Iraqi-Kurdistan as follows:
95764499Swollman# In the past, some Kurdish nationalists, as a protest to the Iraqi
95864499Swollman# Government, did not adhere to daylight saving time.  They referred
95964499Swollman# to daylight saving as Saddam time.  But, as of today, the time zone
96064499Swollman# in Iraqi-Kurdistan is on standard time with Baghdad, Iraq.
96164499Swollman#
96264499Swollman# So we'll ignore the Economist's claim.
96364499Swollman
964177591Sedwin# From Steffen Thorsen (2008-03-10):
965177591Sedwin# The cabinet in Iraq abolished DST last week, according to the following
966177591Sedwin# news sources (in Arabic):
967177591Sedwin# <a href="http://www.aljeeran.net/wesima_articles/news-20080305-98602.html">
968177591Sedwin# http://www.aljeeran.net/wesima_articles/news-20080305-98602.html
969177591Sedwin# </a>
970177591Sedwin# <a href="http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10">
971177591Sedwin# http://www.aswataliraq.info/look/article.tpl?id=2047&IdLanguage=17&IdPublication=4&NrArticle=71743&NrIssue=1&NrSection=10
972177591Sedwin# </a>
973177591Sedwin#
974177591Sedwin# We have published a short article in English about the change:
975177591Sedwin# <a href="http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html">
976177591Sedwin# http://www.timeanddate.com/news/time/iraq-dumps-daylight-saving.html
977177591Sedwin# </a>
978177591Sedwin
9792742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
9802742SwollmanRule	Iraq	1982	only	-	May	1	0:00	1:00	D
9812742SwollmanRule	Iraq	1982	1984	-	Oct	1	0:00	0	S
9822742SwollmanRule	Iraq	1983	only	-	Mar	31	0:00	1:00	D
9832742SwollmanRule	Iraq	1984	1985	-	Apr	1	0:00	1:00	D
98420094SwollmanRule	Iraq	1985	1990	-	Sep	lastSun	1:00s	0	S
98520094SwollmanRule	Iraq	1986	1990	-	Mar	lastSun	1:00s	1:00	D
98620094Swollman# IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo.
987158421Swollman# Shanks & Pottenger say Iraq did not observe DST 1992/1997; ignore this.
988169811Swollman#
989177591SedwinRule	Iraq	1991	2007	-	Apr	 1	3:00s	1:00	D
990177591SedwinRule	Iraq	1991	2007	-	Oct	 1	3:00s	0	S
9912742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
9922742SwollmanZone	Asia/Baghdad	2:57:40	-	LMT	1890
99319878Swollman			2:57:36	-	BMT	1918	    # Baghdad Mean Time?
9942742Swollman			3:00	-	AST	1982 May
9952742Swollman			3:00	Iraq	A%sT
9962742Swollman
9972742Swollman
9982742Swollman###############################################################################
9992742Swollman
10002742Swollman# Israel
10012742Swollman
100275267Swollman# From Ephraim Silverberg (2001-01-11):
100375267Swollman#
100475267Swollman# I coined "IST/IDT" circa 1988.  Until then there were three
100575267Swollman# different abbreviations in use:
100675267Swollman#
100775267Swollman# JST  Jerusalem Standard Time [Danny Braniss, Hebrew University]
100875267Swollman# IZT  Israel Zonal (sic) Time [Prof. Haim Papo, Technion]
100975267Swollman# EEST Eastern Europe Standard Time [used by almost everyone else]
101075267Swollman#
101175267Swollman# Since timezones should be called by country and not capital cities,
101275267Swollman# I ruled out JST.  As Israel is in Asia Minor and not Eastern Europe,
101375267Swollman# EEST was equally unacceptable.  Since "zonal" was not compatible with
101475267Swollman# any other timezone abbreviation, I felt that 'IST' was the way to go
101575267Swollman# and, indeed, it has received almost universal acceptance in timezone
101675267Swollman# settings in Israeli computers.
101775267Swollman#
101875267Swollman# In any case, I am happy to share timezone abbreviations with India,
101975267Swollman# high on my favorite-country list (and not only because my wife's
102075267Swollman# family is from India).
10212742Swollman
1022158421Swollman# From Shanks & Pottenger:
10232742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
10242742SwollmanRule	Zion	1940	only	-	Jun	 1	0:00	1:00	D
10252742SwollmanRule	Zion	1942	1944	-	Nov	 1	0:00	0	S
10262742SwollmanRule	Zion	1943	only	-	Apr	 1	2:00	1:00	D
10272742SwollmanRule	Zion	1944	only	-	Apr	 1	0:00	1:00	D
10282742SwollmanRule	Zion	1945	only	-	Apr	16	0:00	1:00	D
10292742SwollmanRule	Zion	1945	only	-	Nov	 1	2:00	0	S
10302742SwollmanRule	Zion	1946	only	-	Apr	16	2:00	1:00	D
10312742SwollmanRule	Zion	1946	only	-	Nov	 1	0:00	0	S
10322742SwollmanRule	Zion	1948	only	-	May	23	0:00	2:00	DD
10332742SwollmanRule	Zion	1948	only	-	Sep	 1	0:00	1:00	D
10342742SwollmanRule	Zion	1948	1949	-	Nov	 1	2:00	0	S
10352742SwollmanRule	Zion	1949	only	-	May	 1	0:00	1:00	D
10362742SwollmanRule	Zion	1950	only	-	Apr	16	0:00	1:00	D
10372742SwollmanRule	Zion	1950	only	-	Sep	15	3:00	0	S
10382742SwollmanRule	Zion	1951	only	-	Apr	 1	0:00	1:00	D
10392742SwollmanRule	Zion	1951	only	-	Nov	11	3:00	0	S
10402742SwollmanRule	Zion	1952	only	-	Apr	20	2:00	1:00	D
10412742SwollmanRule	Zion	1952	only	-	Oct	19	3:00	0	S
10422742SwollmanRule	Zion	1953	only	-	Apr	12	2:00	1:00	D
10432742SwollmanRule	Zion	1953	only	-	Sep	13	3:00	0	S
10442742SwollmanRule	Zion	1954	only	-	Jun	13	0:00	1:00	D
10452742SwollmanRule	Zion	1954	only	-	Sep	12	0:00	0	S
10462742SwollmanRule	Zion	1955	only	-	Jun	11	2:00	1:00	D
10472742SwollmanRule	Zion	1955	only	-	Sep	11	0:00	0	S
10482742SwollmanRule	Zion	1956	only	-	Jun	 3	0:00	1:00	D
10492742SwollmanRule	Zion	1956	only	-	Sep	30	3:00	0	S
10502742SwollmanRule	Zion	1957	only	-	Apr	29	2:00	1:00	D
10512742SwollmanRule	Zion	1957	only	-	Sep	22	0:00	0	S
10522742SwollmanRule	Zion	1974	only	-	Jul	 7	0:00	1:00	D
10532742SwollmanRule	Zion	1974	only	-	Oct	13	0:00	0	S
10542742SwollmanRule	Zion	1975	only	-	Apr	20	0:00	1:00	D
10552742SwollmanRule	Zion	1975	only	-	Aug	31	0:00	0	S
10562742SwollmanRule	Zion	1985	only	-	Apr	14	0:00	1:00	D
10572742SwollmanRule	Zion	1985	only	-	Sep	15	0:00	0	S
10582742SwollmanRule	Zion	1986	only	-	May	18	0:00	1:00	D
10592742SwollmanRule	Zion	1986	only	-	Sep	 7	0:00	0	S
10602742SwollmanRule	Zion	1987	only	-	Apr	15	0:00	1:00	D
10612742SwollmanRule	Zion	1987	only	-	Sep	13	0:00	0	S
10622742SwollmanRule	Zion	1988	only	-	Apr	 9	0:00	1:00	D
10632742SwollmanRule	Zion	1988	only	-	Sep	 3	0:00	0	S
10642742Swollman
1065149514Swollman# From Ephraim Silverberg
1066149514Swollman# (1997-03-04, 1998-03-16, 1998-12-28, 2000-01-17, 2000-07-25, 2004-12-22,
1067149514Swollman# and 2005-02-17):
106830711Swollman
10692742Swollman# According to the Office of the Secretary General of the Ministry of
10702742Swollman# Interior, there is NO set rule for Daylight-Savings/Standard time changes.
107143543Swollman# One thing is entrenched in law, however: that there must be at least 150
107243543Swollman# days of daylight savings time annually.  From 1993-1998, the change to
107343543Swollman# daylight savings time was on a Friday morning from midnight IST to
107443543Swollman# 1 a.m IDT; up until 1998, the change back to standard time was on a
107543543Swollman# Saturday night from midnight daylight savings time to 11 p.m. standard
107643543Swollman# time.  1996 is an exception to this rule where the change back to standard
107743543Swollman# time took place on Sunday night instead of Saturday night to avoid
107864499Swollman# conflicts with the Jewish New Year.  In 1999, the change to
107964499Swollman# daylight savings time was still on a Friday morning but from
108043543Swollman# 2 a.m. IST to 3 a.m. IDT; furthermore, the change back to standard time
108164499Swollman# was also on a Friday morning from 2 a.m. IDT to 1 a.m. IST for
108264499Swollman# 1999 only.  In the year 2000, the change to daylight savings time was
108364499Swollman# similar to 1999, but although the change back will be on a Friday, it
108464499Swollman# will take place from 1 a.m. IDT to midnight IST.  Starting in 2001, all
108564499Swollman# changes to/from will take place at 1 a.m. old time, but now there is no
108664499Swollman# rule as to what day of the week it will take place in as the start date
108764499Swollman# (except in 2003) is the night after the Passover Seder (i.e. the eve
108864499Swollman# of the 16th of Nisan in the lunar Hebrew calendar) and the end date
108964499Swollman# (except in 2002) is three nights before Yom Kippur [Day of Atonement]
109064499Swollman# (the eve of the 7th of Tishrei in the lunar Hebrew calendar).
10912742Swollman
10922742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
10932742SwollmanRule	Zion	1989	only	-	Apr	30	0:00	1:00	D
109419878SwollmanRule	Zion	1989	only	-	Sep	 3	0:00	0	S
10952742SwollmanRule	Zion	1990	only	-	Mar	25	0:00	1:00	D
109619878SwollmanRule	Zion	1990	only	-	Aug	26	0:00	0	S
10972742SwollmanRule	Zion	1991	only	-	Mar	24	0:00	1:00	D
109819878SwollmanRule	Zion	1991	only	-	Sep	 1	0:00	0	S
10992742SwollmanRule	Zion	1992	only	-	Mar	29	0:00	1:00	D
110019878SwollmanRule	Zion	1992	only	-	Sep	 6	0:00	0	S
11012742SwollmanRule	Zion	1993	only	-	Apr	 2	0:00	1:00	D
110219878SwollmanRule	Zion	1993	only	-	Sep	 5	0:00	0	S
11032742Swollman
110414343Swollman# The dates for 1994-1995 were obtained from Office of the Spokeswoman for the
110514343Swollman# Ministry of Interior, Jerusalem, Israel.  The spokeswoman can be reached by
110630711Swollman# calling the office directly at 972-2-6701447 or 972-2-6701448.
11072742Swollman
110875267Swollman# Rule	NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
110919878SwollmanRule	Zion	1994	only	-	Apr	 1	0:00	1:00	D
111019878SwollmanRule	Zion	1994	only	-	Aug	28	0:00	0	S
111119878SwollmanRule	Zion	1995	only	-	Mar	31	0:00	1:00	D
111219878SwollmanRule	Zion	1995	only	-	Sep	 3	0:00	0	S
11132742Swollman
111430711Swollman# The dates for 1996 were determined by the Minister of Interior of the
111530711Swollman# time, Haim Ramon.  The official announcement regarding 1996-1998
111643014Swollman# (with the dates for 1997-1998 no longer being relevant) can be viewed at:
111714343Swollman#
1118149514Swollman#   ftp://ftp.cs.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz
111914343Swollman#
112043014Swollman# The dates for 1997-1998 were altered by his successor, Rabbi Eli Suissa.
112130711Swollman#
112258787Sru# The official announcements for the years 1997-1999 can be viewed at:
112343014Swollman#
1124149514Swollman#   ftp://ftp.cs.huji.ac.il/pub/tz/announcements/YYYY.ps.gz
112543014Swollman#
112658787Sru#       where YYYY is the relevant year.
11279908Swollman
112814343Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
112930711SwollmanRule	Zion	1996	only	-	Mar	15	0:00	1:00	D
113019878SwollmanRule	Zion	1996	only	-	Sep	16	0:00	0	S
113130711SwollmanRule	Zion	1997	only	-	Mar	21	0:00	1:00	D
113230711SwollmanRule	Zion	1997	only	-	Sep	14	0:00	0	S
113330711SwollmanRule	Zion	1998	only	-	Mar	20	0:00	1:00	D
113443014SwollmanRule	Zion	1998	only	-	Sep	 6	0:00	0	S
113543543SwollmanRule	Zion	1999	only	-	Apr	 2	2:00	1:00	D
113643543SwollmanRule	Zion	1999	only	-	Sep	 3	2:00	0	S
113714343Swollman
113864499Swollman# The Knesset Interior Committee has changed the dates for 2000 for
113964499Swollman# the third time in just over a year and have set new dates for the
114064499Swollman# years 2001-2004 as well.
114158787Sru#
114264499Swollman# The official announcement for the start date of 2000 can be viewed at:
114358787Sru#
1144149514Swollman#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-start.ps.gz
114564499Swollman#
114664499Swollman# The official announcement for the end date of 2000 and the dates
114764499Swollman# for the years 2001-2004 can be viewed at:
114864499Swollman#
1149149514Swollman#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz
115043014Swollman
115158787Sru# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
115258787SruRule	Zion	2000	only	-	Apr	14	2:00	1:00	D
115364499SwollmanRule	Zion	2000	only	-	Oct	 6	1:00	0	S
115464499SwollmanRule	Zion	2001	only	-	Apr	 9	1:00	1:00	D
115564499SwollmanRule	Zion	2001	only	-	Sep	24	1:00	0	S
115664499SwollmanRule	Zion	2002	only	-	Mar	29	1:00	1:00	D
115764499SwollmanRule	Zion	2002	only	-	Oct	 7	1:00	0	S
115864499SwollmanRule	Zion	2003	only	-	Mar	28	1:00	1:00	D
115964499SwollmanRule	Zion	2003	only	-	Oct	 3	1:00	0	S
116064499SwollmanRule	Zion	2004	only	-	Apr	 7	1:00	1:00	D
116164499SwollmanRule	Zion	2004	only	-	Sep	22	1:00	0	S
116258787Sru
1163149514Swollman# The proposed law agreed upon by the Knesset Interior Committee on
1164149514Swollman# 2005-02-14 is that, for 2005 and beyond, DST starts at 02:00 the
1165149514Swollman# last Friday before April 2nd (i.e. the last Friday in March or April
1166149514Swollman# 1st itself if it falls on a Friday) and ends at 02:00 on the Saturday
1167149514Swollman# night _before_ the fast of Yom Kippur.
1168149514Swollman#
1169149514Swollman# Those who can read Hebrew can view the announcement at:
1170149514Swollman#
1171149514Swollman#	ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2005+beyond.ps
117230711Swollman
1173149514Swollman# From Paul Eggert (2005-02-22):
1174149514Swollman# I used Ephraim Silverberg's dst-israel.el program
1175149514Swollman# <ftp://ftp.cs.huji.ac.il/pub/tz/software/dst-israel.el> (2005-02-20)
1176149514Swollman# along with Ed Reingold's cal-hebrew in GNU Emacs 21.4,
1177149514Swollman# to generate the transitions in this list.
1178149514Swollman# (I replaced "lastFri" with "Fri>=26" by hand.)
1179149514Swollman# The spring transitions below all correspond to the following Rule:
1180149514Swollman#
1181149514Swollman# Rule	Zion	2005	max	-	Mar	Fri>=26	2:00	1:00	D
1182149514Swollman#
1183149514Swollman# but older zic implementations (e.g., Solaris 8) do not support
1184149514Swollman# "Fri>=26" to mean April 1 in years like 2005, so for now we list the
1185149514Swollman# springtime transitions explicitly.
1186149514Swollman
1187149514Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1188149514SwollmanRule	Zion	2005	only	-	Apr	 1	2:00	1:00	D
1189149514SwollmanRule	Zion	2005	only	-	Oct	 9	2:00	0	S
1190149514SwollmanRule	Zion	2006	2010	-	Mar	Fri>=26	2:00	1:00	D
1191149514SwollmanRule	Zion	2006	only	-	Oct	 1	2:00	0	S
1192149514SwollmanRule	Zion	2007	only	-	Sep	16	2:00	0	S
1193149514SwollmanRule	Zion	2008	only	-	Oct	 5	2:00	0	S
1194149514SwollmanRule	Zion	2009	only	-	Sep	27	2:00	0	S
1195149514SwollmanRule	Zion	2010	only	-	Sep	12	2:00	0	S
1196149514SwollmanRule	Zion	2011	only	-	Apr	 1	2:00	1:00	D
1197149514SwollmanRule	Zion	2011	only	-	Oct	 2	2:00	0	S
1198149514SwollmanRule	Zion	2012	2015	-	Mar	Fri>=26	2:00	1:00	D
1199149514SwollmanRule	Zion	2012	only	-	Sep	23	2:00	0	S
1200149514SwollmanRule	Zion	2013	only	-	Sep	 8	2:00	0	S
1201149514SwollmanRule	Zion	2014	only	-	Sep	28	2:00	0	S
1202149514SwollmanRule	Zion	2015	only	-	Sep	20	2:00	0	S
1203149514SwollmanRule	Zion	2016	only	-	Apr	 1	2:00	1:00	D
1204149514SwollmanRule	Zion	2016	only	-	Oct	 9	2:00	0	S
1205149514SwollmanRule	Zion	2017	2021	-	Mar	Fri>=26	2:00	1:00	D
1206149514SwollmanRule	Zion	2017	only	-	Sep	24	2:00	0	S
1207149514SwollmanRule	Zion	2018	only	-	Sep	16	2:00	0	S
1208149514SwollmanRule	Zion	2019	only	-	Oct	 6	2:00	0	S
1209149514SwollmanRule	Zion	2020	only	-	Sep	27	2:00	0	S
1210149514SwollmanRule	Zion	2021	only	-	Sep	12	2:00	0	S
1211149514SwollmanRule	Zion	2022	only	-	Apr	 1	2:00	1:00	D
1212149514SwollmanRule	Zion	2022	only	-	Oct	 2	2:00	0	S
1213149514SwollmanRule	Zion	2023	2032	-	Mar	Fri>=26	2:00	1:00	D
1214149514SwollmanRule	Zion	2023	only	-	Sep	24	2:00	0	S
1215149514SwollmanRule	Zion	2024	only	-	Oct	 6	2:00	0	S
1216149514SwollmanRule	Zion	2025	only	-	Sep	28	2:00	0	S
1217149514SwollmanRule	Zion	2026	only	-	Sep	20	2:00	0	S
1218149514SwollmanRule	Zion	2027	only	-	Oct	10	2:00	0	S
1219149514SwollmanRule	Zion	2028	only	-	Sep	24	2:00	0	S
1220149514SwollmanRule	Zion	2029	only	-	Sep	16	2:00	0	S
1221149514SwollmanRule	Zion	2030	only	-	Oct	 6	2:00	0	S
1222149514SwollmanRule	Zion	2031	only	-	Sep	21	2:00	0	S
1223149514SwollmanRule	Zion	2032	only	-	Sep	12	2:00	0	S
1224149514SwollmanRule	Zion	2033	only	-	Apr	 1	2:00	1:00	D
1225149514SwollmanRule	Zion	2033	only	-	Oct	 2	2:00	0	S
1226149514SwollmanRule	Zion	2034	2037	-	Mar	Fri>=26	2:00	1:00	D
1227149514SwollmanRule	Zion	2034	only	-	Sep	17	2:00	0	S
1228149514SwollmanRule	Zion	2035	only	-	Oct	 7	2:00	0	S
1229149514SwollmanRule	Zion	2036	only	-	Sep	28	2:00	0	S
1230149514SwollmanRule	Zion	2037	only	-	Sep	13	2:00	0	S
1231149514Swollman
12322742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
123314343SwollmanZone	Asia/Jerusalem	2:20:56 -	LMT	1880
123419878Swollman			2:20:40	-	JMT	1918	# Jerusalem Mean Time?
12352742Swollman			2:00	Zion	I%sT
12362742Swollman
12372742Swollman
1238105196Swollman
12392742Swollman###############################################################################
12402742Swollman
12412742Swollman# Japan
12422742Swollman
12432742Swollman# `9:00' and `JST' is from Guy Harris.
12442742Swollman
1245149514Swollman# From Paul Eggert (1995-03-06):
12469908Swollman# Today's _Asahi Evening News_ (page 4) reports that Japan had
12479908Swollman# daylight saving between 1948 and 1951, but ``the system was discontinued
12489908Swollman# because the public believed it would lead to longer working hours.''
1249149590Swollman
1250149590Swollman# From Mayumi Negishi in the 2005-08-10 Japan Times
1251149590Swollman# <http://www.japantimes.co.jp/cgi-bin/getarticle.pl5?nn20050810f2.htm>:
1252149590Swollman# Occupation authorities imposed daylight-saving time on Japan on
1253149590Swollman# [1948-05-01]....  But lack of prior debate and the execution of
1254149590Swollman# daylight-saving time just three days after the bill was passed generated
1255149590Swollman# deep hatred of the concept....  The Diet unceremoniously passed a bill to
1256149590Swollman# dump the unpopular system in October 1951, less than a month after the San
1257149590Swollman# Francisco Peace Treaty was signed.  (A government poll in 1951 showed 53%
1258149590Swollman# of the Japanese wanted to scrap daylight-saving time, as opposed to 30% who
1259149590Swollman# wanted to keep it.)
1260149590Swollman
1261158421Swollman# From Paul Eggert (2006-03-22):
1262158421Swollman# Shanks & Pottenger write that DST in Japan during those years was as follows:
12639908Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1264149590SwollmanRule	Japan	1948	only	-	May	Sun>=1	2:00	1:00	D
1265149590SwollmanRule	Japan	1948	1951	-	Sep	Sat>=8	2:00	0	S
1266149590SwollmanRule	Japan	1949	only	-	Apr	Sun>=1	2:00	1:00	D
1267149590SwollmanRule	Japan	1950	1951	-	May	Sun>=1	2:00	1:00	D
1268149590Swollman# but the only locations using it (for birth certificates, presumably, since
1269158421Swollman# their audience is astrologers) were US military bases.  For now, assume
1270149590Swollman# that for most purposes daylight-saving time was observed; otherwise, what
1271149590Swollman# would have been the point of the 1951 poll?
12722742Swollman
127343543Swollman# From Hideyuki Suzuki (1998-11-09):
127443543Swollman# 'Tokyo' usually stands for the former location of Tokyo Astronomical
127543543Swollman# Observatory: E 139 44' 40".90 (9h 18m 58s.727), N 35 39' 16".0.
127643543Swollman# This data is from 'Rika Nenpyou (Chronological Scientific Tables) 1996'
127743543Swollman# edited by National Astronomical Observatory of Japan....
127843543Swollman# JST (Japan Standard Time) has been used since 1888-01-01 00:00 (JST).
127943543Swollman# The law is enacted on 1886-07-07.
128043543Swollman
128143543Swollman# From Hideyuki Suzuki (1998-11-16):
128243543Swollman# The ordinance No. 51 (1886) established "standard time" in Japan,
128343543Swollman# which stands for the time on E 135 degree.
128443543Swollman# In the ordinance No. 167 (1895), "standard time" was renamed to "central
128543543Swollman# standard time".  And the same ordinance also established "western standard
128643543Swollman# time", which stands for the time on E 120 degree....  But "western standard
128743543Swollman# time" was abolished in the ordinance No. 529 (1937).  In the ordinance No.
128843543Swollman# 167, there is no mention regarding for what place western standard time is
128943543Swollman# standard....
129043543Swollman#
129143543Swollman# I wrote "ordinance" above, but I don't know how to translate.
129243543Swollman# In Japanese it's "chokurei", which means ordinance from emperor.
129343543Swollman
1294158421Swollman# Shanks & Pottenger claim JST in use since 1896, and that a few
1295158421Swollman# places (e.g. Ishigaki) use +0800; go with Suzuki.  Guess that all
1296158421Swollman# ordinances took effect on Jan 1.
129743543Swollman
12982742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
129943543SwollmanZone	Asia/Tokyo	9:18:59	-	LMT	1887 Dec 31 15:00u
130043543Swollman			9:00	-	JST	1896
130143543Swollman			9:00	-	CJT	1938
1302149590Swollman			9:00	Japan	J%sT
130343543Swollman# Since 1938, all Japanese possessions have been like Asia/Tokyo.
13042742Swollman
13052742Swollman# Jordan
130658787Sru#
130758787Sru# From <a href="http://star.arabia.com/990701/JO9.html">
130858787Sru# Jordan Week (1999-07-01) </a> via Steffen Thorsen (1999-09-09):
130958787Sru# Clocks in Jordan were forwarded one hour on Wednesday at midnight,
131058787Sru# in accordance with the government's decision to implement summer time
131158787Sru# all year round.
131258787Sru#
131358787Sru# From <a href="http://star.arabia.com/990930/JO9.html">
131458787Sru# Jordan Week (1999-09-30) </a> via Steffen Thorsen (1999-11-09):
131558787Sru# Winter time starts today Thursday, 30 September. Clocks will be turned back
131658787Sru# by one hour.  This is the latest government decision and it's final!
131758787Sru# The decision was taken because of the increase in working hours in
131858787Sru# government's departments from six to seven hours.
131958787Sru#
1320153670Swollman# From Paul Eggert (2005-11-22):
1321153670Swollman# Starting 2003 transitions are from Steffen Thorsen's web site timeanddate.com.
1322153670Swollman#
1323158421Swollman# From Steffen Thorsen (2005-11-23):
1324158421Swollman# For Jordan I have received multiple independent user reports every year
1325158421Swollman# about DST end dates, as the end-rule is different every year.
1326158421Swollman#
1327163302Sru# From Steffen Thorsen (2006-10-01), after a heads-up from Hilal Malawi:
1328163302Sru# http://www.petranews.gov.jo/nepras/2006/Sep/05/4000.htm
1329163302Sru# "Jordan will switch to winter time on Friday, October 27".
1330163302Sru#
1331190991Sedwin
1332190991Sedwin# From Phil Pizzey (2009-04-02):
1333190991Sedwin# ...I think I may have spotted an error in the timezone data for
1334190991Sedwin# Jordan.
1335190991Sedwin# The current (2009d) asia file shows Jordan going to daylight
1336190991Sedwin# saving
1337190991Sedwin# time on the last Thursday in March.
1338190991Sedwin#
1339190991Sedwin# Rule  Jordan      2000  max	-  Mar   lastThu     0:00s 1:00  S
1340190991Sedwin#
1341190991Sedwin# However timeanddate.com, which I usually find reliable, shows Jordan
1342190991Sedwin# going to daylight saving time on the last Friday in March since 2002.
1343190991Sedwin# Please see
1344190991Sedwin# <a href="http://www.timeanddate.com/worldclock/timezone.html?n=11">
1345190991Sedwin# http://www.timeanddate.com/worldclock/timezone.html?n=11
1346190991Sedwin# </a>
1347190991Sedwin
1348190991Sedwin# From Steffen Thorsen (2009-04-02):
1349190991Sedwin# This single one might be good enough, (2009-03-24, Arabic):
1350190991Sedwin# <a href="http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279">
1351190991Sedwin# http://petra.gov.jo/Artical.aspx?Lng=2&Section=8&Artical=95279
1352190991Sedwin# </a>
1353190991Sedwin#
1354190991Sedwin# Google's translation:
1355190991Sedwin#
1356190991Sedwin# > The Council of Ministers decided in 2002 to adopt the principle of timely
1357190991Sedwin# > submission of the summer at 60 minutes as of midnight on the last Thursday
1358190991Sedwin# > of the month of March of each year.
1359190991Sedwin#
1360190991Sedwin# So - this means the midnight between Thursday and Friday since 2002.
1361190991Sedwin
1362190991Sedwin# From Arthur David Olson (2009-04-06):
1363190991Sedwin# We still have Jordan switching to DST on Thursdays in 2000 and 2001.
1364190991Sedwin
13652742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
136675267SwollmanRule	Jordan	1973	only	-	Jun	6	0:00	1:00	S
136775267SwollmanRule	Jordan	1973	1975	-	Oct	1	0:00	0	-
136875267SwollmanRule	Jordan	1974	1977	-	May	1	0:00	1:00	S
136975267SwollmanRule	Jordan	1976	only	-	Nov	1	0:00	0	-
137075267SwollmanRule	Jordan	1977	only	-	Oct	1	0:00	0	-
137175267SwollmanRule	Jordan	1978	only	-	Apr	30	0:00	1:00	S
137275267SwollmanRule	Jordan	1978	only	-	Sep	30	0:00	0	-
137375267SwollmanRule	Jordan	1985	only	-	Apr	1	0:00	1:00	S
137475267SwollmanRule	Jordan	1985	only	-	Oct	1	0:00	0	-
137575267SwollmanRule	Jordan	1986	1988	-	Apr	Fri>=1	0:00	1:00	S
137675267SwollmanRule	Jordan	1986	1990	-	Oct	Fri>=1	0:00	0	-
137775267SwollmanRule	Jordan	1989	only	-	May	8	0:00	1:00	S
137875267SwollmanRule	Jordan	1990	only	-	Apr	27	0:00	1:00	S
137975267SwollmanRule	Jordan	1991	only	-	Apr	17	0:00	1:00	S
138075267SwollmanRule	Jordan	1991	only	-	Sep	27	0:00	0	-
138175267SwollmanRule	Jordan	1992	only	-	Apr	10	0:00	1:00	S
138275267SwollmanRule	Jordan	1992	1993	-	Oct	Fri>=1	0:00	0	-
138375267SwollmanRule	Jordan	1993	1998	-	Apr	Fri>=1	0:00	1:00	S
138475267SwollmanRule	Jordan	1994	only	-	Sep	Fri>=15	0:00	0	-
138575267SwollmanRule	Jordan	1995	1998	-	Sep	Fri>=15	0:00s	0	-
138658787SruRule	Jordan	1999	only	-	Jul	 1	0:00s	1:00	S
1387190991SedwinRule	Jordan	1999	2002	-	Sep	lastFri	0:00s	0	-
1388190991SedwinRule	Jordan	2000	2001	-	Mar	lastThu	0:00s	1:00	S
1389192886SedwinRule	Jordan	2002	max	-	Mar	lastThu	24:00	1:00	S
1390153670SwollmanRule	Jordan	2003	only	-	Oct	24	0:00s	0	-
1391153670SwollmanRule	Jordan	2004	only	-	Oct	15	0:00s	0	-
1392163302SruRule	Jordan	2005	only	-	Sep	lastFri	0:00s	0	-
1393163302SruRule	Jordan	2006	max	-	Oct	lastFri	0:00s	0	-
13942742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
13952742SwollmanZone	Asia/Amman	2:23:44 -	LMT	1931
139619878Swollman			2:00	Jordan	EE%sT
13972742Swollman
1398149514Swollman
13992742Swollman# Kazakhstan
1400149514Swollman
140120094Swollman# From Paul Eggert (1996-11-22):
1402149514Swollman# Andrew Evtichov (1996-04-13) writes that Kazakhstan
140320094Swollman# stayed in sync with Moscow after 1990, and that Aqtobe (formerly Aktyubinsk)
140420094Swollman# and Aqtau (formerly Shevchenko) are the largest cities in their zones.
140520094Swollman# Guess that Aqtau and Aqtobe diverged in 1995, since that's the first time
140620094Swollman# IATA SSIM mentions a third time zone in Kazakhstan.
1407149514Swollman
1408158421Swollman# From Paul Eggert (2006-03-22):
140993799Swollman# German Iofis, ELSI, Almaty (2001-10-09) reports that Kazakhstan uses
141093799Swollman# RussiaAsia rules, instead of switching at 00:00 as the IATA has it.
1411158421Swollman# Go with Shanks & Pottenger, who have them always using RussiaAsia rules.
1412158421Swollman# Also go with the following claims of Shanks & Pottenger:
141393799Swollman#
141493799Swollman# - Kazakhstan did not observe DST in 1991.
141593799Swollman# - Qyzylorda switched from +5:00 to +6:00 on 1992-01-19 02:00.
141693799Swollman# - Oral switched from +5:00 to +4:00 in spring 1989.
1417149514Swollman
1418149514Swollman# <a href="http://www.kazsociety.org.uk/news/2005/03/30.htm">
1419149514Swollman# From Kazakhstan Embassy's News Bulletin #11 (2005-03-21):
1420149514Swollman# </a>
1421149514Swollman# The Government of Kazakhstan passed a resolution March 15 abolishing
1422149514Swollman# daylight saving time citing lack of economic benefits and health
1423149514Swollman# complications coupled with a decrease in productivity.
142493799Swollman#
1425149514Swollman# From Branislav Kojic (in Astana) via Gwillim Law (2005-06-28):
1426149514Swollman# ... what happened was that the former Kazakhstan Eastern time zone
1427149514Swollman# was "blended" with the Central zone.  Therefore, Kazakhstan now has
1428149514Swollman# two time zones, and difference between them is one hour.  The zone
1429149514Swollman# closer to UTC is the former Western zone (probably still called the
1430149514Swollman# same), encompassing four provinces in the west: Aqtobe, Atyrau,
1431149514Swollman# Mangghystau, and West Kazakhstan.  The other zone encompasses
1432149514Swollman# everything else....  I guess that would make Kazakhstan time zones
1433149514Swollman# de jure UTC+5 and UTC+6 respectively.
1434149514Swollman
1435114173Swollman#
14362742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
143793799Swollman#
143893799Swollman# Almaty (formerly Alma-Ata), representing most locations in Kazakhstan
143943014SwollmanZone	Asia/Almaty	5:07:48 -	LMT	1924 May  2 # or Alma-Ata
144093799Swollman			5:00	-	ALMT	1930 Jun 21 # Alma-Ata Time
144193799Swollman			6:00 RussiaAsia ALM%sT	1991
144293799Swollman			6:00	-	ALMT	1992
1443149514Swollman			6:00 RussiaAsia	ALM%sT	2005 Mar 15
1444149514Swollman			6:00	-	ALMT
144593799Swollman# Qyzylorda (aka Kyzylorda, Kizilorda, Kzyl-Orda, etc.)
144693799SwollmanZone	Asia/Qyzylorda	4:21:52 -	LMT	1924 May  2
144793799Swollman			4:00	-	KIZT	1930 Jun 21 # Kizilorda Time
144893799Swollman			5:00	-	KIZT	1981 Apr  1
144993799Swollman			5:00	1:00	KIZST	1981 Oct  1
145093799Swollman			6:00	-	KIZT	1982 Apr  1
145193799Swollman			5:00 RussiaAsia	KIZ%sT	1991
145293799Swollman			5:00	-	KIZT	1991 Dec 16 # independence
145393799Swollman			5:00	-	QYZT	1992 Jan 19 2:00
1454149514Swollman			6:00 RussiaAsia	QYZ%sT	2005 Mar 15
1455149514Swollman			6:00	-	QYZT
145693799Swollman# Aqtobe (aka Aktobe, formerly Akt'ubinsk)
145720094SwollmanZone	Asia/Aqtobe	3:48:40	-	LMT	1924 May  2
145893799Swollman			4:00	-	AKTT	1930 Jun 21 # Aktyubinsk Time
145993799Swollman			5:00	-	AKTT	1981 Apr  1
146093799Swollman			5:00	1:00	AKTST	1981 Oct  1
146193799Swollman			6:00	-	AKTT	1982 Apr  1
146293799Swollman			5:00 RussiaAsia	AKT%sT	1991
146393799Swollman			5:00	-	AKTT	1991 Dec 16 # independence
1464149514Swollman			5:00 RussiaAsia	AQT%sT	2005 Mar 15 # Aqtobe Time
1465149514Swollman			5:00	-	AQTT
146693799Swollman# Mangghystau
146793799Swollman# Aqtau was not founded until 1963, but it represents an inhabited region,
146893799Swollman# so include time stamps before 1963.
146993799SwollmanZone	Asia/Aqtau	3:21:04	-	LMT	1924 May  2
147093799Swollman			4:00	-	FORT	1930 Jun 21 # Fort Shevchenko T
147193799Swollman			5:00	-	FORT	1963
147293799Swollman			5:00	-	SHET	1981 Oct  1 # Shevchenko Time
147393799Swollman			6:00	-	SHET	1982 Apr  1
147493799Swollman			5:00 RussiaAsia	SHE%sT	1991
147593799Swollman			5:00	-	SHET	1991 Dec 16 # independence
1476121098Swollman			5:00 RussiaAsia	AQT%sT	1995 Mar lastSun 2:00 # Aqtau Time
1477149514Swollman			4:00 RussiaAsia	AQT%sT	2005 Mar 15
1478149514Swollman			5:00	-	AQTT
147993799Swollman# West Kazakhstan
148093799SwollmanZone	Asia/Oral	3:25:24	-	LMT	1924 May  2 # or Ural'sk
148193799Swollman			4:00	-	URAT	1930 Jun 21 # Ural'sk time
148293799Swollman			5:00	-	URAT	1981 Apr  1
148393799Swollman			5:00	1:00	URAST	1981 Oct  1
148493799Swollman			6:00	-	URAT	1982 Apr  1
148593799Swollman			5:00 RussiaAsia	URA%sT	1989 Mar 26 2:00
148693799Swollman			4:00 RussiaAsia	URA%sT	1991
148793799Swollman			4:00	-	URAT	1991 Dec 16 # independence
1488149514Swollman			4:00 RussiaAsia	ORA%sT	2005 Mar 15 # Oral Time
1489149514Swollman			5:00	-	ORAT
14902742Swollman
149167578Swollman# Kyrgyzstan (Kirgizstan)
1492158421Swollman# Transitions through 1991 are from Shanks & Pottenger.
1493149514Swollman
1494149514Swollman# From Paul Eggert (2005-08-15):
1495149514Swollman# According to an article dated today in the Kyrgyzstan Development Gateway
1496149514Swollman# <http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml>
1497149514Swollman# Kyrgyzstan is canceling the daylight saving time system.  I take the article
1498149514Swollman# to mean that they will leave their clocks at 6 hours ahead of UTC.
1499153670Swollman# From Malik Abdugaliev (2005-09-21):
1500153670Swollman# Our government cancels daylight saving time 6th of August 2005.
1501153670Swollman# From 2005-08-12 our GMT-offset is +6, w/o any daylight saving.
1502149514Swollman
150320094Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1504153670SwollmanRule	Kyrgyz	1992	1996	-	Apr	Sun>=7	0:00s	1:00	S
1505153670SwollmanRule	Kyrgyz	1992	1996	-	Sep	lastSun	0:00	0	-
1506153670SwollmanRule	Kyrgyz	1997	2005	-	Mar	lastSun	2:30	1:00	S
1507153670SwollmanRule	Kyrgyz	1997	2004	-	Oct	lastSun	2:30	0	-
15089908Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
15099908SwollmanZone	Asia/Bishkek	4:58:24 -	LMT	1924 May  2
151043014Swollman			5:00	-	FRUT	1930 Jun 21 # Frunze Time
151119878Swollman			6:00 RussiaAsia FRU%sT	1991 Mar 31 2:00s
151258787Sru			5:00	1:00	FRUST	1991 Aug 31 2:00 # independence
1513153670Swollman			5:00	Kyrgyz	KG%sT	2005 Aug 12    # Kyrgyzstan Time
1514153670Swollman			6:00	-	KGT
15159908Swollman
15162742Swollman###############################################################################
15172742Swollman
151843014Swollman# Korea (North and South)
15192742Swollman
1520163302Sru# From Annie I. Bang (2006-07-10) in
1521163302Sru# <http://www.koreaherald.co.kr/SITE/data/html_dir/2006/07/10/200607100012.asp>:
1522163302Sru# The Ministry of Commerce, Industry and Energy has already
1523163302Sru# commissioned a research project [to reintroduce DST] and has said
1524163302Sru# the system may begin as early as 2008....  Korea ran a daylight
1525163302Sru# saving program from 1949-61 but stopped it during the 1950-53 Korean War.
15262742Swollman
1527158421Swollman# From Shanks & Pottenger:
15282742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
15292742SwollmanRule	ROK	1960	only	-	May	15	0:00	1:00	D
15302742SwollmanRule	ROK	1960	only	-	Sep	13	0:00	0	S
1531158421SwollmanRule	ROK	1987	1988	-	May	Sun>=8	0:00	1:00	D
1532158421SwollmanRule	ROK	1987	1988	-	Oct	Sun>=8	0:00	0	S
15332742Swollman
15342742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
15352742SwollmanZone	Asia/Seoul	8:27:52	-	LMT	1890
15362742Swollman			8:30	-	KST	1904 Dec
15372742Swollman			9:00	-	KST	1928
15382742Swollman			8:30	-	KST	1932
15392742Swollman			9:00	-	KST	1954 Mar 21
15402742Swollman			8:00	ROK	K%sT	1961 Aug 10
15412742Swollman			8:30	-	KST	1968 Oct
15422742Swollman			9:00	ROK	K%sT
15432742SwollmanZone	Asia/Pyongyang	8:23:00 -	LMT	1890
15442742Swollman			8:30	-	KST	1904 Dec
15452742Swollman			9:00	-	KST	1928
15462742Swollman			8:30	-	KST	1932
15472742Swollman			9:00	-	KST	1954 Mar 21
15482742Swollman			8:00	-	KST	1961 Aug 10
15492742Swollman			9:00	-	KST
15502742Swollman
15512742Swollman###############################################################################
15522742Swollman
15532742Swollman# Kuwait
15542742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1555169811Swollman# From the Arab Times (2007-03-14):
1556169811Swollman# The Civil Service Commission (CSC) has approved a proposal forwarded
1557169811Swollman# by MP Ahmad Baqer on implementing the daylight saving time (DST) in
1558169811Swollman# Kuwait starting from April until the end of Sept this year, reports Al-Anba.
1559169811Swollman# <http://www.arabtimesonline.com/arabtimes/kuwait/Viewdet.asp?ID=9950>.
1560169811Swollman# From Paul Eggert (2007-03-29):
1561169811Swollman# We don't know the details, or whether the approval means it'll happen,
1562169811Swollman# so for now we assume no DST.
15632742SwollmanZone	Asia/Kuwait	3:11:56 -	LMT	1950
15642742Swollman			3:00	-	AST
15652742Swollman
15662742Swollman# Laos
15672742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
156867578SwollmanZone	Asia/Vientiane	6:50:24 -	LMT	1906 Jun  9 # or Viangchan
156919878Swollman			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
15702742Swollman			7:00	-	ICT	1912 May
15712742Swollman			8:00	-	ICT	1931 May
15722742Swollman			7:00	-	ICT
15732742Swollman
15742742Swollman# Lebanon
15752742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
157619878SwollmanRule	Lebanon	1920	only	-	Mar	28	0:00	1:00	S
15772742SwollmanRule	Lebanon	1920	only	-	Oct	25	0:00	0	-
157819878SwollmanRule	Lebanon	1921	only	-	Apr	3	0:00	1:00	S
15792742SwollmanRule	Lebanon	1921	only	-	Oct	3	0:00	0	-
158019878SwollmanRule	Lebanon	1922	only	-	Mar	26	0:00	1:00	S
15812742SwollmanRule	Lebanon	1922	only	-	Oct	8	0:00	0	-
158219878SwollmanRule	Lebanon	1923	only	-	Apr	22	0:00	1:00	S
15832742SwollmanRule	Lebanon	1923	only	-	Sep	16	0:00	0	-
158419878SwollmanRule	Lebanon	1957	1961	-	May	1	0:00	1:00	S
15852742SwollmanRule	Lebanon	1957	1961	-	Oct	1	0:00	0	-
158619878SwollmanRule	Lebanon	1972	only	-	Jun	22	0:00	1:00	S
15872742SwollmanRule	Lebanon	1972	1977	-	Oct	1	0:00	0	-
158819878SwollmanRule	Lebanon	1973	1977	-	May	1	0:00	1:00	S
158919878SwollmanRule	Lebanon	1978	only	-	Apr	30	0:00	1:00	S
15902742SwollmanRule	Lebanon	1978	only	-	Sep	30	0:00	0	-
159119878SwollmanRule	Lebanon	1984	1987	-	May	1	0:00	1:00	S
159220094SwollmanRule	Lebanon	1984	1991	-	Oct	16	0:00	0	-
159319878SwollmanRule	Lebanon	1988	only	-	Jun	1	0:00	1:00	S
159419878SwollmanRule	Lebanon	1989	only	-	May	10	0:00	1:00	S
159520094SwollmanRule	Lebanon	1990	1992	-	May	1	0:00	1:00	S
159620094SwollmanRule	Lebanon	1992	only	-	Oct	4	0:00	0	-
159720094SwollmanRule	Lebanon	1993	max	-	Mar	lastSun	0:00	1:00	S
159858787SruRule	Lebanon	1993	1998	-	Sep	lastSun	0:00	0	-
159958787SruRule	Lebanon	1999	max	-	Oct	lastSun	0:00	0	-
16002742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
16012742SwollmanZone	Asia/Beirut	2:22:00 -	LMT	1880
160219878Swollman			2:00	Lebanon	EE%sT
16032742Swollman
16042742Swollman# Malaysia
160519878Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
160686222SwollmanRule	NBorneo	1935	1941	-	Sep	14	0:00	0:20	TS # one-Third Summer
160719878SwollmanRule	NBorneo	1935	1941	-	Dec	14	0:00	0	-
160886222Swollman#
1609136638Swollman# peninsular Malaysia
1610136638Swollman# The data here are taken from Mok Ly Yng (2003-10-30)
1611136638Swollman# <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
16122742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1613136638SwollmanZone Asia/Kuala_Lumpur	6:46:46 -	LMT	1901 Jan  1
1614136638Swollman			6:55:25	-	SMT	1905 Jun  1 # Singapore M.T.
1615136638Swollman			7:00	-	MALT	1933 Jan  1 # Malaya Time
1616136638Swollman			7:00	0:20	MALST	1936 Jan  1
1617136638Swollman			7:20	-	MALT	1941 Sep  1
1618136638Swollman			7:30	-	MALT	1942 Feb 16
1619136638Swollman			9:00	-	JST	1945 Sep 12
1620136638Swollman			7:30	-	MALT	1982 Jan  1
162119878Swollman			8:00	-	MYT	# Malaysia Time
162286222Swollman# Sabah & Sarawak
1623158421Swollman# From Paul Eggert (2006-03-22):
1624158421Swollman# The data here are mostly from Shanks & Pottenger, but the 1942, 1945 and 1982
1625136638Swollman# transition dates are from Mok Ly Yng.
1626136638Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
162719878SwollmanZone Asia/Kuching	7:21:20	-	LMT	1926 Mar
162819878Swollman			7:30	-	BORT	1933	# Borneo Time
1629136638Swollman			8:00	NBorneo	BOR%sT	1942 Feb 16
1630136638Swollman			9:00	-	JST	1945 Sep 12
1631136638Swollman			8:00	-	BORT	1982 Jan  1
163219878Swollman			8:00	-	MYT
16332742Swollman
16342742Swollman# Maldives
16352742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
163619878SwollmanZone	Indian/Maldives	4:54:00 -	LMT	1880	# Male
163719878Swollman			4:54:00	-	MMT	1960	# Male Mean Time
163819878Swollman			5:00	-	MVT		# Maldives Time
16392742Swollman
16402742Swollman# Mongolia
164158787Sru
1642158421Swollman# Shanks & Pottenger say that Mongolia has three time zones, but
1643158421Swollman# usno1995 and the CIA map Standard Time Zones of the World (2005-03)
164417200Swollman# both say that it has just one.
164558787Sru
164658787Sru# From Oscar van Vlijmen (1999-12-11):
164758787Sru# <a href="http://www.mongoliatourism.gov.mn/general.htm">
164858787Sru# General Information Mongolia
164958787Sru# </a> (1999-09)
165058787Sru# "Time: Mongolia has two time zones. Three westernmost provinces of
165158787Sru# Bayan-Ulgii, Uvs, and Hovd are one hour earlier than the capital city, and
165258787Sru# the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus
165358787Sru# eight hours."
165458787Sru
165558787Sru# From Rives McDow (1999-12-13):
165658787Sru# Mongolia discontinued the use of daylight savings time in 1999; 1998
165758787Sru# being the last year it was implemented.  The dates of implementation I am
165858787Sru# unsure of, but most probably it was similar to Russia, except for the time
165958787Sru# of implementation may have been different....
166058787Sru# Some maps in the past have indicated that there was an additional time
166158787Sru# zone in the eastern part of Mongolia, including the provinces of Dornod,
166258787Sru# Suhbaatar, and possibly Khentij.
166358787Sru
166458787Sru# From Paul Eggert (1999-12-15):
166558787Sru# Naming and spelling is tricky in Mongolia.
166658787Sru# We'll use Hovd (also spelled Chovd and Khovd) to represent the west zone;
166758787Sru# the capital of the Hovd province is sometimes called Hovd, sometimes Dund-Us,
166858787Sru# and sometimes Jirgalanta (with variant spellings), but the name Hovd
166958787Sru# is good enough for our purposes.
167058787Sru
167186222Swollman# From Rives McDow (2001-05-13):
167286222Swollman# In addition to Mongolia starting daylight savings as reported earlier
167386222Swollman# (adopted DST on 2001-04-27 02:00 local time, ending 2001-09-28),
167486222Swollman# there are three time zones.
167586222Swollman#
167686222Swollman# Provinces [at 7:00]: Bayan-ulgii, Uvs, Khovd, Zavkhan, Govi-Altai
167786222Swollman# Provinces [at 8:00]: Khovsgol, Bulgan, Arkhangai, Khentii, Tov,
167886222Swollman#	Bayankhongor, Ovorkhangai, Dundgovi, Dornogovi, Omnogovi
167986222Swollman# Provinces [at 9:00]: Dornod, Sukhbaatar
168086222Swollman#
168186222Swollman# [The province of Selenge is omitted from the above lists.]
168286222Swollman
1683149514Swollman# From Ganbold Ts., Ulaanbaatar (2004-04-17):
1684136638Swollman# Daylight saving occurs at 02:00 local time last Saturday of March.
1685136638Swollman# It will change back to normal at 02:00 local time last Saturday of
1686136638Swollman# September.... As I remember this rule was changed in 2001.
1687136638Swollman#
1688136638Swollman# From Paul Eggert (2004-04-17):
1689136638Swollman# For now, assume Rives McDow's informant got confused about Friday vs
1690136638Swollman# Saturday, and that his 2001 dates should have 1 added to them.
1691136638Swollman
1692149514Swollman# From Paul Eggert (2005-07-26):
1693149514Swollman# We have wildly conflicting information about Mongolia's time zones.
1694149514Swollman# Bill Bonnet (2005-05-19) reports that the US Embassy in Ulaanbaatar says
1695149514Swollman# there is only one time zone and that DST is observed, citing Microsoft
1696149514Swollman# Windows XP as the source.  Risto Nykanen (2005-05-16) reports that
1697149514Swollman# travelmongolia.org says there are two time zones (UTC+7, UTC+8) with no DST.
1698149514Swollman# Oscar van Vlijmen (2005-05-20) reports that the Mongolian Embassy in
1699149514Swollman# Washington, DC says there are two time zones, with DST observed.
1700149514Swollman# He also found
1701149514Swollman# <http://ubpost.mongolnews.mn/index.php?subaction=showcomments&id=1111634894&archive=&start_from=&ucat=1&>
1702149514Swollman# which also says that there is DST, and which has a comment by "Toddius"
1703149514Swollman# (2005-03-31 06:05 +0700) saying "Mongolia actually has 3.5 time zones.
1704149514Swollman# The West (OLGII) is +7 GMT, most of the country is ULAT is +8 GMT
1705149514Swollman# and some Eastern provinces are +9 GMT but Sukhbaatar Aimag is SUHK +8.5 GMT.
1706149514Swollman# The SUKH timezone is new this year, it is one of the few things the
1707149514Swollman# parliament passed during the tumultuous winter session."
1708149514Swollman# For now, let's ignore this information, until we have more confirmation.
1709149514Swollman
1710169811Swollman# From Ganbold Ts. (2007-02-26):
1711169811Swollman# Parliament of Mongolia has just changed the daylight-saving rule in February.
1712169811Swollman# They decided not to adopt daylight-saving time....
1713169811Swollman# http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
1714169811Swollman
1715181418Sedwin# From Deborah Goldsmith (2008-03-30):
1716181418Sedwin# We received a bug report claiming that the tz database UTC offset for
1717181418Sedwin# Asia/Choibalsan (GMT+09:00) is incorrect, and that it should be GMT
1718181418Sedwin# +08:00 instead. Different sources appear to disagree with the tz
1719181418Sedwin# database on this, e.g.:
1720181418Sedwin#
1721181418Sedwin# <a href="http://www.timeanddate.com/worldclock/city.html?n=1026">
1722181418Sedwin# http://www.timeanddate.com/worldclock/city.html?n=1026
1723181418Sedwin# </a>
1724181418Sedwin# <a href="http://www.worldtimeserver.com/current_time_in_MN.aspx">
1725181418Sedwin# http://www.worldtimeserver.com/current_time_in_MN.aspx
1726181418Sedwin# </a>
1727181418Sedwin#
1728181418Sedwin# both say GMT+08:00.
1729181418Sedwin
1730181418Sedwin# From Steffen Thorsen (2008-03-31):
1731181418Sedwin# eznis airways, which operates several domestic flights, has a flight
1732181418Sedwin# schedule here:
1733181424Sedwin# <a href="http://www.eznis.com/Container.jsp?id=112">
1734181418Sedwin# http://www.eznis.com/Container.jsp?id=112
1735181418Sedwin# </a>
1736181418Sedwin# (click the English flag for English)
1737181418Sedwin#
1738181418Sedwin# There it appears that flights between Choibalsan and Ulaanbatar arrive
1739181418Sedwin# about 1:35 - 1:50 hours later in local clock time, no matter the
1740181418Sedwin# direction, while Ulaanbaatar-Khvod takes 2 hours in the Eastern
1741181418Sedwin# direction and 3:35 back, which indicates that Ulaanbatar and Khvod are
1742181418Sedwin# in different time zones (like we know about), while Choibalsan and
1743181418Sedwin# Ulaanbatar are in the same time zone (correction needed).
1744181418Sedwin
1745181418Sedwin# From Arthur David Olson (2008-05-19):
1746181418Sedwin# Assume that Choibalsan is indeed offset by 8:00.
1747181418Sedwin# XXX--in the absence of better information, assume that transition
1748181418Sedwin# was at the start of 2008-03-31 (the day of Steffen Thorsen's report);
1749181418Sedwin# this is almost surely wrong.
1750181418Sedwin
17512742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
175286222SwollmanRule	Mongol	1983	1984	-	Apr	1	0:00	1:00	S
175386222SwollmanRule	Mongol	1983	only	-	Oct	1	0:00	0	-
1754158421Swollman# Shanks & Pottenger and IATA SSIM say 1990s switches occurred at 00:00,
1755158421Swollman# but McDow says the 2001 switches occurred at 02:00.  Also, IATA SSIM
1756158421Swollman# (1996-09) says 1996-10-25.  Go with Shanks & Pottenger through 1998.
1757158421Swollman#
1758158421Swollman# Shanks & Pottenger say that the Sept. 1984 through Sept. 1990 switches
1759158421Swollman# in Choibalsan (more precisely, in Dornod and Sukhbaatar) took place
1760158421Swollman# at 02:00 standard time, not at 00:00 local time as in the rest of
1761158421Swollman# the country.  That would be odd, and possibly is a result of their
1762158421Swollman# correction of 02:00 (in the previous edition) not being done correctly
1763158421Swollman# in the latest edition; so ignore it for now.
1764158421Swollman
1765158421SwollmanRule	Mongol	1985	1998	-	Mar	lastSun	0:00	1:00	S
1766158421SwollmanRule	Mongol	1984	1998	-	Sep	lastSun	0:00	0	-
176758787Sru# IATA SSIM (1999-09) says Mongolia no longer observes DST.
1768136638SwollmanRule	Mongol	2001	only	-	Apr	lastSat	2:00	1:00	S
1769169811SwollmanRule	Mongol	2001	2006	-	Sep	lastSat	2:00	0	-
1770169811SwollmanRule	Mongol	2002	2006	-	Mar	lastSat	2:00	1:00	S
177158787Sru
17722742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
177386222Swollman# Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta
177458787SruZone	Asia/Hovd	6:06:36 -	LMT	1905 Aug
177558787Sru			6:00	-	HOVT	1978	# Hovd Time
177658787Sru			7:00	Mongol	HOV%sT
177786222Swollman# Ulaanbaatar, a.k.a. Ulan Bataar, Ulan Bator, Urga
177858787SruZone	Asia/Ulaanbaatar 7:07:32 -	LMT	1905 Aug
177958787Sru			7:00	-	ULAT	1978	# Ulaanbaatar Time
178019878Swollman			8:00	Mongol	ULA%sT
178186222Swollman# Choibalsan, a.k.a. Bajan Tuemen, Bajan Tumen, Chojbalsan,
178286222Swollman# Choybalsan, Sanbejse, Tchoibalsan
178386222SwollmanZone	Asia/Choibalsan	7:38:00 -	LMT	1905 Aug
178486222Swollman			7:00	-	ULAT	1978
178586222Swollman			8:00	-	ULAT	1983 Apr
1786181418Sedwin			9:00	Mongol	CHO%sT	2008 Mar 31 # Choibalsan Time
1787181418Sedwin			8:00	Mongol	CHO%sT
17882742Swollman
17892742Swollman# Nepal
17902742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
1791187588SedwinZone	Asia/Kathmandu	5:41:16 -	LMT	1920
17922742Swollman			5:30	-	IST	1986
179319878Swollman			5:45	-	NPT	# Nepal Time
17942742Swollman
17952742Swollman# Oman
17962742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17972742SwollmanZone	Asia/Muscat	3:54:20 -	LMT	1920
17982742Swollman			4:00	-	GST
17992742Swollman
18002742Swollman# Pakistan
180193799Swollman
180293799Swollman# From Rives McDow (2002-03-13):
180393799Swollman# I have been advised that Pakistan has decided to adopt dst on a
180493799Swollman# TRIAL basis for one year, starting 00:01 local time on April 7, 2002
180593799Swollman# and ending at 00:01 local time October 6, 2002.  This is what I was
180693799Swollman# told, but I believe that the actual time of change may be 00:00; the
180793799Swollman# 00:01 was to make it clear which day it was on.
180893799Swollman
180993799Swollman# From Paul Eggert (2002-03-15):
181093799Swollman# Jesper Norgaard found this URL:
181193799Swollman# http://www.pak.gov.pk/public/news/app/app06_dec.htm
181293799Swollman# (dated 2001-12-06) which says that the Cabinet adopted a scheme "to
181393799Swollman# advance the clocks by one hour on the night between the first
181493799Swollman# Saturday and Sunday of April and revert to the original position on
181593799Swollman# 15th October each year".  This agrees with McDow's 04-07 at 00:00,
181693799Swollman# but disagrees about the October transition, and makes it sound like
181793799Swollman# it's not on a trial basis.  Also, the "between the first Saturday
181893799Swollman# and Sunday of April" phrase, if taken literally, means that the
181993799Swollman# transition takes place at 00:00 on the first Sunday on or after 04-02.
182093799Swollman
1821114173Swollman# From Paul Eggert (2003-02-09):
1822114173Swollman# DAWN <http://www.dawn.com/2002/10/06/top13.htm> reported on 2002-10-05
1823114173Swollman# that 2002 DST ended that day at midnight.  Go with McDow for now.
1824114173Swollman
1825114173Swollman# From Steffen Thorsen (2003-03-14):
1826114173Swollman# According to http://www.dawn.com/2003/03/07/top15.htm
1827114173Swollman# there will be no DST in Pakistan this year:
1828114173Swollman#
1829114173Swollman# ISLAMABAD, March 6: Information and Media Development Minister Sheikh
1830114173Swollman# Rashid Ahmed on Thursday said the cabinet had reversed a previous
1831114173Swollman# decision to advance clocks by one hour in summer and put them back by
1832114173Swollman# one hour in winter with the aim of saving light hours and energy.
1833114173Swollman#
1834114173Swollman# The minister told a news conference that the experiment had rather
1835114173Swollman# shown 8 per cent higher consumption of electricity.
1836114173Swollman
1837181418Sedwin# From Alex Krivenyshev (2008-05-15):
1838240461Sedwin#
1839240461Sedwin# Here is an article that Pakistan plan to introduce Daylight Saving Time
1840181418Sedwin# on June 1, 2008 for 3 months.
1841240461Sedwin#
1842240461Sedwin# "... The federal cabinet on Wednesday announced a new conservation plan to help
1843240461Sedwin# reduce load shedding by approving the closure of commercial centres at 9pm and
1844240461Sedwin# moving clocks forward by one hour for the next three months.
1845181418Sedwin# ...."
1846240461Sedwin#
1847181418Sedwin# <a href="http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html">
1848181418Sedwin# http://www.worldtimezone.net/dst_news/dst_news_pakistan01.html
1849181418Sedwin# </a>
1850181418Sedwin# OR
1851181418Sedwin# <a href="http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4">
1852181418Sedwin# http://www.dailytimes.com.pk/default.asp?page=2008%5C05%5C15%5Cstory_15-5-2008_pg1_4
1853181418Sedwin# </a>
1854114173Swollman
1855181418Sedwin# From Arthur David Olson (2008-05-19):
1856181418Sedwin# XXX--midnight transitions is a guess; 2008 only is a guess.
1857181418Sedwin
1858183066Sedwin# From Alexander Krivenyshev (2008-08-28):
1859183066Sedwin# Pakistan government has decided to keep the watches one-hour advanced
1860183066Sedwin# for another 2 months--plan to return to Standard Time on October 31
1861183066Sedwin# instead of August 31.
1862183066Sedwin#
1863183066Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html">
1864183066Sedwin# http://www.worldtimezone.com/dst_news/dst_news_pakistan02.html
1865183066Sedwin# </a>
1866183066Sedwin# OR
1867183066Sedwin# <a href="http://dailymailnews.com/200808/28/news/dmbrn03.html">
1868183066Sedwin# http://dailymailnews.com/200808/28/news/dmbrn03.html
1869183066Sedwin# </a>
1870183066Sedwin
1871191052Sedwin# From Alexander Krivenyshev (2009-04-08):
1872191052Sedwin# Based on previous media reports that "... proposed plan to
1873191052Sedwin# advance clocks by one hour from May 1 will cause disturbance
1874191052Sedwin# to the working schedules rather than bringing discipline in
1875191052Sedwin# official working."
1876191052Sedwin# <a href="http://www.thenews.com.pk/daily_detail.asp?id=171280">
1877191052Sedwin# http://www.thenews.com.pk/daily_detail.asp?id=171280
1878191052Sedwin# </a>
1879191052Sedwin#
1880191052Sedwin# recent news that instead of May 2009 - Pakistan plan to
1881191052Sedwin# introduce DST from April 15, 2009
1882191052Sedwin#
1883191052Sedwin# FYI: Associated Press Of Pakistan
1884191052Sedwin# April 08, 2009
1885191052Sedwin# Cabinet okays proposal to advance clocks by one hour from April 15
1886191052Sedwin# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1">
1887191052Sedwin# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1
1888191052Sedwin# </a>
1889191052Sedwin#
1890191052Sedwin# or
1891191052Sedwin#
1892191052Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html">
1893191052Sedwin# http://www.worldtimezone.com/dst_news/dst_news_pakistan05.html
1894191052Sedwin# </a>
1895191052Sedwin#
1896191052Sedwin# ....
1897191052Sedwin# The Federal Cabinet on Wednesday approved the proposal to
1898191052Sedwin# advance clocks in the country by one hour from April 15 to
1899191052Sedwin# conserve energy"
1900191052Sedwin
1901197597Sedwin# From Steffen Thorsen (2009-09-17):
1902197597Sedwin# "The News International," Pakistan reports that: "The Federal
1903197597Sedwin# Government has decided to restore the previous time by moving the
1904197597Sedwin# clocks backward by one hour from October 1. A formal announcement to
1905197597Sedwin# this effect will be made after the Prime Minister grants approval in
1906240461Sedwin# this regard."
1907197597Sedwin# <a href="http://www.thenews.com.pk/updates.asp?id=87168">
1908197597Sedwin# http://www.thenews.com.pk/updates.asp?id=87168
1909197597Sedwin# </a>
1910191052Sedwin
1911198270Sedwin# From Alexander Krivenyshev (2009-09-28):
1912198270Sedwin# According to Associated Press Of Pakistan, it is confirmed that
1913198270Sedwin# Pakistan clocks across the country would be turned back by an hour from October
1914198270Sedwin# 1, 2009.
1915198270Sedwin#
1916198270Sedwin# "Clocks to go back one hour from 1 Oct"
1917198270Sedwin# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2">
1918198270Sedwin# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2
1919198270Sedwin# </a>
1920198270Sedwin# or
1921198270Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm">
1922198270Sedwin# http://www.worldtimezone.com/dst_news/dst_news_pakistan07.htm
1923198270Sedwin# </a>
1924198270Sedwin
1925198270Sedwin# From Steffen Thorsen (2009-09-29):
1926198270Sedwin# Alexander Krivenyshev wrote:
1927198270Sedwin# > According to Associated Press Of Pakistan, it is confirmed that
1928198270Sedwin# > Pakistan clocks across the country would be turned back by an hour from October
1929198270Sedwin# > 1, 2009.
1930198270Sedwin#
1931198270Sedwin# Now they seem to have changed their mind, November 1 is the new date:
1932198270Sedwin# <a href="http://www.thenews.com.pk/top_story_detail.asp?Id=24742">
1933198270Sedwin# http://www.thenews.com.pk/top_story_detail.asp?Id=24742
1934198270Sedwin# </a>
1935198270Sedwin# "The country's clocks will be reversed by one hour on November 1.
1936198270Sedwin# Officials of Federal Ministry for Interior told this to Geo News on
1937198270Sedwin# Monday."
1938198270Sedwin#
1939198270Sedwin# And more importantly, it seems that these dates will be kept every year:
1940198270Sedwin# "It has now been decided that clocks will be wound forward by one hour
1941198270Sedwin# on April 15 and reversed by an hour on November 1 every year without
1942198270Sedwin# obtaining prior approval, the officials added."
1943198270Sedwin#
1944198270Sedwin# We have confirmed this year's end date with both with the Ministry of
1945198270Sedwin# Water and Power and the Pakistan Electric Power Company:
1946198270Sedwin# <a href="http://www.timeanddate.com/news/time/pakistan-ends-dst09.html">
1947198270Sedwin# http://www.timeanddate.com/news/time/pakistan-ends-dst09.html
1948198270Sedwin# </a>
1949198270Sedwin
1950198270Sedwin# From Christoph Goehre (2009-10-01):
1951198270Sedwin# [T]he German Consulate General in Karachi reported me today that Pakistan
1952198270Sedwin# will go back to standard time on 1st of November.
1953198270Sedwin
1954206868Sedwin# From Steffen Thorsen (2010-03-26):
1955206868Sedwin# Steffen Thorsen wrote:
1956206868Sedwin# > On Thursday (2010-03-25) it was announced that DST would start in
1957206868Sedwin# > Pakistan on 2010-04-01.
1958206868Sedwin# >
1959206868Sedwin# > Then today, the president said that they might have to revert the
1960206868Sedwin# > decision if it is not supported by the parliament. So at the time
1961206868Sedwin# > being, it seems unclear if DST will be actually observed or not - but
1962206868Sedwin# > April 1 could be a more likely date than April 15.
1963206868Sedwin# Now, it seems that the decision to not observe DST in final:
1964206868Sedwin#
1965206868Sedwin# "Govt Withdraws Plan To Advance Clocks"
1966206868Sedwin# <a href="http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041">
1967206868Sedwin# http://www.apakistannews.com/govt-withdraws-plan-to-advance-clocks-172041
1968206868Sedwin# </a>
1969206868Sedwin#
1970206868Sedwin# "People laud PM's announcement to end DST"
1971206868Sedwin# <a href="http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2">
1972206868Sedwin# http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2
1973206868Sedwin# </a>
1974206868Sedwin
197593799Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1976114173SwollmanRule Pakistan	2002	only	-	Apr	Sun>=2	0:01	1:00	S
1977114173SwollmanRule Pakistan	2002	only	-	Oct	Sun>=2	0:01	0	-
1978181418SedwinRule Pakistan	2008	only	-	Jun	1	0:00	1:00	S
1979183066SedwinRule Pakistan	2008	only	-	Nov	1	0:00	0	-
1980206868SedwinRule Pakistan	2009	only	-	Apr	15	0:00	1:00	S
1981206868SedwinRule Pakistan	2009	only	-	Nov	1	0:00	0	-
1982206868Sedwin
19832742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
19842742SwollmanZone	Asia/Karachi	4:28:12 -	LMT	1907
19852742Swollman			5:30	-	IST	1942 Sep
19862742Swollman			5:30	1:00	IST	1945 Oct 15
19872742Swollman			5:30	-	IST	1951 Sep 30
198819878Swollman			5:00	-	KART	1971 Mar 26 # Karachi Time
198993799Swollman			5:00 Pakistan	PK%sT	# Pakistan Time
19902742Swollman
19912742Swollman# Palestine
199243014Swollman
1993149514Swollman# From Amos Shapir (1998-02-15):
199443014Swollman#
199543014Swollman# From 1917 until 1948-05-15, all of Palestine, including the parts now
199643014Swollman# known as the Gaza Strip and the West Bank, was under British rule.
199743014Swollman# Therefore the rules given for Israel for that period, apply there too...
199843014Swollman#
199943014Swollman# The Gaza Strip was under Egyptian rule between 1948-05-15 until 1967-06-05
200043014Swollman# (except a short occupation by Israel from 1956-11 till 1957-03, but no
200143014Swollman# time zone was affected then).  It was never formally annexed to Egypt,
200243014Swollman# though.
200343014Swollman#
200443014Swollman# The rest of Palestine was under Jordanian rule at that time, formally
200543014Swollman# annexed in 1950 as the West Bank (and the word "Trans" was dropped from
200643014Swollman# the country's previous name of "the Hashemite Kingdom of the
200743014Swollman# Trans-Jordan").  So the rules for Jordan for that time apply.  Major
200843014Swollman# towns in that area are Nablus (Shchem), El-Halil (Hebron), Ramallah, and
200943014Swollman# East Jerusalem.
201043014Swollman#
201143014Swollman# Both areas were occupied by Israel in June 1967, but not annexed (except
201243014Swollman# for East Jerusalem).  They were on Israel time since then; there might
201343014Swollman# have been a Military Governor's order about time zones, but I'm not aware
201443014Swollman# of any (such orders may have been issued semi-annually whenever summer
201543014Swollman# time was in effect, but maybe the legal aspect of time was just neglected).
201643014Swollman#
201743014Swollman# The Palestinian Authority was established in 1993, and got hold of most
201843014Swollman# towns in the West Bank and Gaza by 1995.  I know that in order to
201943014Swollman# demonstrate...independence, they have been switching to
202043014Swollman# summer time and back on a different schedule than Israel's, but I don't
202143014Swollman# know when this was started, or what algorithm is used (most likely the
202243014Swollman# Jordanian one).
202343014Swollman#
202443014Swollman# To summarize, the table should probably look something like that:
202543014Swollman#
202643014Swollman# Area \ when | 1918-1947 | 1948-1967 | 1967-1995 | 1996-
202743014Swollman# ------------+-----------+-----------+-----------+-----------
202843014Swollman# Israel      | Zion      | Zion      | Zion      | Zion
202943014Swollman# West bank   | Zion      | Jordan    | Zion      | Jordan
203043014Swollman# Gaza        | Zion      | Egypt     | Zion      | Jordan
203143014Swollman#
203243014Swollman# I guess more info may be available from the PA's web page (if/when they
203343014Swollman# have one).
203443014Swollman
2035158421Swollman# From Paul Eggert (2006-03-22):
2036158421Swollman# Shanks & Pottenger write that Gaza did not observe DST until 1957, but go
203743014Swollman# with Shapir and assume that it observed DST from 1940 through 1947,
203843014Swollman# and that it used Jordanian rules starting in 1996.
203943014Swollman# We don't yet need a separate entry for the West Bank, since
204043014Swollman# the only differences between it and Gaza that we know about
204143014Swollman# occurred before our cutoff date of 1970.
204243014Swollman# However, as we get more information, we may need to add entries
204343014Swollman# for parts of the West Bank as they transitioned from Israel's rules
204443014Swollman# to Palestine's rules.  If you have more info about this, please
204543014Swollman# send it to tz@elsie.nci.nih.gov for incorporation into future editions.
204643014Swollman
204743014Swollman# From IINS News Service - Israel - 1998-03-23 10:38:07 Israel time,
204843014Swollman# forwarded by Ephraim Silverberg:
204943014Swollman#
205043014Swollman# Despite the fact that Israel changed over to daylight savings time
205143014Swollman# last week, the PLO Authority (PA) has decided not to turn its clocks
205243014Swollman# one-hour forward at this time.  As a sign of independence from Israeli rule,
205343014Swollman# the PA has decided to implement DST in April.
205443014Swollman
205558787Sru# From Paul Eggert (1999-09-20):
205658787Sru# Daoud Kuttab writes in
205758787Sru# <a href="http://www.jpost.com/com/Archive/22.Apr.1999/Opinion/Article-2.html">
205858787Sru# Holiday havoc
205958787Sru# </a> (Jerusalem Post, 1999-04-22) that
206058787Sru# the Palestinian National Authority changed to DST on 1999-04-15.
206158787Sru# I vaguely recall that they switch back in October (sorry, forgot the source).
206258787Sru# For now, let's assume that the spring switch was at 24:00,
206358787Sru# and that they switch at 0:00 on the 3rd Fridays of April and October.
206458787Sru
2065153670Swollman# From Paul Eggert (2005-11-22):
2066153670Swollman# Starting 2004 transitions are from Steffen Thorsen's web site timeanddate.com.
2067153670Swollman
2068158421Swollman# From Steffen Thorsen (2005-11-23):
2069158421Swollman# A user from Gaza reported that Gaza made the change early because of
2070158421Swollman# the Ramadan.  Next year Ramadan will be even earlier, so I think
2071158421Swollman# there is a good chance next year's end date will be around two weeks
2072158421Swollman# earlier--the same goes for Jordan.
2073158421Swollman
2074163302Sru# From Steffen Thorsen (2006-08-17):
2075163302Sru# I was informed by a user in Bethlehem that in Bethlehem it started the
2076163302Sru# same day as Israel, and after checking with other users in the area, I
2077163302Sru# was informed that they started DST one day after Israel.  I was not
2078163302Sru# able to find any authoritative sources at the time, nor details if
2079163302Sru# Gaza changed as well, but presumed Gaza to follow the same rules as
2080163302Sru# the West Bank.
2081163302Sru
2082163302Sru# From Steffen Thorsen (2006-09-26):
2083163302Sru# according to the Palestine News Network (2006-09-19):
2084163302Sru# http://english.pnn.ps/index.php?option=com_content&task=view&id=596&Itemid=5
2085163302Sru# > The Council of Ministers announced that this year its winter schedule
2086163302Sru# > will begin early, as of midnight Thursday.  It is also time to turn
2087163302Sru# > back the clocks for winter.  Friday will begin an hour late this week.
2088163302Sru# I guess it is likely that next year's date will be moved as well,
2089163302Sru# because of the Ramadan.
2090163302Sru
2091172479Sedwin# From Jesper Norgaard Welen (2007-09-18):
2092172479Sedwin# According to Steffen Thorsen's web site the Gaza Strip and the rest of the
2093172479Sedwin# Palestinian territories left DST early on 13.th. of September at 2:00.
2094172479Sedwin
2095172479Sedwin# From Paul Eggert (2007-09-20):
2096172479Sedwin# My understanding is that Gaza and the West Bank disagree even over when
2097172479Sedwin# the weekend is (Thursday+Friday versus Friday+Saturday), so I'd be a bit
2098172479Sedwin# surprised if they agreed about DST.  But for now, assume they agree.
2099172479Sedwin# For lack of better information, predict that future changes will be
2100172479Sedwin# the 2nd Thursday of September at 02:00.
2101172479Sedwin
2102183066Sedwin# From Alexander Krivenyshev (2008-08-28):
2103183066Sedwin# Here is an article, that Mideast running on different clocks at Ramadan.
2104183066Sedwin#
2105183066Sedwin# Gaza Strip (as Egypt) ended DST at midnight Thursday (Aug 28, 2008), while
2106183066Sedwin# the West Bank will end Daylight Saving Time at midnight Sunday (Aug 31, 2008).
2107183066Sedwin#
2108183066Sedwin# <a href="http://www.guardian.co.uk/world/feedarticle/7759001">
2109183066Sedwin# http://www.guardian.co.uk/world/feedarticle/7759001
2110183066Sedwin# </a>
2111183066Sedwin# <a href="http://www.abcnews.go.com/International/wireStory?id=5676087">
2112183066Sedwin# http://www.abcnews.go.com/International/wireStory?id=5676087
2113183066Sedwin# </a>
2114183066Sedwin# or
2115183066Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html">
2116183066Sedwin# http://www.worldtimezone.com/dst_news/dst_news_gazastrip01.html
2117183066Sedwin# </a>
2118183066Sedwin
2119190991Sedwin# From Alexander Krivenyshev (2009-03-26):
2120190991Sedwin# According to the Palestine News Network (arabic.pnn.ps), Palestinian
2121190991Sedwin# government decided to start Daylight Time on Thursday night March
2122190991Sedwin# 26 and continue until the night of 27 September 2009.
2123190991Sedwin#
2124190991Sedwin# (in Arabic)
2125190991Sedwin# <a href="http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850">
2126190991Sedwin# http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850
2127190991Sedwin# </a>
2128190991Sedwin#
2129190991Sedwin# or
2130190991Sedwin# (English translation)
2131190991Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank01.html">
2132190991Sedwin# http://www.worldtimezone.com/dst_news/dst_news_westbank01.html
2133190991Sedwin# </a>
2134190991Sedwin
2135197000Sedwin# From Steffen Thorsen (2009-08-31):
2136197000Sedwin# Palestine's Council of Ministers announced that they will revert back to
2137197000Sedwin# winter time on Friday, 2009-09-04.
2138197000Sedwin#
2139197000Sedwin# One news source:
2140197000Sedwin# <a href="http://www.safa.ps/ara/?action=showdetail&seid=4158">
2141197000Sedwin# http://www.safa.ps/ara/?action=showdetail&seid=4158
2142197000Sedwin# </a>
2143197000Sedwin# (Palestinian press agency, Arabic),
2144197000Sedwin# Google translate: "Decided that the Palestinian government in Ramallah
2145197000Sedwin# headed by Salam Fayyad, the start of work in time for the winter of
2146197000Sedwin# 2009, starting on Friday approved the fourth delay Sept. clock sixty
2147197000Sedwin# minutes per hour as of Friday morning."
2148197000Sedwin#
2149197000Sedwin# We are not sure if Gaza will do the same, last year they had a different
2150197000Sedwin# end date, we will keep this page updated:
2151197000Sedwin# <a href="http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html">
2152197000Sedwin# http://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html
2153197000Sedwin# </a>
2154197000Sedwin
2155197000Sedwin# From Alexander Krivenyshev (2009-09-02):
2156197000Sedwin# Seems that Gaza Strip will go back to Winter Time same date as West Bank.
2157197000Sedwin#
2158197000Sedwin# According to Palestinian Ministry Of Interior, West Bank and Gaza Strip plan
2159197000Sedwin# to change time back to Standard time on September 4, 2009.
2160197000Sedwin#
2161197000Sedwin# "Winter time unite the West Bank and Gaza"
2162197000Sedwin# (from Palestinian National Authority):
2163197000Sedwin# <a href="http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
2164197000Sedwin# http://www.moi.gov.ps/en/?page=633167343250594025&nid=11505
2165197000Sedwin# </a>
2166197000Sedwin# or
2167197000Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html>
2168197000Sedwin# http://www.worldtimezone.com/dst_news/dst_news_gazastrip02.html
2169197000Sedwin# </a>
2170197000Sedwin
2171206219Sedwin# From Alexander Krivenyshev (2010-03-19):
2172206219Sedwin# According to Voice of Palestine DST will last for 191 days, from March
2173206219Sedwin# 26, 2010 till "the last Sunday before the tenth day of Tishri
2174206219Sedwin# (October), each year" (October 03, 2010?)
2175206219Sedwin#
2176206219Sedwin# <a href="http://palvoice.org/forums/showthread.php?t=245697">
2177206219Sedwin# http://palvoice.org/forums/showthread.php?t=245697
2178206219Sedwin# </a>
2179206219Sedwin# (in Arabic)
2180206219Sedwin# or
2181206219Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_westbank03.html">
2182206219Sedwin# http://www.worldtimezone.com/dst_news/dst_news_westbank03.html
2183206219Sedwin# </a>
2184206219Sedwin
2185206219Sedwin# From Steffen Thorsen (2010-03-24):
2186206219Sedwin# ...Ma'an News Agency reports that Hamas cabinet has decided it will
2187206219Sedwin# start one day later, at 12:01am. Not sure if they really mean 12:01am or
2188206219Sedwin# noon though:
2189206219Sedwin#
2190206219Sedwin# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=271178">
2191206219Sedwin# http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
2192206219Sedwin# </a>
2193206219Sedwin# (Ma'an News Agency)
2194206219Sedwin# "At 12:01am Friday, clocks in Israel and the West Bank will change to
2195206219Sedwin# 1:01am, while Gaza clocks will change at 12:01am Saturday morning."
2196206219Sedwin
2197211422Sedwin# From Steffen Thorsen (2010-08-11):
2198211422Sedwin# According to several sources, including
2199211422Sedwin# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=306795">
2200211422Sedwin# http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
2201211422Sedwin# </a>
2202240461Sedwin# the clocks were set back one hour at 2010-08-11 00:00:00 local time in
2203211422Sedwin# Gaza and the West Bank.
2204211422Sedwin# Some more background info:
2205211422Sedwin# <a href="http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html">
2206211422Sedwin# http://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html
2207211422Sedwin# </a>
2208211422Sedwin
2209226298Sedwin# From Steffen Thorsen (2011-08-26):
2210226298Sedwin# Gaza and the West Bank did go back to standard time in the beginning of
2211226298Sedwin# August, and will now enter daylight saving time again on 2011-08-30
2212226298Sedwin# 00:00 (so two periods of DST in 2011). The pause was because of
2213226298Sedwin# Ramadan.
2214226298Sedwin#
2215226298Sedwin# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=416217">
2216226298Sedwin# http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
2217226298Sedwin# </a>
2218226298Sedwin# Additional info:
2219226298Sedwin# <a href="http://www.timeanddate.com/news/time/palestine-dst-2011.html">
2220226298Sedwin# http://www.timeanddate.com/news/time/palestine-dst-2011.html
2221226298Sedwin# </a>
2222226298Sedwin
2223226298Sedwin# From Alexander Krivenyshev (2011-08-27):
2224226298Sedwin# According to the article in The Jerusalem Post:
2225226298Sedwin# "...Earlier this month, the Palestinian government in the West Bank decided to
2226226298Sedwin# move to standard time for 30 days, during Ramadan. The Palestinians in the
2227226298Sedwin# Gaza Strip accepted the change and also moved their clocks one hour back.
2228226298Sedwin# The Hamas government said on Saturday that it won't observe summertime after
2229226298Sedwin# the Muslim feast of Id al-Fitr, which begins on Tuesday..."
2230226298Sedwin# ...
2231226298Sedwin# <a href="http://www.jpost.com/MiddleEast/Article.aspx?id=235650">
2232226298Sedwin# http://www.jpost.com/MiddleEast/Article.aspx?id=235650
2233226298Sedwin# </a>
2234226298Sedwin# or
2235226298Sedwin# <a href="http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html">
2236226298Sedwin# http://www.worldtimezone.com/dst_news/dst_news_gazastrip05.html
2237226298Sedwin# </a>
223858787Sru# The rules for Egypt are stolen from the `africa' file.
2239226298Sedwin
2240226298Sedwin# From Steffen Thorsen (2011-09-30):
2241240461Sedwin# West Bank did end Daylight Saving Time this morning/midnight (2011-09-30
2242226298Sedwin# 00:00).
2243226298Sedwin# So West Bank and Gaza now have the same time again.
2244226298Sedwin#
2245226298Sedwin# Many sources, including:
2246226298Sedwin# <a href="http://www.maannews.net/eng/ViewDetails.aspx?ID=424808">
2247226298Sedwin# http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
2248226298Sedwin# </a>
2249226298Sedwin
2250240461Sedwin# From Steffen Thorsen (2012-03-26):
2251240461Sedwin# Palestinian news sources tell that both Gaza and West Bank will start DST
2252240461Sedwin# on Friday (Thursday midnight, 2012-03-29 24:00).
2253240461Sedwin# Some of many sources in Arabic:
2254240461Sedwin# <a href="http://www.samanews.com/index.php?act=Show&id=122638">
2255240461Sedwin# http://www.samanews.com/index.php?act=Show&id=122638
2256240461Sedwin# </a>
2257240461Sedwin#
2258240461Sedwin# <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">
2259240461Sedwin# 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
2260240461Sedwin# </a>
2261240461Sedwin#
2262240461Sedwin# Our brief summary:
2263240461Sedwin# <a href="http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html">
2264240461Sedwin# http://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html
2265240461Sedwin# </a>
2266240461Sedwin
2267240461Sedwin# From Arthur David Olson (2012-03-27):
2268240461Sedwin# The timeanddate article for 2012 says that "the end date has not yet been
2269240461Sedwin# announced" and that "Last year, both...paused daylight saving time during...
2270240461Sedwin# Ramadan. It is not yet known [for] 2012."
2271240461Sedwin# For now, assume both switch back on the last Friday in September. XXX
2272240461Sedwin
22732742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
227419878SwollmanRule EgyptAsia	1957	only	-	May	10	0:00	1:00	S
227517200SwollmanRule EgyptAsia	1957	1958	-	Oct	 1	0:00	0	-
227619878SwollmanRule EgyptAsia	1958	only	-	May	 1	0:00	1:00	S
227720094SwollmanRule EgyptAsia	1959	1967	-	May	 1	1:00	1:00	S
227817200SwollmanRule EgyptAsia	1959	1965	-	Sep	30	3:00	0	-
227920094SwollmanRule EgyptAsia	1966	only	-	Oct	 1	3:00	0	-
228058787Sru
2281163302SruRule Palestine	1999	2005	-	Apr	Fri>=15	0:00	1:00	S
2282153670SwollmanRule Palestine	1999	2003	-	Oct	Fri>=15	0:00	0	-
2283153670SwollmanRule Palestine	2004	only	-	Oct	 1	1:00	0	-
2284163302SruRule Palestine	2005	only	-	Oct	 4	2:00	0	-
2285190991SedwinRule Palestine	2006	2008	-	Apr	 1	0:00	1:00	S
2286163302SruRule Palestine	2006	only	-	Sep	22	0:00	0	-
2287183066SedwinRule Palestine	2007	only	-	Sep	Thu>=8	2:00	0	-
2288226298SedwinRule Palestine	2008	only	-	Aug	lastFri	0:00	0	-
2289206219SedwinRule Palestine	2009	only	-	Mar	lastFri	0:00	1:00	S
2290226298SedwinRule Palestine	2009	only	-	Sep	Fri>=1	2:00	0	-
2291226298SedwinRule Palestine	2010	only	-	Mar	lastSat	0:01	1:00	S
2292211422SedwinRule Palestine	2010	only	-	Aug	11	0:00	0	-
229358787Sru
2294226298Sedwin# From Arthur David Olson (2011-09-20):
2295226298Sedwin# 2011 transitions per http://www.timeanddate.com as of 2011-09-20.
2296226298Sedwin
22972742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
22982742SwollmanZone	Asia/Gaza	2:17:52	-	LMT	1900 Oct
229943014Swollman			2:00	Zion	EET	1948 May 15
230043014Swollman			2:00 EgyptAsia	EE%sT	1967 Jun  5
230143014Swollman			2:00	Zion	I%sT	1996
230258787Sru			2:00	Jordan	EE%sT	1999
2303226298Sedwin			2:00 Palestine	EE%sT	2011 Apr  2 12:01
2304226298Sedwin			2:00	1:00	EEST	2011 Aug  1
2305240461Sedwin			2:00	-	EET	2012 Mar 30
2306240461Sedwin			2:00	1:00	EEST	2012 Sep 28
2307226298Sedwin			2:00	-	EET
23082742Swollman
2309226298SedwinZone	Asia/Hebron	2:20:23	-	LMT	1900 Oct
2310226298Sedwin			2:00	Zion	EET	1948 May 15
2311226298Sedwin			2:00 EgyptAsia	EE%sT	1967 Jun  5
2312226298Sedwin			2:00	Zion	I%sT	1996
2313226298Sedwin			2:00	Jordan	EE%sT	1999
2314226298Sedwin			2:00 Palestine	EE%sT	2008 Aug
2315226298Sedwin			2:00 	1:00	EEST	2008 Sep
2316226298Sedwin			2:00 Palestine	EE%sT	2011 Apr  1 12:01
2317226298Sedwin			2:00	1:00	EEST	2011 Aug  1
2318226298Sedwin			2:00	-	EET	2011 Aug 30
2319226298Sedwin			2:00	1:00	EEST	2011 Sep 30 3:00
2320240461Sedwin			2:00	-	EET	2012 Mar 30
2321240461Sedwin			2:00	1:00	EEST	2012 Sep 28 3:00
2322226298Sedwin			2:00	-	EET
2323226298Sedwin
232414343Swollman# Paracel Is
232514343Swollman# no information
232614343Swollman
23272742Swollman# Philippines
232875267Swollman# On 1844-08-16, Narciso Claveria, governor-general of the
232975267Swollman# Philippines, issued a proclamation announcing that 1844-12-30 was to
233075267Swollman# be immediately followed by 1845-01-01.  Robert H. van Gent has a
233175267Swollman# transcript of the decree in <http://www.phys.uu.nl/~vgent/idl/idl.htm>.
2332158421Swollman# The rest of the data are from Shanks & Pottenger.
2333158421Swollman
2334158421Swollman# From Paul Eggert (2006-04-25):
2335158421Swollman# Tomorrow's Manila Standard reports that the Philippines Department of
2336158421Swollman# Trade and Industry is considering adopting DST this June when the
2337158421Swollman# rainy season begins.  See
2338158421Swollman# <http://www.manilastandardtoday.com/?page=politics02_april26_2006>.
2339158421Swollman# For now, we'll ignore this, since it's not definite and we lack details.
2340158421Swollman#
2341158421Swollman# From Jesper Norgaard Welen (2006-04-26):
2342158421Swollman# ... claims that Philippines had DST last time in 1990:
2343158421Swollman# http://story.philippinetimes.com/p.x/ct/9/id/145be20cc6b121c0/cid/3e5bbccc730d258c/
2344158421Swollman# [a story dated 2006-04-25 by Cris Larano of Dow Jones Newswires,
2345158421Swollman# but no details]
2346158421Swollman
23472742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
234819878SwollmanRule	Phil	1936	only	-	Nov	1	0:00	1:00	S
234919878SwollmanRule	Phil	1937	only	-	Feb	1	0:00	0	-
235019878SwollmanRule	Phil	1954	only	-	Apr	12	0:00	1:00	S
235119878SwollmanRule	Phil	1954	only	-	Jul	1	0:00	0	-
235219878SwollmanRule	Phil	1978	only	-	Mar	22	0:00	1:00	S
235319878SwollmanRule	Phil	1978	only	-	Sep	21	0:00	0	-
23542742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
235575267SwollmanZone	Asia/Manila	-15:56:00 -	LMT	1844 Dec 31
23562742Swollman			8:04:00 -	LMT	1899 May 11
235719878Swollman			8:00	Phil	PH%sT	1942 May
23582742Swollman			9:00	-	JST	1944 Nov
235919878Swollman			8:00	Phil	PH%sT
23602742Swollman
23612742Swollman# Qatar
23622742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
236367578SwollmanZone	Asia/Qatar	3:26:08 -	LMT	1920	# Al Dawhah / Doha
23642742Swollman			4:00	-	GST	1972 Jun
23652742Swollman			3:00	-	AST
23662742Swollman
23672742Swollman# Saudi Arabia
23682742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
23692742SwollmanZone	Asia/Riyadh	3:06:52 -	LMT	1950
23702742Swollman			3:00	-	AST
23712742Swollman
23722742Swollman# Singapore
2373136638Swollman# The data here are taken from Mok Ly Yng (2003-10-30)
2374136638Swollman# <http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html>.
23752742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2376136638SwollmanZone	Asia/Singapore	6:55:25 -	LMT	1901 Jan  1
2377136638Swollman			6:55:25	-	SMT	1905 Jun  1 # Singapore M.T.
2378136638Swollman			7:00	-	MALT	1933 Jan  1 # Malaya Time
2379136638Swollman			7:00	0:20	MALST	1936 Jan  1
2380136638Swollman			7:20	-	MALT	1941 Sep  1
2381136638Swollman			7:30	-	MALT	1942 Feb 16
2382136638Swollman			9:00	-	JST	1945 Sep 12
238319878Swollman			7:30	-	MALT	1965 Aug  9 # independence
2384136638Swollman			7:30	-	SGT	1982 Jan  1 # Singapore Time
23852742Swollman			8:00	-	SGT
23862742Swollman
238714343Swollman# Spratly Is
238814343Swollman# no information
238914343Swollman
23902742Swollman# Sri Lanka
239119878Swollman# From Paul Eggert (1996-09-03):
239258787Sru# "Sri Lanka advances clock by an hour to avoid blackout"
239358787Sru# (www.virtual-pc.com/lankaweb/news/items/240596-2.html, 1996-05-24,
239458787Sru# no longer available as of 1999-08-17)
239519878Swollman# reported ``the country's standard time will be put forward by one hour at
239619878Swollman# midnight Friday (1830 GMT) `in the light of the present power crisis'.''
239730711Swollman#
239830711Swollman# From Dharmasiri Senanayake, Sri Lanka Media Minister (1996-10-24), as quoted
239943014Swollman# by Shamindra in
240043014Swollman# <a href="news:54rka5$m5h@mtinsc01-mgt.ops.worldnet.att.net">
240143014Swollman# Daily News - Hot News Section (1996-10-26)
240243014Swollman# </a>:
240330711Swollman# With effect from 12.30 a.m. on 26th October 1996
240430711Swollman# Sri Lanka will be six (06) hours ahead of GMT.
240519878Swollman
2406158421Swollman# From Jesper Norgaard Welen (2006-04-14), quoting Sri Lanka News Online
2407158421Swollman# <http://news.sinhalaya.com/wmview.php?ArtID=11002> (2006-04-13):
2408158421Swollman# 0030 hrs on April 15, 2006 (midnight of April 14, 2006 +30 minutes)
2409158421Swollman# at present, become 2400 hours of April 14, 2006 (midnight of April 14, 2006).
2410158421Swollman
2411158421Swollman# From Peter Apps and Ranga Sirila of Reuters (2006-04-12) in:
2412158421Swollman# <http://today.reuters.co.uk/news/newsArticle.aspx?type=scienceNews&storyID=2006-04-12T172228Z_01_COL295762_RTRIDST_0_SCIENCE-SRILANKA-TIME-DC.XML>
2413158421Swollman# [The Tamil Tigers] never accepted the original 1996 time change and simply
2414158421Swollman# kept their clocks set five and a half hours ahead of Greenwich Mean
2415158421Swollman# Time (GMT), in line with neighbor India.
2416158421Swollman# From Paul Eggert (2006-04-18):
2417177591Sedwin# People who live in regions under Tamil control can use [TZ='Asia/Kolkata'],
2418158421Swollman# as that zone has agreed with the Tamil areas since our cutoff date of 1970.
2419158421Swollman
2420158421Swollman# From K Sethu (2006-04-25):
2421158421Swollman# I think the abbreviation LKT originated from the world of computers at
2422158421Swollman# the time of or subsequent to the time zone changes by SL Government
2423158421Swollman# twice in 1996 and probably SL Government or its standardization
2424158421Swollman# agencies never declared an abbreviation as a national standard.
2425158421Swollman#
2426158421Swollman# I recollect before the recent change the government annoucemments
2427158421Swollman# mentioning it as simply changing Sri Lanka Standard Time or Sri Lanka
2428158421Swollman# Time and no mention was made about the abbreviation.
2429158421Swollman#
2430158421Swollman# If we look at Sri Lanka Department of Government's "Official News
2431158421Swollman# Website of Sri Lanka" ... http://www.news.lk/ we can see that they
2432158421Swollman# use SLT as abbreviation in time stamp at the beginning of each news
2433158421Swollman# item....
2434158421Swollman#
2435158421Swollman# Within Sri Lanka I think LKT is well known among computer users and
2436158421Swollman# adminsitrators.  In my opinion SLT may not be a good choice because the
2437158421Swollman# nation's largest telcom / internet operator Sri Lanka Telcom is well
2438158421Swollman# known by that abbreviation - simply as SLT (there IP domains are
2439158421Swollman# slt.lk and sltnet.lk).
2440158421Swollman#
2441158421Swollman# But if indeed our government has adopted SLT as standard abbreviation
2442158421Swollman# (that we have not known so far) then  it is better that it be used for
2443158421Swollman# all computers.
2444158421Swollman
2445158421Swollman# From Paul Eggert (2006-04-25):
2446158421Swollman# One possibility is that we wait for a bit for the dust to settle down
2447158421Swollman# and then see what people actually say in practice.
2448158421Swollman
24492742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
24502742SwollmanZone	Asia/Colombo	5:19:24 -	LMT	1880
245143014Swollman			5:19:32	-	MMT	1906	# Moratuwa Mean Time
24522742Swollman			5:30	-	IST	1942 Jan  5
24532742Swollman			5:30	0:30	IHST	1942 Sep
24542742Swollman			5:30	1:00	IST	1945 Oct 16 2:00
245519878Swollman			5:30	-	IST	1996 May 25 0:00
245630711Swollman			6:30	-	LKT	1996 Oct 26 0:30
2457158421Swollman			6:00	-	LKT	2006 Apr 15 0:30
2458158421Swollman			5:30	-	IST
24592742Swollman
24602742Swollman# Syria
24612742Swollman# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
246219878SwollmanRule	Syria	1920	1923	-	Apr	Sun>=15	2:00	1:00	S
24632742SwollmanRule	Syria	1920	1923	-	Oct	Sun>=1	2:00	0	-
246419878SwollmanRule	Syria	1962	only	-	Apr	29	2:00	1:00	S
24652742SwollmanRule	Syria	1962	only	-	Oct	1	2:00	0	-
246619878SwollmanRule	Syria	1963	1965	-	May	1	2:00	1:00	S
24672742SwollmanRule	Syria	1963	only	-	Sep	30	2:00	0	-
24682742SwollmanRule	Syria	1964	only	-	Oct	1	2:00	0	-
24692742SwollmanRule	Syria	1965	only	-	Sep	30	2:00	0	-
247019878SwollmanRule	Syria	1966	only	-	Apr	24	2:00	1:00	S
24712742SwollmanRule	Syria	1966	1976	-	Oct	1	2:00	0	-
247219878SwollmanRule	Syria	1967	1978	-	May	1	2:00	1:00	S
24732742SwollmanRule	Syria	1977	1978	-	Sep	1	2:00	0	-
247419878SwollmanRule	Syria	1983	1984	-	Apr	9	2:00	1:00	S
24752742SwollmanRule	Syria	1983	1984	-	Oct	1	2:00	0	-
247619878SwollmanRule	Syria	1986	only	-	Feb	16	2:00	1:00	S
24772742SwollmanRule	Syria	1986	only	-	Oct	9	2:00	0	-
247819878SwollmanRule	Syria	1987	only	-	Mar	1	2:00	1:00	S
24792742SwollmanRule	Syria	1987	1988	-	Oct	31	2:00	0	-
248019878SwollmanRule	Syria	1988	only	-	Mar	15	2:00	1:00	S
248119878SwollmanRule	Syria	1989	only	-	Mar	31	2:00	1:00	S
24822742SwollmanRule	Syria	1989	only	-	Oct	1	2:00	0	-
248320094SwollmanRule	Syria	1990	only	-	Apr	1	2:00	1:00	S
248420094SwollmanRule	Syria	1990	only	-	Sep	30	2:00	0	-
248520094SwollmanRule	Syria	1991	only	-	Apr	 1	0:00	1:00	S
248620094SwollmanRule	Syria	1991	1992	-	Oct	 1	0:00	0	-
248720094SwollmanRule	Syria	1992	only	-	Apr	 8	0:00	1:00	S
248820094SwollmanRule	Syria	1993	only	-	Mar	26	0:00	1:00	S
248920094SwollmanRule	Syria	1993	only	-	Sep	25	0:00	0	-
249058787Sru# IATA SSIM (1998-02) says 1998-04-02;
249158787Sru# (1998-09) says 1999-03-29 and 1999-09-29; (1999-02) says 1999-04-02,
249258787Sru# 2000-04-02, and 2001-04-02; (1999-09) says 2000-03-31 and 2001-03-31;
2493163302Sru# (2006) says 2006-03-31 and 2006-09-22;
2494163302Sru# for now ignore all these claims and go with Shanks & Pottenger,
2495163302Sru# except for the 2006-09-22 claim (which seems right for Ramadan).
249658787SruRule	Syria	1994	1996	-	Apr	 1	0:00	1:00	S
2497163302SruRule	Syria	1994	2005	-	Oct	 1	0:00	0	-
249858787SruRule	Syria	1997	1998	-	Mar	lastMon	0:00	1:00	S
2499169811SwollmanRule	Syria	1999	2006	-	Apr	 1	0:00	1:00	S
2500163302Sru# From Stephen Colebourne (2006-09-18):
2501163302Sru# According to IATA data, Syria will change DST on 21st September [21:00 UTC]
2502163302Sru# this year [only]....  This is probably related to Ramadan, like Egypt.
2503163302SruRule	Syria	2006	only	-	Sep	22	0:00	0	-
2504169811Swollman# From Paul Eggert (2007-03-29):
2505169811Swollman# Today the AP reported "Syria will switch to summertime at midnight Thursday."
2506169811Swollman# http://www.iht.com/articles/ap/2007/03/29/africa/ME-GEN-Syria-Time-Change.php
2507177591SedwinRule	Syria	2007	only	-	Mar	lastFri	0:00	1:00	S
2508173319Sedwin# From Jesper Norgard (2007-10-27):
2509173319Sedwin# The sister center ICARDA of my work CIMMYT is confirming that Syria DST will
2510173319Sedwin# not take place 1.st November at 0:00 o'clock but 1.st November at 24:00 or
2511173319Sedwin# rather Midnight between Thursday and Friday. This does make more sence than
2512173319Sedwin# having it between Wednesday and Thursday (two workdays in Syria) since the
2513173319Sedwin# weekend in Syria is not Saturday and Sunday, but Friday and Saturday. So now
2514173319Sedwin# it is implemented at midnight of the last workday before weekend...
2515240461Sedwin#
2516173319Sedwin# From Steffen Thorsen (2007-10-27):
2517173319Sedwin# Jesper Norgaard Welen wrote:
2518240461Sedwin#
2519173319Sedwin# > "Winter local time in Syria will be observed at midnight of Thursday 1
2520173319Sedwin# > November 2007, and the clock will be put back 1 hour."
2521240461Sedwin#
2522173319Sedwin# I found confirmation on this in this gov.sy-article (Arabic):
2523173319Sedwin# http://wehda.alwehda.gov.sy/_print_veiw.asp?FileName=12521710520070926111247
2524240461Sedwin#
2525173319Sedwin# which using Google's translate tools says:
2526240461Sedwin# Council of Ministers also approved the commencement of work on
2527240461Sedwin# identifying the winter time as of Friday, 2/11/2007 where the 60th
2528173319Sedwin# minute delay at midnight Thursday 1/11/2007.
2529177591SedwinRule	Syria	2007	only	-	Nov	 Fri>=1	0:00	0	-
2530177591Sedwin
2531177591Sedwin# From Stephen Colebourne (2008-03-17):
2532177591Sedwin# For everyone's info, I saw an IATA time zone change for [Syria] for
2533177591Sedwin# this month (March 2008) in the last day or so...This is the data IATA
2534177591Sedwin# are now using:
2535177591Sedwin# Country     Time Standard   --- DST Start ---   --- DST End ---  DST
2536177591Sedwin# Name        Zone Variation   Time    Date        Time    Date
2537177591Sedwin# Variation
2538177591Sedwin# Syrian Arab
2539177591Sedwin# Republic    SY    +0200      2200  03APR08       2100  30SEP08   +0300
2540177591Sedwin#                              2200  02APR09       2100  30SEP09   +0300
2541177591Sedwin#                              2200  01APR10       2100  30SEP10   +0300
2542177591Sedwin
2543177591Sedwin# From Arthur David Olson (2008-03-17):
2544177591Sedwin# Here's a link to English-language coverage by the Syrian Arab News
2545177591Sedwin# Agency (SANA)...
2546177591Sedwin# <a href="http://www.sana.sy/eng/21/2008/03/11/165173.htm">
2547177591Sedwin# http://www.sana.sy/eng/21/2008/03/11/165173.htm
2548177591Sedwin# </a>...which reads (in part) "The Cabinet approved the suggestion of the
2549177591Sedwin# Ministry of Electricity to begin daylight savings time on Friday April
2550177591Sedwin# 4th, advancing clocks one hour ahead on midnight of Thursday April 3rd."
2551177591Sedwin# Since Syria is two hours east of UTC, the 2200 and 2100 transition times
2552177591Sedwin# shown above match up with midnight in Syria.
2553177591Sedwin
2554177591Sedwin# From Arthur David Olson (2008-03-18):
2555177591Sedwin# My buest guess at a Syrian rule is "the Friday nearest April 1";
2556177591Sedwin# coding that involves either using a "Mar Fri>=29" construct that old time zone
2557177591Sedwin# compilers can't handle  or having multiple Rules (a la Israel).
2558177591Sedwin# For now, use "Apr Fri>=1", and go with IATA on a uniform Sep 30 end.
2559177591Sedwin
2560183864Sedwin# From Steffen Thorsen (2008-10-07):
2561183864Sedwin# Syria has now officially decided to end DST on 2008-11-01 this year,
2562183864Sedwin# according to the following article in the Syrian Arab News Agency (SANA).
2563183864Sedwin#
2564183864Sedwin# The article is in Arabic, and seems to tell that they will go back to
2565183864Sedwin# winter time on 2008-11-01 at 00:00 local daylight time (delaying/setting
2566183864Sedwin# clocks back 60 minutes).
2567183864Sedwin#
2568183864Sedwin# <a href="http://sana.sy/ara/2/2008/10/07/195459.htm">
2569183864Sedwin# http://sana.sy/ara/2/2008/10/07/195459.htm
2570183864Sedwin# </a>
2571183864Sedwin
2572190372Sedwin# From Steffen Thorsen (2009-03-19):
2573190372Sedwin# Syria will start DST on 2009-03-27 00:00 this year according to many sources,
2574190372Sedwin# two examples:
2575190372Sedwin#
2576190372Sedwin# <a href="http://www.sana.sy/eng/21/2009/03/17/217563.htm">
2577190372Sedwin# http://www.sana.sy/eng/21/2009/03/17/217563.htm
2578190372Sedwin# </a>
2579190372Sedwin# (English, Syrian Arab News # Agency)
2580190372Sedwin# <a href="http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209">
2581190372Sedwin# http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209
2582190372Sedwin# </a>
2583190372Sedwin# (Arabic, gov-site)
2584190372Sedwin#
2585190372Sedwin# We have not found any sources saying anything about when DST ends this year.
2586190372Sedwin#
2587190372Sedwin# Our summary
2588190372Sedwin# <a href="http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html">
2589190372Sedwin# http://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html
2590190372Sedwin# </a>
2591190372Sedwin
2592198825Sedwin# From Steffen Thorsen (2009-10-27):
2593240461Sedwin# The Syrian Arab News Network on 2009-09-29 reported that Syria will
2594240461Sedwin# revert back to winter (standard) time on midnight between Thursday
2595198825Sedwin# 2009-10-29 and Friday 2009-10-30:
2596198825Sedwin# <a href="http://www.sana.sy/ara/2/2009/09/29/247012.htm">
2597198825Sedwin# http://www.sana.sy/ara/2/2009/09/29/247012.htm (Arabic)
2598198825Sedwin# </a>
2599198825Sedwin
2600198825Sedwin# From Arthur David Olson (2009-10-28):
2601198825Sedwin# We'll see if future DST switching times turn out to be end of the last
2602198825Sedwin# Thursday of the month or the start of the last Friday of the month or
2603198825Sedwin# something else. For now, use the start of the last Friday.
2604198825Sedwin
2605205475Sedwin# From Steffen Thorsen (2010-03-17):
2606205475Sedwin# The "Syrian News Station" reported on 2010-03-16 that the Council of
2607205475Sedwin# Ministers has decided that Syria will start DST on midnight Thursday
2608205475Sedwin# 2010-04-01: (midnight between Thursday and Friday):
2609205475Sedwin# <a href="http://sns.sy/sns/?path=news/read/11421">
2610205475Sedwin# http://sns.sy/sns/?path=news/read/11421 (Arabic)
2611205475Sedwin# </a>
2612205475Sedwin
2613240461Sedwin# From Steffen Thorsen (2012-03-26):
2614240461Sedwin# Today, Syria's government announced that they will start DST early on Friday
2615240461Sedwin# (00:00). This is a bit earlier than the past two years.
2616240461Sedwin#
2617240461Sedwin# From Syrian Arab News Agency, in Arabic:
2618240461Sedwin# <a href="http://www.sana.sy/ara/2/2012/03/26/408215.htm">
2619240461Sedwin# http://www.sana.sy/ara/2/2012/03/26/408215.htm
2620240461Sedwin# </a>
2621240461Sedwin#
2622240461Sedwin# Our brief summary:
2623240461Sedwin# <a href="http://www.timeanddate.com/news/time/syria-dst-2012.html">
2624240461Sedwin# http://www.timeanddate.com/news/time/syria-dst-2012.html
2625240461Sedwin# </a>
2626240461Sedwin
2627240461Sedwin# From Arthur David Olson (2012-03-27):
2628240461Sedwin# Assume last Friday in March going forward XXX.
2629240461Sedwin
2630190372SedwinRule	Syria	2008	only	-	Apr	Fri>=1	0:00	1:00	S
2631198825SedwinRule	Syria	2008	only	-	Nov	1	0:00	0	-
2632205475SedwinRule	Syria	2009	only	-	Mar	lastFri	0:00	1:00	S
2633240461SedwinRule	Syria	2010	2011	-	Apr	Fri>=1	0:00	1:00	S
2634240461SedwinRule	Syria	2012	max	-	Mar	lastFri	0:00	1:00	S
2635198825SedwinRule	Syria	2009	max	-	Oct	lastFri	0:00	0	-
2636177591Sedwin
26372742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
263867578SwollmanZone	Asia/Damascus	2:25:12 -	LMT	1920	# Dimashq
263919878Swollman			2:00	Syria	EE%sT
26402742Swollman
26412742Swollman# Tajikistan
2642158421Swollman# From Shanks & Pottenger.
26432742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26442742SwollmanZone	Asia/Dushanbe	4:35:12 -	LMT	1924 May  2
264543014Swollman			5:00	-	DUST	1930 Jun 21 # Dushanbe Time
264619878Swollman			6:00 RussiaAsia DUS%sT	1991 Mar 31 2:00s
264758787Sru			5:00	1:00	DUSST	1991 Sep  9 2:00s
264819878Swollman			5:00	-	TJT		    # Tajikistan Time
26492742Swollman
26502742Swollman# Thailand
26512742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26522742SwollmanZone	Asia/Bangkok	6:42:04	-	LMT	1880
265319878Swollman			6:42:04	-	BMT	1920 Apr # Bangkok Mean Time
26542742Swollman			7:00	-	ICT
26552742Swollman
26562742Swollman# Turkmenistan
2657158421Swollman# From Shanks & Pottenger.
26582742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
265967578SwollmanZone	Asia/Ashgabat	3:53:32 -	LMT	1924 May  2 # or Ashkhabad
266043014Swollman			4:00	-	ASHT	1930 Jun 21 # Ashkhabad Time
266158787Sru			5:00 RussiaAsia	ASH%sT	1991 Mar 31 2:00
266258787Sru			4:00 RussiaAsia	ASH%sT	1991 Oct 27 # independence
2663158421Swollman			4:00 RussiaAsia	TM%sT	1992 Jan 19 2:00
266443014Swollman			5:00	-	TMT
26652742Swollman
26662742Swollman# United Arab Emirates
26672742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26682742SwollmanZone	Asia/Dubai	3:41:12 -	LMT	1920
26692742Swollman			4:00	-	GST
26702742Swollman
26712742Swollman# Uzbekistan
26722742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
267343014SwollmanZone	Asia/Samarkand	4:27:12 -	LMT	1924 May  2
267443014Swollman			4:00	-	SAMT	1930 Jun 21 # Samarkand Time
267543014Swollman			5:00	-	SAMT	1981 Apr  1
267643014Swollman			5:00	1:00	SAMST	1981 Oct  1
2677158421Swollman			6:00	-	TAST	1982 Apr  1 # Tashkent Time
2678158421Swollman			5:00 RussiaAsia	SAM%sT	1991 Sep  1 # independence
267958787Sru			5:00 RussiaAsia	UZ%sT	1992
268043014Swollman			5:00	-	UZT
26812742SwollmanZone	Asia/Tashkent	4:37:12 -	LMT	1924 May  2
268243014Swollman			5:00	-	TAST	1930 Jun 21 # Tashkent Time
2683158421Swollman			6:00 RussiaAsia	TAS%sT	1991 Mar 31 2:00
268458787Sru			5:00 RussiaAsia	TAS%sT	1991 Sep  1 # independence
268558787Sru			5:00 RussiaAsia	UZ%sT	1992
268643014Swollman			5:00	-	UZT
26872742Swollman
26882742Swollman# Vietnam
2689158421Swollman
2690177591Sedwin# From Arthur David Olson (2008-03-18):
2691177591Sedwin# The English-language name of Vietnam's most populous city is "Ho Chi Min City";
2692177591Sedwin# we use Ho_Chi_Minh below to avoid a name of more than 14 characters.
2693158421Swollman
2694158421Swollman# From Shanks & Pottenger:
26952742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2696177591SedwinZone	Asia/Ho_Chi_Minh	7:06:40 -	LMT	1906 Jun  9
269719878Swollman			7:06:20	-	SMT	1911 Mar 11 0:01 # Saigon MT?
26982742Swollman			7:00	-	ICT	1912 May
26992742Swollman			8:00	-	ICT	1931 May
27002742Swollman			7:00	-	ICT
27012742Swollman
27022742Swollman# Yemen
27032742Swollman# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
27042742SwollmanZone	Asia/Aden	3:00:48	-	LMT	1950
27052742Swollman			3:00	-	AST
2706