jdk/make/sun/javazic/tzdata/africa
author peytoia
Tue, 26 Apr 2011 10:46:19 +0900
changeset 9490 c22b8eb2da0f
parent 8986 92fad6d40506
child 10593 680a346c7841
permissions -rw-r--r--
7039469: (tz) Support tzdata2011g Reviewed-by: okutsu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
#  
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# <pre>
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    25
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    26
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# This data is by no means authoritative; if you think you know better,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# go ahead and edit the file (and please send any changes to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# tz@elsie.nci.nih.gov for general use in the future).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# A good source for time zone historical data outside the U.S. is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# San Diego: ACS Publications, Inc. (2003).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Gwillim Law writes that a good source
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# for recent time zone data is the International Air Transport
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# published semiannually.  Law sent in several helpful summaries
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# of the IATA's data after 1990.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# entries through 1990, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# Another source occasionally used is Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# A reliable and entertaining source about time zones is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
# Previous editions of this database used WAT, CAT, SAT, and EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# for +0:00 through +3:00, respectively,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# but Mark R V Murray reports that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
# `SAST' is the official abbreviation for +2:00 in the country of South Africa,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
# `CAT' is commonly used for +2:00 in countries north of South Africa, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
# `WAT' is probably the best name for +1:00, as the common phrase for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# the area that includes Nigeria is ``West Africa''.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
# He has heard of ``Western Sahara Time'' for +0:00 but can find no reference.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
# To make things confusing, `WAT' seems to have been used for -1:00 long ago;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
# I'd guess that this was because people needed _some_ name for -1:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# and at the time, far west Africa was the only major land area in -1:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
# This usage is now obsolete, as the last use of -1:00 on the African
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
# mainland seems to have been 1976 in Western Sahara.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
# To summarize, the following abbreviations seem to have some currency:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#	-1:00	WAT	West Africa Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
#	 0:00	GMT	Greenwich Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
#	 2:00	CAT	Central Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
#	 2:00	SAST	South Africa Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
# and Murray suggests the following abbreviation:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#	 1:00	WAT	West Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# I realize that this leads to `WAT' being used for both -1:00 and 1:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# for times before 1976, but this is the best I can think of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# until we get more information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
# I invented the following abbreviations; corrections are welcome!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
#	 2:00	WAST	West Africa Summer Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#	 2:30	BEAT	British East Africa Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#	 2:44:45 BEAUT	British East Africa Unified Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
#	 3:00	CAST	Central Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#	 3:00	SAST	South Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#	 3:00	EAT	East Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
#	 4:00	EAST	East Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# Algeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
Rule	Algeria	1916	only	-	Jun	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
Rule	Algeria	1916	1919	-	Oct	Sun>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
Rule	Algeria	1917	only	-	Mar	24	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
Rule	Algeria	1918	only	-	Mar	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
Rule	Algeria	1919	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Rule	Algeria	1920	only	-	Feb	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Rule	Algeria	1920	only	-	Oct	23	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
Rule	Algeria	1921	only	-	Mar	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
Rule	Algeria	1921	only	-	Jun	21	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
Rule	Algeria	1939	only	-	Sep	11	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Rule	Algeria	1939	only	-	Nov	19	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
Rule	Algeria	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
Rule	Algeria	1944	only	-	Oct	 8	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Rule	Algeria	1945	only	-	Sep	16	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
Rule	Algeria	1971	only	-	Apr	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
Rule	Algeria	1971	only	-	Sep	26	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Rule	Algeria	1977	only	-	May	 6	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
Rule	Algeria	1977	only	-	Oct	21	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
Rule	Algeria	1978	only	-	Mar	24	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
Rule	Algeria	1978	only	-	Sep	22	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
Rule	Algeria	1980	only	-	Apr	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
Rule	Algeria	1980	only	-	Oct	31	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
Zone	Africa/Algiers	0:12:12 -	LMT	1891 Mar 15 0:01
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
			0:09:21	-	PMT	1911 Mar 11    # Paris Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
			0:00	Algeria	WE%sT	1940 Feb 25 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
			1:00	Algeria	CE%sT	1946 Oct  7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
			0:00	-	WET	1956 Jan 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
			1:00	-	CET	1963 Apr 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
			0:00	Algeria	WE%sT	1977 Oct 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
			1:00	Algeria	CE%sT	1979 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
			0:00	Algeria	WE%sT	1981 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
			1:00	-	CET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# Angola
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
Zone	Africa/Luanda	0:52:56	-	LMT	1892
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
			0:52:04	-	AOT	1911 May 26 # Angola Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
# Benin
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
# Whitman says they switched to 1:00 in 1946, not 1934;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
Zone Africa/Porto-Novo	0:10:28	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
			0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
# Botswana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
Zone	Africa/Gaborone	1:43:40 -	LMT	1885
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
			2:00	-	CAT	1943 Sep 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
			2:00	1:00	CAST	1944 Mar 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
# Burkina Faso
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
Zone Africa/Ouagadougou	-0:06:04 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
# Burundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
Zone Africa/Bujumbura	1:57:28	-	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
# Cameroon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
# Whitman says they switched to 1:00 in 1920; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
Zone	Africa/Douala	0:38:48	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# Cape Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
Zone Atlantic/Cape_Verde -1:34:04 -	LMT	1907			# Praia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
			-2:00	-	CVT	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
			-2:00	1:00	CVST	1945 Oct 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
			-2:00	-	CVT	1975 Nov 25 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
			-1:00	-	CVT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
# Central African Republic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
Zone	Africa/Bangui	1:14:20	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
# Chad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
Zone	Africa/Ndjamena	1:00:12 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
			1:00	-	WAT	1979 Oct 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
			1:00	1:00	WAST	1980 Mar  8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
# Comoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
Zone	Indian/Comoro	2:53:04 -	LMT	1911 Jul   # Moroni, Gran Comoro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
# Democratic Republic of Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
Zone Africa/Kinshasa	1:01:12 -	LMT	1897 Nov 9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
Zone Africa/Lubumbashi	1:49:52 -	LMT	1897 Nov 9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
# Republic of the Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
Zone Africa/Brazzaville	1:01:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
# Cote D'Ivoire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
Zone	Africa/Abidjan	-0:16:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
# Djibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
Zone	Africa/Djibouti	2:52:36 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
# Egypt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
Rule	Egypt	1940	only	-	Jul	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
Rule	Egypt	1940	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
Rule	Egypt	1941	only	-	Apr	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
Rule	Egypt	1941	only	-	Sep	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
Rule	Egypt	1942	1944	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
Rule	Egypt	1942	only	-	Oct	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
Rule	Egypt	1943	1945	-	Nov	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
Rule	Egypt	1945	only	-	Apr	16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
Rule	Egypt	1957	only	-	May	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
Rule	Egypt	1957	1958	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
Rule	Egypt	1958	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
Rule	Egypt	1959	1981	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
Rule	Egypt	1959	1965	-	Sep	30	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
Rule	Egypt	1966	1994	-	Oct	 1	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
Rule	Egypt	1982	only	-	Jul	25	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
Rule	Egypt	1983	only	-	Jul	12	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
Rule	Egypt	1984	1988	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
Rule	Egypt	1989	only	-	May	 6	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
Rule	Egypt	1990	1994	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
# IATA (after 1990) says transitions are at 0:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
# Go with IATA starting in 1995, except correct 1995 entry from 09-30 to 09-29.
9490
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   237
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   238
# From Alexander Krivenyshev (2011-04-20):
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   239
# "...Egypt's interim cabinet decided on Wednesday to cancel daylight
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   240
# saving time after a poll posted on its website showed the majority of
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   241
# Egyptians would approve the cancellation."
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   242
#
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   243
# Egypt to cancel daylight saving time
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   244
# <a href="http://www.almasryalyoum.com/en/node/407168">
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   245
# http://www.almasryalyoum.com/en/node/407168
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   246
# </a>
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   247
# or
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   248
# <a href="http://www.worldtimezone.com/dst_news/dst_news_egypt04.html">
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   249
# http://www.worldtimezone.com/dst_news/dst_news_egypt04.html
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   250
# </a>
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   251
Rule	Egypt	1995	2010	-	Apr	lastFri	 0:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
Rule	Egypt	1995	2005	-	Sep	lastThu	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
# From Steffen Thorsen (2006-09-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
# The Egyptian Gazette, issue 41,090 (2006-09-18), page 1, reports:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
# Egypt will turn back clocks by one hour at the midnight of Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
# after observing the daylight saving time since May.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
# http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
Rule	Egypt	2006	only	-	Sep	21	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
# From Dirk Losch (2007-08-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
# I received a mail from an airline which says that the daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
# saving time in Egypt will end in the night of 2007-09-06 to 2007-09-07.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
# From Jesper Norgaard Welen (2007-08-15): [The following agree:]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
# http://www.nentjes.info/Bill/bill5.htm 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
# http://www.timeanddate.com/worldclock/city.html?n=53
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
# From Steffen Thorsen (2007-09-04): The official information...:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
# http://www.sis.gov.eg/En/EgyptOnline/Miscellaneous/000002/0207000000000000001580.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
Rule	Egypt	2007	only	-	Sep	Thu>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
# From Abdelrahman Hassan (2007-09-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
# Due to the Hijri (lunar Islamic calendar) year being 11 days shorter
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
# than the year of the Gregorian calendar, Ramadan shifts earlier each
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
# year. This year it will be observed September 13 (September is quite
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
# hot in Egypt), and the idea is to make fasting easier for workers by
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
# shifting business hours one hour out of daytime heat. Consequently,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
# unless discontinued, next DST may end Thursday 28 August 2008.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
# From Paul Eggert (2007-08-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
# For lack of better info, assume the new rule is last Thursday in August.
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   277
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   278
# From Petr Machata (2009-04-06):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   279
# The following appeared in Red Hat bugzilla[1] (edited):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   280
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   281
# > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   282
# > /usr/share/zoneinfo/Africa/Cairo  Thu Apr 23 21:59:59 2009 UTC = Thu =
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   283
# Apr 23
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   284
# > 23:59:59 2009 EET isdst=0 gmtoff=7200
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   285
# > /usr/share/zoneinfo/Africa/Cairo  Thu Apr 23 22:00:00 2009 UTC = Fri =
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   286
# Apr 24
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   287
# > 01:00:00 2009 EEST isdst=1 gmtoff=10800
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   288
# > /usr/share/zoneinfo/Africa/Cairo  Thu Aug 27 20:59:59 2009 UTC = Thu =
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   289
# Aug 27
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   290
# > 23:59:59 2009 EEST isdst=1 gmtoff=10800
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   291
# > /usr/share/zoneinfo/Africa/Cairo  Thu Aug 27 21:00:00 2009 UTC = Thu =
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   292
# Aug 27
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   293
# > 23:00:00 2009 EET isdst=0 gmtoff=7200
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   294
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   295
# > end date should be Thu Sep 24 2009 (Last Thursday in September at 23:59=
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   296
# :59)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   297
# > http://support.microsoft.com/kb/958729/
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   298
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   299
# timeanddate[2] and another site I've found[3] also support that.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   300
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   301
# [1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=492263">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   302
# https://bugzilla.redhat.com/show_bug.cgi?id=492263
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   303
# </a>
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   304
# [2] <a href="http://www.timeanddate.com/worldclock/clockchange.html?n=53">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   305
# http://www.timeanddate.com/worldclock/clockchange.html?n=53
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   306
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   307
# [3] <a href="http://wwp.greenwichmeantime.com/time-zone/africa/egypt/">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   308
# http://wwp.greenwichmeantime.com/time-zone/africa/egypt/
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   309
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   310
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   311
# From Arthur David Olson (2009-04-20):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   312
# In 2009 (and for the next several years), Ramadan ends before the fourth
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   313
# Thursday in September; Egypt is expected to revert to the last Thursday
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   314
# in September.
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   315
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   316
# From Steffen Thorsen (2009-08-11):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   317
# We have been able to confirm the August change with the Egyptian Cabinet 
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   318
# Information and Decision Support Center:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   319
# <a href="http://www.timeanddate.com/news/time/egypt-dst-ends-2009.html">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   320
# http://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   321
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   322
# 
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   323
# The Middle East News Agency
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   324
# <a href="http://www.mena.org.eg/index.aspx">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   325
# http://www.mena.org.eg/index.aspx
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   326
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   327
# also reports "Egypt starts winter time on August 21"
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   328
# today in article numbered "71, 11/08/2009 12:25 GMT." 
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   329
# Only the title above is available without a subscription to their service,
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   330
# and can be found by searching for "winter" in their search engine
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   331
# (at least today).
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   332
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   333
# From Alexander Krivenyshev (2010-07-20):
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   334
# According to News from Egypt -  Al-Masry Al-Youm Egypt's cabinet has
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   335
# decided that Daylight Saving Time will not be used in Egypt during
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   336
# Ramadan.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   337
#
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   338
# Arabic translation:
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   339
# "Clocks to go back during Ramadan--and then forward again"
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   340
# <a href="http://www.almasryalyoum.com/en/news/clocks-go-back-during-ramadan-and-then-forward-again">
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   341
# http://www.almasryalyoum.com/en/news/clocks-go-back-during-ramadan-and-then-forward-again
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   342
# </a>
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   343
# or
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   344
# <a href="http://www.worldtimezone.com/dst_news/dst_news_egypt02.html">
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   345
# http://www.worldtimezone.com/dst_news/dst_news_egypt02.html
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   346
# </a>
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   347
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   348
Rule	Egypt	2008	only	-	Aug	lastThu	23:00s	0	-
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   349
Rule	Egypt	2009	only	-	Aug	20	23:00s	0	-
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   350
Rule	Egypt	2010	only	-	Aug	11	0:00	0	-
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   351
Rule	Egypt	2010	only	-	Sep	10	0:00	1:00	S
9490
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   352
Rule	Egypt	2010	only	-	Sep	lastThu	23:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
Zone	Africa/Cairo	2:05:00 -	LMT	1900 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
			2:00	Egypt	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
# Equatorial Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
Zone	Africa/Malabo	0:35:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
			0:00	-	GMT	1963 Dec 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
# Eritrea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
Zone	Africa/Asmara	2:35:32 -	LMT	1870
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
			2:35:32	-	AMT	1890	      # Asmara Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
			2:35:20	-	ADMT	1936 May 5    # Adis Dera MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
# Ethiopia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
# Shanks & Pottenger write that Ethiopia had six narrowly-spaced time zones
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
# between 1870 and 1890, and that they merged to 38E50 (2:35:20) in 1890.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
# We'll guess that 38E50 is for Adis Dera.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
Zone Africa/Addis_Ababa	2:34:48 -	LMT	1870
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
			2:35:20	-	ADMT	1936 May 5    # Adis Dera MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
# Gabon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
Zone Africa/Libreville	0:37:48 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
# Gambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
Zone	Africa/Banjul	-1:06:36 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
			-1:06:36 -	BMT	1935	# Banjul Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
			-1:00	-	WAT	1964
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
# Ghana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
# Whitman says DST was observed from 1931 to ``the present'';
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
Rule	Ghana	1936	1942	-	Sep	 1	0:00	0:20	GHST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
Rule	Ghana	1936	1942	-	Dec	31	0:00	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
Zone	Africa/Accra	-0:00:52 -	LMT	1918
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
			 0:00	Ghana	%s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
# Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
Zone	Africa/Conakry	-0:54:52 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
			-1:00	-	WAT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
# Guinea-Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
Zone	Africa/Bissau	-1:02:20 -	LMT	1911 May 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
			-1:00	-	WAT	1975
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
# Kenya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
Zone	Africa/Nairobi	2:27:16	-	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
			2:30	-	BEAT	1940
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
			2:44:45	-	BEAUT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
# Lesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
Zone	Africa/Maseru	1:50:00 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
			2:00	-	SAST	1943 Sep 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
			2:00	1:00	SAST	1944 Mar 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
# Liberia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
# In 1972 Liberia was the last country to switch
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
# from a UTC offset that was not a multiple of 15 or 20 minutes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
# Howse reports that it was in honor of their president's birthday.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
# Shank & Pottenger report the date as May 1, whereas Howse reports Jan;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
# For Liberia before 1972, Shanks & Pottenger report -0:44, whereas Howse and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
# Whitman each report -0:44:30; go with the more precise figure.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
Zone	Africa/Monrovia	-0:43:08 -	LMT	1882
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
			-0:43:08 -	MMT	1919 Mar # Monrovia Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
			-0:44:30 -	LRT	1972 May # Liberia Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
# Libya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
Rule	Libya	1951	only	-	Oct	14	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
Rule	Libya	1952	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
Rule	Libya	1953	only	-	Oct	 9	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
Rule	Libya	1954	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
Rule	Libya	1955	only	-	Sep	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
Rule	Libya	1956	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
Rule	Libya	1982	1984	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
Rule	Libya	1982	1985	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
Rule	Libya	1985	only	-	Apr	 6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
Rule	Libya	1986	only	-	Apr	 4	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
Rule	Libya	1986	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
Rule	Libya	1987	1989	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
Rule	Libya	1987	1989	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
Zone	Africa/Tripoli	0:52:44 -	LMT	1920
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
			1:00	Libya	CE%sT	1959
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
			2:00	-	EET	1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
			1:00	Libya	CE%sT	1990 May  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
# The following entries are from Shanks & Pottenger;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
# the IATA SSIM data contain some obvious errors.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
			2:00	-	EET	1996 Sep 30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
			1:00	-	CET	1997 Apr  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
			1:00	1:00	CEST	1997 Oct  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
			2:00	-	EET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
# Madagascar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
Zone Indian/Antananarivo 3:10:04 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
			3:00	-	EAT	1954 Feb 27 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
			3:00	1:00	EAST	1954 May 29 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
# Malawi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
Zone	Africa/Blantyre	2:20:00 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
# Mali
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
Zone	Africa/Bamako	-0:32:00 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
			-1:00	-	WAT	1960 Jun 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
# Mauritania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
Zone Africa/Nouakchott	-1:03:48 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
			-1:00	-	WAT	1960 Nov 28
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
# Mauritius
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   503
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   504
# From Steffen Thorsen (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   505
# Mauritius plans to observe DST from 2008-11-01 to 2009-03-31 on a trial
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   506
# basis....
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   507
# It seems that Mauritius observed daylight saving time from 1982-10-10 to 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   508
# 1983-03-20 as well, but that was not successful....
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   509
# http://www.timeanddate.com/news/time/mauritius-daylight-saving-time.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   510
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   511
# From Alex Krivenyshev (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   512
# http://economicdevelopment.gov.mu/portal/site/Mainhomepage/menuitem.a42b24128104d9845dabddd154508a0c/?content_id=0a7cee8b5d69a110VgnVCM1000000a04a8c0RCRD
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   513
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   514
# From Arthur David Olson (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   515
# The www.timeanddate.com article cited by Steffen Thorsen notes that "A
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   516
# final decision has yet to be made on the times that daylight saving
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   517
# would begin and end on these dates." As a place holder, use midnight.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   518
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   519
# From Paul Eggert (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   520
# Follow Thorsen on DST in 1982/1983, instead of Shanks & Pottenger.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   521
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   522
# From Steffen Thorsen (2008-07-10):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   523
# According to
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   524
# <a href="http://www.lexpress.mu/display_article.php?news_id=111216">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   525
# http://www.lexpress.mu/display_article.php?news_id=111216
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   526
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   527
# (in French), Mauritius will start and end their DST a few days earlier
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   528
# than previously announced (2008-11-01 to 2009-03-31).  The new start
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   529
# date is 2008-10-26 at 02:00 and the new end date is 2009-03-27 (no time
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   530
# given, but it is probably at either 2 or 3 wall clock time).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   531
# 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   532
# A little strange though, since the article says that they moved the date 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   533
# to align itself with Europe and USA which also change time on that date, 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   534
# but that means they have not paid attention to what happened in 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   535
# USA/Canada last year (DST ends first Sunday in November). I also wonder 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   536
# why that they end on a Friday, instead of aligning with Europe which 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   537
# changes two days later.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   538
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   539
# From Alex Krivenyshev (2008-07-11):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   540
# Seems that English language article "The revival of daylight saving
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   541
# time:  Energy conservation?"-# No. 16578 (07/11/2008) was originally
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   542
# published on Monday, June 30, 2008...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   543
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   544
# I guess that article in French "Le gouvernement avance l'introduction
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   545
# de l'heure d'ete" stating that DST in Mauritius starting on October 26
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   546
# and ending on March 27, 2009 is the most recent one.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   547
# ...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   548
# <a href="http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   549
# http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   550
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   551
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   552
# From Riad M. Hossen Ally (2008-08-03):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   553
# The Government of Mauritius weblink
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   554
# <a href="http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   555
# http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   556
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   557
# Cabinet Decision of July 18th, 2008 states as follows:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   558
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   559
# 4. ...Cabinet has agreed to the introduction into the National Assembly
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   560
# of the Time Bill which provides for the introduction of summer time in
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   561
# Mauritius. The summer time period which will be of one hour ahead of
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   562
# the standard time, will be aligned with that in Europe and the United
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   563
# States of America. It will start at two o'clock in the morning on the
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   564
# last Sunday of October and will end at two o'clock in the morning on
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   565
# the last Sunday of March the following year. The summer time for the
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   566
# year 2008 - 2009 will, therefore, be effective as from 26 October 2008
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   567
# and end on 29 March 2009.
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   568
1833
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   569
# From Ed Maste (2008-10-07):
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   570
# THE TIME BILL (No. XXVII of 2008) Explanatory Memorandum states the
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   571
# beginning / ending of summer time is 2 o'clock standard time in the
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   572
# morning of the last Sunday of October / last Sunday of March.
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   573
# <a href="http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf">
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   574
# http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   575
# </a>
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   576
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   577
# From Steffen Thorsen (2009-06-05):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   578
# According to several sources, Mauritius will not continue to observe
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   579
# DST the coming summer...
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   580
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   581
# Some sources, in French:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   582
# <a href="http://www.defimedia.info/news/946/Rashid-Beebeejaun-:-%C2%AB-L%E2%80%99heure-d%E2%80%99%C3%A9t%C3%A9-ne-sera-pas-appliqu%C3%A9e-cette-ann%C3%A9e-%C2%BB">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   583
# http://www.defimedia.info/news/946/Rashid-Beebeejaun-:-%C2%AB-L%E2%80%99heure-d%E2%80%99%C3%A9t%C3%A9-ne-sera-pas-appliqu%C3%A9e-cette-ann%C3%A9e-%C2%BB
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   584
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   585
# <a href="http://lexpress.mu/Story/3398~Beebeejaun---Les-objectifs-d-%C3%A9conomie-d-%C3%A9nergie-de-l-heure-d-%C3%A9t%C3%A9-ont-%C3%A9t%C3%A9-atteints-">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   586
# http://lexpress.mu/Story/3398~Beebeejaun---Les-objectifs-d-%C3%A9conomie-d-%C3%A9nergie-de-l-heure-d-%C3%A9t%C3%A9-ont-%C3%A9t%C3%A9-atteints-
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   587
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   588
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   589
# Our wrap-up:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   590
# <a href="http://www.timeanddate.com/news/time/mauritius-dst-will-not-repeat.html">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   591
# http://www.timeanddate.com/news/time/mauritius-dst-will-not-repeat.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   592
# </a>
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   593
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   594
# From Arthur David Olson (2009-07-11):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   595
# The "mauritius-dst-will-not-repeat" wrapup includes this: 
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   596
# "The trial ended on March 29, 2009, when the clocks moved back by one hour
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   597
# at 2am (or 02:00) local time..."
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   598
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   599
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   600
Rule Mauritius	1982	only	-	Oct	10	0:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   601
Rule Mauritius	1983	only	-	Mar	21	0:00	0	-
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   602
Rule Mauritius	2008	only	-	Oct	lastSun	2:00	1:00	S
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   603
Rule Mauritius	2009	only	-	Mar	lastSun	2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
Zone Indian/Mauritius	3:50:00 -	LMT	1907		# Port Louis
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   606
			4:00 Mauritius	MU%sT	# Mauritius Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
# Agalega Is, Rodriguez
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
# no information; probably like Indian/Mauritius
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
# Mayotte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
Zone	Indian/Mayotte	3:00:56 -	LMT	1911 Jul	# Mamoutzou
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
# Morocco
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
# See the `europe' file for Spanish Morocco (Africa/Ceuta).
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   617
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   618
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   619
# Here is an article that Morocco plan to introduce Daylight Saving Time between
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   620
# 1 June, 2008 and 27 September, 2008.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   621
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   622
# "... Morocco is to save energy by adjusting its clock during summer so it will
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   623
# be one hour ahead of GMT between 1 June and 27 September, according to
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   624
# Communication Minister and Gov ernment Spokesman, Khalid Naciri...."
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   625
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   626
# <a href="http://www.worldtimezone.net/dst_news/dst_news_morocco01.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   627
# http://www.worldtimezone.net/dst_news/dst_news_morocco01.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   628
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   629
# OR
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   630
# <a href="http://en.afrik.com/news11892.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   631
# http://en.afrik.com/news11892.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   632
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   633
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   634
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   635
# The Morocco time change can be confirmed on Morocco web site Maghreb Arabe Presse:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   636
# <a href="http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   637
# http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   638
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   639
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   640
# Morocco shifts to daylight time on June 1st through September 27, Govt.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   641
# spokesman.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   642
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   643
# From Patrice Scattolin (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   644
# According to this article:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   645
# <a href="http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   646
# http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   647
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   648
# (and republished here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   649
# <a href="http://www.actu.ma/heure-dete-comment_i127896_0.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   650
# http://www.actu.ma/heure-dete-comment_i127896_0.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   651
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   652
# )
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   653
# the changes occurs at midnight:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   654
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   655
# saturday night may 31st at midnight (which in french is to be
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   656
# intrepreted as the night between saturday and sunday)
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   657
# sunday night the 28th  at midnight
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   658
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   659
# Seeing that the 28th is monday, I am guessing that she intends to say
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   660
# the midnight of the 28th which is the midnight between sunday and
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   661
# monday, which jives with other sources that say that it's inclusive
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   662
# june1st to sept 27th.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   663
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   664
# The decision was taken by decree *2-08-224 *but I can't find the decree
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   665
# published on the web.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   666
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   667
# It's also confirmed here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   668
# <a href="http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   669
# http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   670
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   671
# on a government portal as being  between june 1st and sept 27th (not yet
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   672
# posted in english).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   673
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   674
# The following google query will generate many relevant hits:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   675
# <a href="http://www.google.com/search?hl=en&q=Conseil+de+gouvernement+maroc+heure+avance&btnG=Search">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   676
# http://www.google.com/search?hl=en&q=Conseil+de+gouvernement+maroc+heure+avance&btnG=Search
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   677
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   678
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   679
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   680
# Is Western Sahara (part which administrated by Morocco) going to follow
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   681
# Morocco DST changes?  Any information?  What about other part of
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   682
# Western Sahara - under administration of POLISARIO Front (also named
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   683
# SADR Saharawi Arab Democratic Republic)?
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   684
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   685
# From Arthur David Olson (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   686
# XXX--guess that it is only Morocco for now; guess only 2008 for now.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   687
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   688
# From Steffen Thorsen (2008-08-27):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   689
# Morocco will change the clocks back on the midnight between August 31 
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   690
# and September 1. They originally planned to observe DST to near the end 
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   691
# of September:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   692
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   693
# One article about it (in French):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   694
# <a href="http://www.menara.ma/fr/Actualites/Maroc/Societe/ci.retour_a_l_heure_gmt_a_partir_du_dimanche_31_aout_a_minuit_officiel_.default">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   695
# http://www.menara.ma/fr/Actualites/Maroc/Societe/ci.retour_a_l_heure_gmt_a_partir_du_dimanche_31_aout_a_minuit_officiel_.default
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   696
# </a>
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   697
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   698
# We have some further details posted here:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   699
# <a href="http://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html">
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   700
# http://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   701
# </a>
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   702
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   703
# From Steffen Thorsen (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   704
# Morocco will observe DST from 2009-06-01 00:00 to 2009-08-21 00:00 according
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   705
# to many sources, such as
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   706
# <a href="http://news.marweb.com/morocco/entertainment/morocco-daylight-saving.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   707
# http://news.marweb.com/morocco/entertainment/morocco-daylight-saving.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   708
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   709
# <a href="http://www.medi1sat.ma/fr/depeche.aspx?idp=2312">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   710
# http://www.medi1sat.ma/fr/depeche.aspx?idp=2312
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   711
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   712
# (French)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   713
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   714
# Our summary:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   715
# <a href="http://www.timeanddate.com/news/time/morocco-starts-dst-2009.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   716
# http://www.timeanddate.com/news/time/morocco-starts-dst-2009.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   717
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   718
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   719
# From Alexander Krivenyshev (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   720
# Here is a link to official document from Royaume du Maroc Premier Ministre,
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   721
# Ministere de la Modernisation des Secteurs Publics
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   722
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   723
# Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 june 1967)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   724
# concerning the amendment of the legal time, the Ministry of Modernization of
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   725
# Public Sectors announced that the official time in the Kingdom will be
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   726
# advanced 60 minutes from Sunday 31 May 2009 at midnight.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   727
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   728
# <a href="http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   729
# http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   730
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   731
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   732
# <a href="http://www.worldtimezone.com/dst_news/dst_news_morocco03.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   733
# http://www.worldtimezone.com/dst_news/dst_news_morocco03.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   734
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   735
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   736
# From Steffen Thorsen (2010-04-13):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   737
# Several news media in Morocco report that the Ministry of Modernization
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   738
# of Public Sectors has announced that Morocco will have DST from
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   739
# 2010-05-02 to 2010-08-08.
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   740
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   741
# Example:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   742
# <a href="http://www.lavieeco.com/actualites/4099-le-maroc-passera-a-l-heure-d-ete-gmt1-le-2-mai.html">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   743
# http://www.lavieeco.com/actualites/4099-le-maroc-passera-a-l-heure-d-ete-gmt1-le-2-mai.html
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   744
# </a>
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   745
# (French)
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   746
# Our page:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   747
# <a href="http://www.timeanddate.com/news/time/morocco-starts-dst-2010.html">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   748
# http://www.timeanddate.com/news/time/morocco-starts-dst-2010.html
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   749
# </a>
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   750
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   751
# From Dan Abitol (2011-03-30):
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   752
# ...Rules for Africa/Casablanca are the following (24h format)
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   753
# The 3rd april 2011 at 00:00:00, [it] will be 3rd april 1:00:00
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   754
# The 31th july 2011 at 00:59:59,  [it] will be 31th July 00:00:00
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   755
# ...Official links of change in morocco
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   756
# The change was broadcast on the FM Radio
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   757
# I ve called ANRT (telecom regulations in Morocco) at
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   758
# +212.537.71.84.00
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   759
# <a href="http://www.anrt.net.ma/fr/">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   760
# http://www.anrt.net.ma/fr/
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   761
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   762
# They said that
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   763
# <a href="http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   764
# http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   765
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   766
# is the official publication to look at.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   767
# They said that the decision was already taken.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   768
#
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   769
# More articles in the press
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   770
# <a href="http://www.yabiladi.com/articles/details/5058/secret-l-heure-d-ete-maroc-lev">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   771
# http://www.yabiladi.com/articles/details/5058/secret-l-heure-d-ete-maroc-lev
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   772
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   773
# e.html
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   774
# <a href="http://www.lematin.ma/Actualite/Express/Article.asp?id=148923">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   775
# http://www.lematin.ma/Actualite/Express/Article.asp?id=148923
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   776
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   777
# <a href="http://www.lavieeco.com/actualite/Le-Maroc-passe-sur-GMT%2B1-a-partir-de-dim">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   778
# http://www.lavieeco.com/actualite/Le-Maroc-passe-sur-GMT%2B1-a-partir-de-dim
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   779
# anche-prochain-5538.html
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   780
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   781
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   782
# From Petr Machata (2011-03-30):
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   783
# They have it written in English here:
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   784
# <a href="http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view">
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   785
# http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   786
# </a>
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   787
#
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   788
# It says there that "Morocco will resume its standard time on July 31,
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   789
# 2011 at midnight." Now they don't say whether they mean midnight of
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   790
# wall clock time (i.e. 11pm UTC), but that's what I would assume. It has
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   791
# also been like that in the past.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   792
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   794
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
Rule	Morocco	1939	only	-	Sep	12	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
Rule	Morocco	1939	only	-	Nov	19	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
Rule	Morocco	1940	only	-	Feb	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
Rule	Morocco	1945	only	-	Nov	18	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
Rule	Morocco	1950	only	-	Jun	11	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
Rule	Morocco	1950	only	-	Oct	29	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
Rule	Morocco	1967	only	-	Jun	 3	12:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
Rule	Morocco	1967	only	-	Oct	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
Rule	Morocco	1974	only	-	Jun	24	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
Rule	Morocco	1974	only	-	Sep	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
Rule	Morocco	1976	1977	-	May	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
Rule	Morocco	1976	only	-	Aug	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
Rule	Morocco	1977	only	-	Sep	28	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
Rule	Morocco	1978	only	-	Jun	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
Rule	Morocco	1978	only	-	Aug	 4	 0:00	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   810
Rule	Morocco	2008	only	-	Jun	 1	 0:00	1:00	S
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   811
Rule	Morocco	2008	only	-	Sep	 1	 0:00	0	-
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   812
Rule	Morocco	2009	only	-	Jun	 1	 0:00	1:00	S
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   813
Rule	Morocco	2009	only	-	Aug	 21	 0:00	0	-
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   814
Rule	Morocco	2010	only	-	May	 2	 0:00	1:00	S
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   815
Rule	Morocco	2010	only	-	Aug	 8	 0:00	0	-
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   816
Rule	Morocco	2011	only	-	Apr	 3	 0:00	1:00	S
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   817
Rule	Morocco	2011	only	-	Jul	 31	 0	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
Zone Africa/Casablanca	-0:30:20 -	LMT	1913 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
			 0:00	Morocco	WE%sT	1984 Mar 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
			 1:00	-	CET	1986
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   822
			 0:00	Morocco	WE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
# Western Sahara
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
Zone Africa/El_Aaiun	-0:52:48 -	LMT	1934 Jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
			-1:00	-	WAT	1976 Apr 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
			 0:00	-	WET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
# Mozambique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
Zone	Africa/Maputo	2:10:20 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
# Namibia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
# The 1994-04-03 transition is from Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
# Shanks & Pottenger report no DST after 1998-04; go with IATA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
# From Petronella Sibeene (2007-03-30) in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
# <http://allafrica.com/stories/200703300178.html>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
# While the entire country changes its time, Katima Mulilo and other
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
# settlements in Caprivi unofficially will not because the sun there
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
# rises and sets earlier compared to other regions.  Chief of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
# Forecasting Riaan van Zyl explained that the far eastern parts of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
# the country are close to 40 minutes earlier in sunrise than the rest
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
# of the country.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
# 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
# From Paul Eggert (2007-03-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
# Apparently the Caprivi Strip informally observes Botswana time, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
# we have no details.  In the meantime people there can use Africa/Gaborone.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
Rule	Namibia	1994	max	-	Sep	Sun>=1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
Rule	Namibia	1995	max	-	Apr	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
Zone	Africa/Windhoek	1:08:24 -	LMT	1892 Feb 8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
			1:30	-	SWAT	1903 Mar	# SW Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
			2:00	-	SAST	1942 Sep 20 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
			2:00	1:00	SAST	1943 Mar 21 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
			2:00	-	SAST	1990 Mar 21 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
			2:00	-	CAT	1994 Apr  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
			1:00	Namibia	WA%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
# Niger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
Zone	Africa/Niamey	 0:08:28 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
			-1:00	-	WAT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
			 0:00	-	GMT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
			 1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
# Nigeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
Zone	Africa/Lagos	0:13:36 -	LMT	1919 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
90ce3da70b43 Initial load
duke
parents:
diff changeset
   874
# Reunion
90ce3da70b43 Initial load
duke
parents:
diff changeset
   875
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   876
Zone	Indian/Reunion	3:41:52 -	LMT	1911 Jun	# Saint-Denis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   877
			4:00	-	RET	# Reunion Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
# Scattered Islands (Iles Eparses) administered from Reunion are as follows.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
# The following information about them is taken from
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
# Iles Eparses (www.outre-mer.gouv.fr/domtom/ile.htm, 1997-07-22, in French;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
# no longer available as of 1999-08-17).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
# We have no info about their time zone histories.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
# Bassas da India - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
# Europa Island - inhabited from 1905 to 1910 by two families
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
# Glorioso Is - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
# Juan de Nova - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
# Tromelin - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
# Rwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
Zone	Africa/Kigali	2:00:16 -	LMT	1935 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
# St Helena
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
Zone Atlantic/St_Helena	-0:22:48 -	LMT	1890		# Jamestown
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
			-0:22:48 -	JMT	1951	# Jamestown Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
# The other parts of the St Helena territory are similar:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
#	Tristan da Cunha: on GMT, say Whitman and the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
#	Ascension: on GMT, says usno1995 and the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
#	Gough (scientific station since 1955; sealers wintered previously):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
#		on GMT, says the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
#	Inaccessible, Nightingale: no information, but probably GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
# Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
Zone	Africa/Sao_Tome	 0:26:56 -	LMT	1884
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
			-0:36:32 -	LMT	1912	# Lisbon Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
# Senegal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
Zone	Africa/Dakar	-1:09:44 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
			-1:00	-	WAT	1941 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
# Seychelles
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
Zone	Indian/Mahe	3:41:48 -	LMT	1906 Jun	# Victoria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
			4:00	-	SCT	# Seychelles Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
# From Paul Eggert (2001-05-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
# Aldabra, Farquhar, and Desroches, originally dependencies of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
# Seychelles, were transferred to the British Indian Ocean Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
# in 1965 and returned to Seychelles control in 1976.  We don't know
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
# whether this affected their time zone, so omit this for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
# Possibly the islands were uninhabited.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
# Sierra Leone
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
# Whitman gives Mar 31 - Aug 31 for 1931 on; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
Rule	SL	1935	1942	-	Jun	 1	0:00	0:40	SLST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
Rule	SL	1935	1942	-	Oct	 1	0:00	0	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
Rule	SL	1957	1962	-	Jun	 1	0:00	1:00	SLST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
Rule	SL	1957	1962	-	Sep	 1	0:00	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
Zone	Africa/Freetown	-0:53:00 -	LMT	1882
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
			-0:53:00 -	FMT	1913 Jun # Freetown Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
			-1:00	SL	%s	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
			 0:00	SL	%s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
# Somalia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
Zone Africa/Mogadishu	3:01:28 -	LMT	1893 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
			3:00	-	EAT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
			2:30	-	BEAT	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
# South Africa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
Rule	SA	1942	1943	-	Sep	Sun>=15	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
Rule	SA	1943	1944	-	Mar	Sun>=15	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
Zone Africa/Johannesburg 1:52:00 -	LMT	1892 Feb 8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
			1:30	-	SAST	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
			2:00	SA	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
# Marion and Prince Edward Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
# scientific station since 1947
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
# no information
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
# Sudan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
# From <a href="http://www.sunanews.net/sn13jane.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
# Sudan News Agency (2000-01-13)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
# </a>, also reported by Michael De Beukelaer-Dossche via Steffen Thorsen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
# Clocks will be moved ahead for 60 minutes all over the Sudan as of noon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
# Saturday....  This was announced Thursday by Caretaker State Minister for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
# Manpower Abdul-Rahman Nur-Eddin.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
Rule	Sudan	1970	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
Rule	Sudan	1970	1985	-	Oct	15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
Rule	Sudan	1971	only	-	Apr	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
Rule	Sudan	1972	1985	-	Apr	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
Zone	Africa/Khartoum	2:10:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
			2:00	Sudan	CA%sT	2000 Jan 15 12:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
# Swaziland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
Zone	Africa/Mbabane	2:04:24 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
# Tanzania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
Zone Africa/Dar_es_Salaam 2:37:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
			3:00	-	EAT	1948
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
			2:44:45	-	BEAUT	1961
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
# Togo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
Zone	Africa/Lome	0:04:52 -	LMT	1893
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
			0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
# Tunisia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
# From Gwillim Law (2005-04-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
# My correspondent, Risto Nykanen, has alerted me to another adoption of DST,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
# this time in Tunisia.  According to Yahoo France News
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
# <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
# and dated 2005-04-26, "Tunisia has decided to advance its official time by
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
# one hour, starting on Sunday, May 1.  Henceforth, Tunisian time will be
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
# UTC+2 instead of UTC+1.  The change will take place at 23:00 UTC next
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
# Saturday."  (My translation)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
# From Oscar van Vlijmen (2005-05-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
# LaPresse, the first national daily newspaper ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
# <http://www.lapresse.tn/archives/archives280405/actualites/lheure.html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
# ... DST for 2005: on: Sun May 1 0h standard time, off: Fri Sept. 30,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
# 1h standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
# From Atef Loukil (2006-03-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
# The daylight saving time will be the same each year:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
# Beginning      : the last Sunday of March at 02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
# Ending         : the last Sunday of October at 03:00 ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
# http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1022
# From Steffen Thorsen (2009-03-16):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1023
# According to several news sources, Tunisia will not observe DST this year.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1024
# (Arabic)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1025
# <a href="http://www.elbashayer.com/?page=viewn&nid=42546">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1026
# http://www.elbashayer.com/?page=viewn&nid=42546
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1027
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1028
# <a href="http://www.babnet.net/kiwidetail-15295.asp">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1029
# http://www.babnet.net/kiwidetail-15295.asp
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1030
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1031
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1032
# We have also confirmed this with the US embassy in Tunisia.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1033
# We have a wrap-up about this on the following page:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1034
# <a href="http://www.timeanddate.com/news/time/tunisia-cancels-dst-2009.html">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1035
# http://www.timeanddate.com/news/time/tunisia-cancels-dst-2009.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1036
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1037
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1038
# From Alexander Krivenyshev (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1039
# Here is a link to Tunis Afrique Presse News Agency
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1040
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1041
# Standard time to be kept the whole year long (tap.info.tn):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1042
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1043
# (in English)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1044
# <a href="http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1045
# http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1046
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1047
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1048
# (in Arabic)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1049
# <a href="http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1">
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1050
# http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1051
# </a>
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1052
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1053
# From Arthur David Olson (2009--3-18):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1054
# The Tunis Afrique Presse News Agency notice contains this: "This measure is due to the fact
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1055
# that the fasting month of ramadan coincides with the period concerned by summer time.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1056
# Therefore, the standard time will be kept unchanged the whole year long."
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1057
# So foregoing DST seems to be an exception (albeit one that may be repeated in the  future).
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1058
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1059
# From Alexander Krivenyshev (2010-03-27):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1060
# According to some news reports Tunis confirmed not to use DST in 2010
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1061
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1062
# (translation):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1063
# "The Tunisian government has decided to abandon DST, which was scheduled on
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1064
# Sunday...
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1065
# Tunisian authorities had suspended the DST for the first time last year also
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1066
# coincided with the month of Ramadan..."
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1067
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1068
# (in Arabic)
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1069
# <a href="http://www.moheet.com/show_news.aspx?nid=358861&pg=1">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1070
# http://www.moheet.com/show_news.aspx?nid=358861&pg=1
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1071
# <a href="http://www.almadenahnews.com/newss/news.php?c=118&id=38036">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1072
# http://www.almadenahnews.com/newss/news.php?c=118&id=38036
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1073
# or
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1074
# <a href="http://www.worldtimezone.com/dst_news/dst_news_tunis02.html">
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1075
# http://www.worldtimezone.com/dst_news/dst_news_tunis02.html
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1076
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
Rule	Tunisia	1939	only	-	Apr	15	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
Rule	Tunisia	1939	only	-	Nov	18	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
Rule	Tunisia	1940	only	-	Feb	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
Rule	Tunisia	1941	only	-	Oct	 6	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
Rule	Tunisia	1942	only	-	Mar	 9	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
Rule	Tunisia	1942	only	-	Nov	 2	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
Rule	Tunisia	1943	only	-	Mar	29	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
Rule	Tunisia	1943	only	-	Apr	17	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
Rule	Tunisia	1943	only	-	Apr	25	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
Rule	Tunisia	1943	only	-	Oct	 4	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
Rule	Tunisia	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
Rule	Tunisia	1944	only	-	Oct	 8	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
Rule	Tunisia	1945	only	-	Sep	16	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
Rule	Tunisia	1977	only	-	Apr	30	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
Rule	Tunisia	1977	only	-	Sep	24	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
Rule	Tunisia	1978	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
Rule	Tunisia	1978	only	-	Oct	 1	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
Rule	Tunisia	1988	only	-	Jun	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
Rule	Tunisia	1988	1990	-	Sep	lastSun	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
Rule	Tunisia	1989	only	-	Mar	26	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
Rule	Tunisia	1990	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
Rule	Tunisia	2005	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
Rule	Tunisia	2005	only	-	Sep	30	 1:00s	0	-
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1101
Rule	Tunisia	2006	2008	-	Mar	lastSun	 2:00s	1:00	S
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1102
Rule	Tunisia	2006	2008	-	Oct	lastSun	 2:00s	0	-
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1103
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
# Shanks & Pottenger say the 1911 switch was on Mar 9; go with Howse's Mar 11.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
Zone	Africa/Tunis	0:40:44 -	LMT	1881 May 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
			0:09:21	-	PMT	1911 Mar 11    # Paris Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
			1:00	Tunisia	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
# Uganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
Zone	Africa/Kampala	2:09:40 -	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
			2:30	-	BEAT	1948
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
			2:44:45	-	BEAUT	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
# Zambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
Zone	Africa/Lusaka	1:53:08 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
# Zimbabwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
Zone	Africa/Harare	2:04:12 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
			2:00	-	CAT