jdk/make/sun/javazic/tzdata/africa
author peytoia
Mon, 08 Sep 2008 17:35:07 +0900
changeset 1316 20fc6d4d57ae
parent 2 90ce3da70b43
child 1831 c9effd4226ea
permissions -rw-r--r--
6730743: (tz) Support tzdata2008e 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
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# by Sun in the LICENSE file that accompanied this code.
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
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# <pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# This data is by no means authoritative; if you think you know better,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# go ahead and edit the file (and please send any changes to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# tz@elsie.nci.nih.gov for general use in the future).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# A good source for time zone historical data outside the U.S. is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# San Diego: ACS Publications, Inc. (2003).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# Gwillim Law writes that a good source
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# for recent time zone data is the International Air Transport
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# published semiannually.  Law sent in several helpful summaries
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
# of the IATA's data after 1990.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# entries through 1990, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# Another source occasionally used is Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# A reliable and entertaining source about time zones is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# Previous editions of this database used WAT, CAT, SAT, and EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
# for +0:00 through +3:00, respectively,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
# but Mark R V Murray reports that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# `SAST' is the official abbreviation for +2:00 in the country of South Africa,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# `CAT' is commonly used for +2:00 in countries north of South Africa, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
# `WAT' is probably the best name for +1:00, as the common phrase for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
# the area that includes Nigeria is ``West Africa''.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
# He has heard of ``Western Sahara Time'' for +0:00 but can find no reference.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
# To make things confusing, `WAT' seems to have been used for -1:00 long ago;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
# I'd guess that this was because people needed _some_ name for -1:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
# and at the time, far west Africa was the only major land area in -1:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
# This usage is now obsolete, as the last use of -1:00 on the African
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# mainland seems to have been 1976 in Western Sahara.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
# To summarize, the following abbreviations seem to have some currency:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#	-1:00	WAT	West Africa Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
#	 0:00	GMT	Greenwich Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#	 2:00	CAT	Central Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
#	 2:00	SAST	South Africa Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
# and Murray suggests the following abbreviation:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
#	 1:00	WAT	West Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
# I realize that this leads to `WAT' being used for both -1:00 and 1:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
# for times before 1976, but this is the best I can think of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# until we get more information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# I invented the following abbreviations; corrections are welcome!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
#	 2:00	WAST	West Africa Summer Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
#	 2:30	BEAT	British East Africa Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
#	 2:44:45 BEAUT	British East Africa Unified Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#	 3:00	CAST	Central Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#	 3:00	SAST	South Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
#	 3:00	EAT	East Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#	 4:00	EAST	East Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# Algeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
Rule	Algeria	1916	only	-	Jun	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
Rule	Algeria	1916	1919	-	Oct	Sun>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
Rule	Algeria	1917	only	-	Mar	24	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
Rule	Algeria	1918	only	-	Mar	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
Rule	Algeria	1919	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
Rule	Algeria	1920	only	-	Feb	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
Rule	Algeria	1920	only	-	Oct	23	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Rule	Algeria	1921	only	-	Mar	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Rule	Algeria	1921	only	-	Jun	21	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
Rule	Algeria	1939	only	-	Sep	11	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
Rule	Algeria	1939	only	-	Nov	19	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
Rule	Algeria	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Rule	Algeria	1944	only	-	Oct	 8	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
Rule	Algeria	1945	only	-	Sep	16	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
Rule	Algeria	1971	only	-	Apr	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Rule	Algeria	1971	only	-	Sep	26	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
Rule	Algeria	1977	only	-	May	 6	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
Rule	Algeria	1977	only	-	Oct	21	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Rule	Algeria	1978	only	-	Mar	24	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
Rule	Algeria	1978	only	-	Sep	22	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
Rule	Algeria	1980	only	-	Apr	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
Rule	Algeria	1980	only	-	Oct	31	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
Zone	Africa/Algiers	0:12:12 -	LMT	1891 Mar 15 0:01
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
			0:09:21	-	PMT	1911 Mar 11    # Paris Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
			0:00	Algeria	WE%sT	1940 Feb 25 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
			1:00	Algeria	CE%sT	1946 Oct  7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
			0:00	-	WET	1956 Jan 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
			1:00	-	CET	1963 Apr 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
			0:00	Algeria	WE%sT	1977 Oct 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
			1:00	Algeria	CE%sT	1979 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
			0:00	Algeria	WE%sT	1981 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
			1:00	-	CET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
# Angola
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
Zone	Africa/Luanda	0:52:56	-	LMT	1892
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
			0:52:04	-	AOT	1911 May 26 # Angola Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# Benin
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
# Whitman says they switched to 1:00 in 1946, not 1934;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
Zone Africa/Porto-Novo	0:10:28	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
			0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
# Botswana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
Zone	Africa/Gaborone	1:43:40 -	LMT	1885
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
			2:00	-	CAT	1943 Sep 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
			2:00	1:00	CAST	1944 Mar 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
# Burkina Faso
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
Zone Africa/Ouagadougou	-0:06:04 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
# Burundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
Zone Africa/Bujumbura	1:57:28	-	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
# Cameroon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
# Whitman says they switched to 1:00 in 1920; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
Zone	Africa/Douala	0:38:48	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
# Cape Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
Zone Atlantic/Cape_Verde -1:34:04 -	LMT	1907			# Praia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
			-2:00	-	CVT	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
			-2:00	1:00	CVST	1945 Oct 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
			-2:00	-	CVT	1975 Nov 25 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
			-1:00	-	CVT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
# Central African Republic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
Zone	Africa/Bangui	1:14:20	-	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
# Chad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
Zone	Africa/Ndjamena	1:00:12 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
			1:00	-	WAT	1979 Oct 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
			1:00	1:00	WAST	1980 Mar  8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
# Comoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
Zone	Indian/Comoro	2:53:04 -	LMT	1911 Jul   # Moroni, Gran Comoro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
# Democratic Republic of Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
Zone Africa/Kinshasa	1:01:12 -	LMT	1897 Nov 9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
Zone Africa/Lubumbashi	1:49:52 -	LMT	1897 Nov 9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
# Republic of the Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
Zone Africa/Brazzaville	1:01:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
# Cote D'Ivoire
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
Zone	Africa/Abidjan	-0:16:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
# Djibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
Zone	Africa/Djibouti	2:52:36 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
# Egypt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
Rule	Egypt	1940	only	-	Jul	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
Rule	Egypt	1940	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
Rule	Egypt	1941	only	-	Apr	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
Rule	Egypt	1941	only	-	Sep	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
Rule	Egypt	1942	1944	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
Rule	Egypt	1942	only	-	Oct	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
Rule	Egypt	1943	1945	-	Nov	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
Rule	Egypt	1945	only	-	Apr	16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
Rule	Egypt	1957	only	-	May	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
Rule	Egypt	1957	1958	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
Rule	Egypt	1958	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
Rule	Egypt	1959	1981	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
Rule	Egypt	1959	1965	-	Sep	30	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
Rule	Egypt	1966	1994	-	Oct	 1	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
Rule	Egypt	1982	only	-	Jul	25	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
Rule	Egypt	1983	only	-	Jul	12	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
Rule	Egypt	1984	1988	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
Rule	Egypt	1989	only	-	May	 6	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
Rule	Egypt	1990	1994	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
# IATA (after 1990) says transitions are at 0:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
# Go with IATA starting in 1995, except correct 1995 entry from 09-30 to 09-29.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
Rule	Egypt	1995	max	-	Apr	lastFri	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
Rule	Egypt	1995	2005	-	Sep	lastThu	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
# From Steffen Thorsen (2006-09-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
# The Egyptian Gazette, issue 41,090 (2006-09-18), page 1, reports:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
# Egypt will turn back clocks by one hour at the midnight of Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
# after observing the daylight saving time since May.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
# http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
Rule	Egypt	2006	only	-	Sep	21	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
# From Dirk Losch (2007-08-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
# I received a mail from an airline which says that the daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
# saving time in Egypt will end in the night of 2007-09-06 to 2007-09-07.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
# From Jesper Norgaard Welen (2007-08-15): [The following agree:]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
# http://www.nentjes.info/Bill/bill5.htm 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
# http://www.timeanddate.com/worldclock/city.html?n=53
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
# From Steffen Thorsen (2007-09-04): The official information...:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
# http://www.sis.gov.eg/En/EgyptOnline/Miscellaneous/000002/0207000000000000001580.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
Rule	Egypt	2007	only	-	Sep	Thu>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
# From Abdelrahman Hassan (2007-09-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
# Due to the Hijri (lunar Islamic calendar) year being 11 days shorter
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
# than the year of the Gregorian calendar, Ramadan shifts earlier each
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
# year. This year it will be observed September 13 (September is quite
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
# hot in Egypt), and the idea is to make fasting easier for workers by
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
# shifting business hours one hour out of daytime heat. Consequently,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
# unless discontinued, next DST may end Thursday 28 August 2008.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
# From Paul Eggert (2007-08-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
# For lack of better info, assume the new rule is last Thursday in August.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
Rule	Egypt	2008	max	-	Aug	lastThu	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
Zone	Africa/Cairo	2:05:00 -	LMT	1900 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
			2:00	Egypt	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
# Equatorial Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
Zone	Africa/Malabo	0:35:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
			0:00	-	GMT	1963 Dec 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
# Eritrea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
Zone	Africa/Asmara	2:35:32 -	LMT	1870
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
			2:35:32	-	AMT	1890	      # Asmara Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
			2:35:20	-	ADMT	1936 May 5    # Adis Dera MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
# Ethiopia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
# Shanks & Pottenger write that Ethiopia had six narrowly-spaced time zones
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
# between 1870 and 1890, and that they merged to 38E50 (2:35:20) in 1890.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
# We'll guess that 38E50 is for Adis Dera.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
Zone Africa/Addis_Ababa	2:34:48 -	LMT	1870
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
			2:35:20	-	ADMT	1936 May 5    # Adis Dera MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
# Gabon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
Zone Africa/Libreville	0:37:48 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
# Gambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
Zone	Africa/Banjul	-1:06:36 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
			-1:06:36 -	BMT	1935	# Banjul Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
			-1:00	-	WAT	1964
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
# Ghana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
# Whitman says DST was observed from 1931 to ``the present'';
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
Rule	Ghana	1936	1942	-	Sep	 1	0:00	0:20	GHST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
Rule	Ghana	1936	1942	-	Dec	31	0:00	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
Zone	Africa/Accra	-0:00:52 -	LMT	1918
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
			 0:00	Ghana	%s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
# Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
Zone	Africa/Conakry	-0:54:52 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
			-1:00	-	WAT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
# Guinea-Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
Zone	Africa/Bissau	-1:02:20 -	LMT	1911 May 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
			-1:00	-	WAT	1975
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
# Kenya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
Zone	Africa/Nairobi	2:27:16	-	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
			2:30	-	BEAT	1940
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
			2:44:45	-	BEAUT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
# Lesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
Zone	Africa/Maseru	1:50:00 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
			2:00	-	SAST	1943 Sep 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
			2:00	1:00	SAST	1944 Mar 19 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
# Liberia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
# In 1972 Liberia was the last country to switch
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
# from a UTC offset that was not a multiple of 15 or 20 minutes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
# Howse reports that it was in honor of their president's birthday.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
# Shank & Pottenger report the date as May 1, whereas Howse reports Jan;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
# For Liberia before 1972, Shanks & Pottenger report -0:44, whereas Howse and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
# Whitman each report -0:44:30; go with the more precise figure.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
Zone	Africa/Monrovia	-0:43:08 -	LMT	1882
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
			-0:43:08 -	MMT	1919 Mar # Monrovia Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
			-0:44:30 -	LRT	1972 May # Liberia Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
# Libya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
Rule	Libya	1951	only	-	Oct	14	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
Rule	Libya	1952	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
Rule	Libya	1953	only	-	Oct	 9	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
Rule	Libya	1954	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
Rule	Libya	1955	only	-	Sep	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
Rule	Libya	1956	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
Rule	Libya	1982	1984	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
Rule	Libya	1982	1985	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
Rule	Libya	1985	only	-	Apr	 6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
Rule	Libya	1986	only	-	Apr	 4	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
Rule	Libya	1986	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
Rule	Libya	1987	1989	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
Rule	Libya	1987	1989	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
Zone	Africa/Tripoli	0:52:44 -	LMT	1920
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
			1:00	Libya	CE%sT	1959
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
			2:00	-	EET	1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
			1:00	Libya	CE%sT	1990 May  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# The following entries are from Shanks & Pottenger;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
# the IATA SSIM data contain some obvious errors.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
			2:00	-	EET	1996 Sep 30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
			1:00	-	CET	1997 Apr  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
			1:00	1:00	CEST	1997 Oct  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
			2:00	-	EET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
# Madagascar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
Zone Indian/Antananarivo 3:10:04 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
			3:00	-	EAT	1954 Feb 27 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
			3:00	1:00	EAST	1954 May 29 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
# Malawi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
Zone	Africa/Blantyre	2:20:00 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
# Mali
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
Zone	Africa/Bamako	-0:32:00 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
			-1:00	-	WAT	1960 Jun 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
# Mauritania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
Zone Africa/Nouakchott	-1:03:48 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
			 0:00	-	GMT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
			-1:00	-	WAT	1960 Nov 28
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
# Mauritius
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   412
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   413
# From Steffen Thorsen (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   414
# 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
   415
# basis....
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   416
# It seems that Mauritius observed daylight saving time from 1982-10-10 to 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   417
# 1983-03-20 as well, but that was not successful....
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   418
# http://www.timeanddate.com/news/time/mauritius-daylight-saving-time.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   419
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   420
# From Alex Krivenyshev (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   421
# http://economicdevelopment.gov.mu/portal/site/Mainhomepage/menuitem.a42b24128104d9845dabddd154508a0c/?content_id=0a7cee8b5d69a110VgnVCM1000000a04a8c0RCRD
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   422
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   423
# From Arthur David Olson (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   424
# The www.timeanddate.com article cited by Steffen Thorsen notes that "A
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   425
# final decision has yet to be made on the times that daylight saving
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   426
# would begin and end on these dates." As a place holder, use midnight.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   427
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   428
# From Paul Eggert (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   429
# Follow Thorsen on DST in 1982/1983, instead of Shanks & Pottenger.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   430
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   431
# From Steffen Thorsen (2008-07-10):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   432
# According to
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   433
# <a href="http://www.lexpress.mu/display_article.php?news_id=111216">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   434
# http://www.lexpress.mu/display_article.php?news_id=111216
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   435
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   436
# (in French), Mauritius will start and end their DST a few days earlier
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   437
# than previously announced (2008-11-01 to 2009-03-31).  The new start
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   438
# 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
   439
# given, but it is probably at either 2 or 3 wall clock time).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   440
# 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   441
# A little strange though, since the article says that they moved the date 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   442
# to align itself with Europe and USA which also change time on that date, 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   443
# but that means they have not paid attention to what happened in 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   444
# USA/Canada last year (DST ends first Sunday in November). I also wonder 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   445
# why that they end on a Friday, instead of aligning with Europe which 
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   446
# changes two days later.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   447
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   448
# From Alex Krivenyshev (2008-07-11):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   449
# Seems that English language article "The revival of daylight saving
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   450
# time:  Energy conservation?"-# No. 16578 (07/11/2008) was originally
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   451
# published on Monday, June 30, 2008...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   452
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   453
# I guess that article in French "Le gouvernement avance l'introduction
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   454
# de l'heure d'ete" stating that DST in Mauritius starting on October 26
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   455
# and ending on March 27, 2009 is the most recent one.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   456
# ...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   457
# <a href="http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   458
# http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   459
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   460
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   461
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   462
Rule Mauritius	1982	only	-	Oct	10	0:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   463
Rule Mauritius	1983	only	-	Mar	21	0:00	0	-
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   464
Rule Mauritius	2008	only	-	Oct	26	2:00s	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   465
Rule Mauritius	2009	only	-	Mar	27	2:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
Zone Indian/Mauritius	3:50:00 -	LMT	1907		# Port Louis
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   468
			4:00 Mauritius	MU%sT	# Mauritius Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
# Agalega Is, Rodriguez
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
# no information; probably like Indian/Mauritius
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
# Mayotte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
Zone	Indian/Mayotte	3:00:56 -	LMT	1911 Jul	# Mamoutzou
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
# Morocco
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
# See the `europe' file for Spanish Morocco (Africa/Ceuta).
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   479
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   480
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   481
# Here is an article that Morocco plan to introduce Daylight Saving Time between
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   482
# 1 June, 2008 and 27 September, 2008.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   483
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   484
# "... Morocco is to save energy by adjusting its clock during summer so it will
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   485
# be one hour ahead of GMT between 1 June and 27 September, according to
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   486
# Communication Minister and Gov ernment Spokesman, Khalid Naciri...."
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   487
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   488
# <a href="http://www.worldtimezone.net/dst_news/dst_news_morocco01.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   489
# http://www.worldtimezone.net/dst_news/dst_news_morocco01.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   490
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   491
# OR
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   492
# <a href="http://en.afrik.com/news11892.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   493
# http://en.afrik.com/news11892.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   494
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   495
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   496
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   497
# The Morocco time change can be confirmed on Morocco web site Maghreb Arabe Presse:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   498
# <a href="http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   499
# http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   500
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   501
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   502
# Morocco shifts to daylight time on June 1st through September 27, Govt.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   503
# spokesman.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   504
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   505
# From Patrice Scattolin (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   506
# According to this article:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   507
# <a href="http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   508
# http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   509
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   510
# (and republished here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   511
# <a href="http://www.actu.ma/heure-dete-comment_i127896_0.html">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   512
# http://www.actu.ma/heure-dete-comment_i127896_0.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   513
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   514
# )
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   515
# the changes occurs at midnight:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   516
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   517
# saturday night may 31st at midnight (which in french is to be
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   518
# intrepreted as the night between saturday and sunday)
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   519
# sunday night the 28th  at midnight
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   520
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   521
# Seeing that the 28th is monday, I am guessing that she intends to say
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   522
# the midnight of the 28th which is the midnight between sunday and
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   523
# monday, which jives with other sources that say that it's inclusive
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   524
# june1st to sept 27th.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   525
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   526
# 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
   527
# published on the web.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   528
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   529
# It's also confirmed here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   530
# <a href="http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm">
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   531
# http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   532
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   533
# on a government portal as being  between june 1st and sept 27th (not yet
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   534
# posted in english).
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   535
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   536
# The following google query will generate many relevant hits:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   537
# <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
   538
# 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
   539
# </a>
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   540
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   541
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   542
# Is Western Sahara (part which administrated by Morocco) going to follow
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   543
# Morocco DST changes?  Any information?  What about other part of
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   544
# Western Sahara - under administration of POLISARIO Front (also named
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   545
# SADR Saharawi Arab Democratic Republic)?
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   546
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   547
# From Arthur David Olson (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   548
# XXX--guess that it is only Morocco for now; guess only 2008 for now.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   549
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
Rule	Morocco	1939	only	-	Sep	12	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
Rule	Morocco	1939	only	-	Nov	19	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
Rule	Morocco	1940	only	-	Feb	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
Rule	Morocco	1945	only	-	Nov	18	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
Rule	Morocco	1950	only	-	Jun	11	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
Rule	Morocco	1950	only	-	Oct	29	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
Rule	Morocco	1967	only	-	Jun	 3	12:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
Rule	Morocco	1967	only	-	Oct	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
Rule	Morocco	1974	only	-	Jun	24	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
Rule	Morocco	1974	only	-	Sep	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
Rule	Morocco	1976	1977	-	May	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
Rule	Morocco	1976	only	-	Aug	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
Rule	Morocco	1977	only	-	Sep	28	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
Rule	Morocco	1978	only	-	Jun	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
Rule	Morocco	1978	only	-	Aug	 4	 0:00	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   566
Rule	Morocco	2008	only	-	Jun	 1	 0:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   567
Rule	Morocco	2008	only	-	Sep	28	 0:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
Zone Africa/Casablanca	-0:30:20 -	LMT	1913 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
			 0:00	Morocco	WE%sT	1984 Mar 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
			 1:00	-	CET	1986
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   572
			 0:00	Morocco	WE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
# Western Sahara
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
Zone Africa/El_Aaiun	-0:52:48 -	LMT	1934 Jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
			-1:00	-	WAT	1976 Apr 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
			 0:00	-	WET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
# Mozambique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
Zone	Africa/Maputo	2:10:20 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
# Namibia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
# The 1994-04-03 transition is from Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
# Shanks & Pottenger report no DST after 1998-04; go with IATA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
# From Petronella Sibeene (2007-03-30) in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
# <http://allafrica.com/stories/200703300178.html>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
# While the entire country changes its time, Katima Mulilo and other
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
# settlements in Caprivi unofficially will not because the sun there
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
# rises and sets earlier compared to other regions.  Chief of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
# Forecasting Riaan van Zyl explained that the far eastern parts of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
# the country are close to 40 minutes earlier in sunrise than the rest
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
# of the country.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
# 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
# From Paul Eggert (2007-03-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
# Apparently the Caprivi Strip informally observes Botswana time, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
# we have no details.  In the meantime people there can use Africa/Gaborone.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
Rule	Namibia	1994	max	-	Sep	Sun>=1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
Rule	Namibia	1995	max	-	Apr	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
Zone	Africa/Windhoek	1:08:24 -	LMT	1892 Feb 8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
			1:30	-	SWAT	1903 Mar	# SW Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
			2:00	-	SAST	1942 Sep 20 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
			2:00	1:00	SAST	1943 Mar 21 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
			2:00	-	SAST	1990 Mar 21 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
			2:00	-	CAT	1994 Apr  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
			1:00	Namibia	WA%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
# Niger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
Zone	Africa/Niamey	 0:08:28 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
			-1:00	-	WAT	1934 Feb 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
			 0:00	-	GMT	1960
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
			 1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
# Nigeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
Zone	Africa/Lagos	0:13:36 -	LMT	1919 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
# Reunion
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
Zone	Indian/Reunion	3:41:52 -	LMT	1911 Jun	# Saint-Denis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
			4:00	-	RET	# Reunion Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
# Scattered Islands (Iles Eparses) administered from Reunion are as follows.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
# The following information about them is taken from
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
# Iles Eparses (www.outre-mer.gouv.fr/domtom/ile.htm, 1997-07-22, in French;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
# no longer available as of 1999-08-17).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
# We have no info about their time zone histories.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
# Bassas da India - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
# Europa Island - inhabited from 1905 to 1910 by two families
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
# Glorioso Is - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
# Juan de Nova - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
# Tromelin - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
# Rwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
Zone	Africa/Kigali	2:00:16 -	LMT	1935 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
# St Helena
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
Zone Atlantic/St_Helena	-0:22:48 -	LMT	1890		# Jamestown
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
			-0:22:48 -	JMT	1951	# Jamestown Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
# The other parts of the St Helena territory are similar:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
#	Tristan da Cunha: on GMT, say Whitman and the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
#	Ascension: on GMT, says usno1995 and the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
#	Gough (scientific station since 1955; sealers wintered previously):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
#		on GMT, says the CIA
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
#	Inaccessible, Nightingale: no information, but probably GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
# Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
Zone	Africa/Sao_Tome	 0:26:56 -	LMT	1884
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
			-0:36:32 -	LMT	1912	# Lisbon Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
# Senegal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
Zone	Africa/Dakar	-1:09:44 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
			-1:00	-	WAT	1941 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
# Seychelles
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
Zone	Indian/Mahe	3:41:48 -	LMT	1906 Jun	# Victoria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
			4:00	-	SCT	# Seychelles Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
# From Paul Eggert (2001-05-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
# Aldabra, Farquhar, and Desroches, originally dependencies of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
# Seychelles, were transferred to the British Indian Ocean Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
# in 1965 and returned to Seychelles control in 1976.  We don't know
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
# whether this affected their time zone, so omit this for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
# Possibly the islands were uninhabited.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
# Sierra Leone
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
# Whitman gives Mar 31 - Aug 31 for 1931 on; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
Rule	SL	1935	1942	-	Jun	 1	0:00	0:40	SLST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
Rule	SL	1935	1942	-	Oct	 1	0:00	0	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
Rule	SL	1957	1962	-	Jun	 1	0:00	1:00	SLST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
Rule	SL	1957	1962	-	Sep	 1	0:00	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
Zone	Africa/Freetown	-0:53:00 -	LMT	1882
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
			-0:53:00 -	FMT	1913 Jun # Freetown Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
			-1:00	SL	%s	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
			 0:00	SL	%s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
# Somalia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
Zone Africa/Mogadishu	3:01:28 -	LMT	1893 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
			3:00	-	EAT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
			2:30	-	BEAT	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
# South Africa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
Rule	SA	1942	1943	-	Sep	Sun>=15	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
Rule	SA	1943	1944	-	Mar	Sun>=15	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
Zone Africa/Johannesburg 1:52:00 -	LMT	1892 Feb 8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
			1:30	-	SAST	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
			2:00	SA	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
# Marion and Prince Edward Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
# scientific station since 1947
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
# no information
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
# Sudan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
# From <a href="http://www.sunanews.net/sn13jane.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
# Sudan News Agency (2000-01-13)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
# </a>, also reported by Michael De Beukelaer-Dossche via Steffen Thorsen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
# Clocks will be moved ahead for 60 minutes all over the Sudan as of noon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
# Saturday....  This was announced Thursday by Caretaker State Minister for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
# Manpower Abdul-Rahman Nur-Eddin.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
Rule	Sudan	1970	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
Rule	Sudan	1970	1985	-	Oct	15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
Rule	Sudan	1971	only	-	Apr	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
Rule	Sudan	1972	1985	-	Apr	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
Zone	Africa/Khartoum	2:10:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
			2:00	Sudan	CA%sT	2000 Jan 15 12:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
# Swaziland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
Zone	Africa/Mbabane	2:04:24 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
# Tanzania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
Zone Africa/Dar_es_Salaam 2:37:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
			3:00	-	EAT	1948
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
			2:44:45	-	BEAUT	1961
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
# Togo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
Zone	Africa/Lome	0:04:52 -	LMT	1893
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
			0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
# Tunisia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
# From Gwillim Law (2005-04-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
# My correspondent, Risto Nykanen, has alerted me to another adoption of DST,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
# this time in Tunisia.  According to Yahoo France News
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
# <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
# and dated 2005-04-26, "Tunisia has decided to advance its official time by
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
# one hour, starting on Sunday, May 1.  Henceforth, Tunisian time will be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
# UTC+2 instead of UTC+1.  The change will take place at 23:00 UTC next
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
# Saturday."  (My translation)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
# From Oscar van Vlijmen (2005-05-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
# LaPresse, the first national daily newspaper ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
# <http://www.lapresse.tn/archives/archives280405/actualites/lheure.html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
# ... DST for 2005: on: Sun May 1 0h standard time, off: Fri Sept. 30,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
# 1h standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
# From Atef Loukil (2006-03-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
# The daylight saving time will be the same each year:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
# Beginning      : the last Sunday of March at 02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
# Ending         : the last Sunday of October at 03:00 ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
# http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
Rule	Tunisia	1939	only	-	Apr	15	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
Rule	Tunisia	1939	only	-	Nov	18	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
Rule	Tunisia	1940	only	-	Feb	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
Rule	Tunisia	1941	only	-	Oct	 6	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
Rule	Tunisia	1942	only	-	Mar	 9	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
Rule	Tunisia	1942	only	-	Nov	 2	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
Rule	Tunisia	1943	only	-	Mar	29	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
Rule	Tunisia	1943	only	-	Apr	17	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
Rule	Tunisia	1943	only	-	Apr	25	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
Rule	Tunisia	1943	only	-	Oct	 4	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
Rule	Tunisia	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
Rule	Tunisia	1944	only	-	Oct	 8	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
Rule	Tunisia	1945	only	-	Sep	16	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
Rule	Tunisia	1977	only	-	Apr	30	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
Rule	Tunisia	1977	only	-	Sep	24	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
Rule	Tunisia	1978	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
Rule	Tunisia	1978	only	-	Oct	 1	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
Rule	Tunisia	1988	only	-	Jun	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
Rule	Tunisia	1988	1990	-	Sep	lastSun	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
Rule	Tunisia	1989	only	-	Mar	26	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
Rule	Tunisia	1990	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
Rule	Tunisia	2005	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
Rule	Tunisia	2005	only	-	Sep	30	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
Rule	Tunisia	2006	max	-	Mar	lastSun	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
Rule	Tunisia	2006	max	-	Oct	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
# Shanks & Pottenger say the 1911 switch was on Mar 9; go with Howse's Mar 11.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
Zone	Africa/Tunis	0:40:44 -	LMT	1881 May 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
			0:09:21	-	PMT	1911 Mar 11    # Paris Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
			1:00	Tunisia	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
# Uganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
Zone	Africa/Kampala	2:09:40 -	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
			2:30	-	BEAT	1948
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
			2:44:45	-	BEAUT	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
# Zambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
Zone	Africa/Lusaka	1:53:08 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
# Zimbabwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
Zone	Africa/Harare	2:04:12 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
			2:00	-	CAT