jdk/make/data/tzdata/africa
author aefimov
Sun, 07 Sep 2014 23:04:09 +0400
changeset 26452 04bfc550f2b4
parent 24375 b24c12a4c734
child 27294 dfd89723bd6f
permissions -rw-r--r--
8049343: (tz) Support tzdata2014g Reviewed-by: mfang, 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.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     3
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     9
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# accompanied this code).
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    15
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    19
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5286
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    24
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
    25
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    27
# This file is by no means authoritative; if you think you know better,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# go ahead and edit the file (and please send any changes to
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    29
# tz@iana.org for general use in the future).  For more, please see
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    30
# the file CONTRIBUTING in the tz distribution.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    32
# From Paul Eggert (2013-02-21):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# A good source for time zone historical data outside the U.S. is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# San Diego: ACS Publications, Inc. (2003).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Gwillim Law writes that a good source
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# for recent time zone data is the International Air Transport
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# published semiannually.  Law sent in several helpful summaries
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# of the IATA's data after 1990.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# entries through 1990, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# Another source occasionally used is Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    51
# For data circa 1899, a common source is:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    52
# Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    53
# http://www.jstor.org/stable/1774359
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    54
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# A reliable and entertaining source about time zones is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
# Previous editions of this database used WAT, CAT, SAT, and EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
# for +0:00 through +3:00, respectively,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# but Mark R V Murray reports that
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    61
# 'SAST' is the official abbreviation for +2:00 in the country of South Africa,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    62
# 'CAT' is commonly used for +2:00 in countries north of South Africa, and
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    63
# 'WAT' is probably the best name for +1:00, as the common phrase for
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    64
# the area that includes Nigeria is "West Africa".
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    65
# He has heard of "Western Sahara Time" for +0:00 but can find no reference.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    67
# To make things confusing, 'WAT' seems to have been used for -1:00 long ago;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
# I'd guess that this was because people needed _some_ name for -1:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
# and at the time, far west Africa was the only major land area in -1:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
# This usage is now obsolete, as the last use of -1:00 on the African
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
# mainland seems to have been 1976 in Western Sahara.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# To summarize, the following abbreviations seem to have some currency:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
#	-1:00	WAT	West Africa Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#	 0:00	GMT	Greenwich Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
#	 2:00	CAT	Central Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
#	 2:00	SAST	South Africa Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# and Murray suggests the following abbreviation:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
#	 1:00	WAT	West Africa Time
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    80
# I realize that this leads to 'WAT' being used for both -1:00 and 1:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# for times before 1976, but this is the best I can think of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
# until we get more information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
# I invented the following abbreviations; corrections are welcome!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#	 2:00	WAST	West Africa Summer Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#	 2:30	BEAT	British East Africa Time (no longer used)
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
    87
#	 2:45	BEAUT	British East Africa Unified Time (no longer used)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
#	 3:00	CAST	Central Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
#	 3:00	SAST	South Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
#	 3:00	EAT	East Africa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
#	 4:00	EAST	East Africa Summer Time (no longer used)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
# Algeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
Rule	Algeria	1916	only	-	Jun	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Rule	Algeria	1916	1919	-	Oct	Sun>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Rule	Algeria	1917	only	-	Mar	24	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
Rule	Algeria	1918	only	-	Mar	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
Rule	Algeria	1919	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
Rule	Algeria	1920	only	-	Feb	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Rule	Algeria	1920	only	-	Oct	23	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
Rule	Algeria	1921	only	-	Mar	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
Rule	Algeria	1921	only	-	Jun	21	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Rule	Algeria	1939	only	-	Sep	11	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
Rule	Algeria	1939	only	-	Nov	19	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
Rule	Algeria	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Rule	Algeria	1944	only	-	Oct	 8	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
Rule	Algeria	1945	only	-	Sep	16	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
Rule	Algeria	1971	only	-	Apr	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
Rule	Algeria	1971	only	-	Sep	26	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
Rule	Algeria	1977	only	-	May	 6	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
Rule	Algeria	1977	only	-	Oct	21	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
Rule	Algeria	1978	only	-	Mar	24	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
Rule	Algeria	1978	only	-	Sep	22	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
Rule	Algeria	1980	only	-	Apr	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
Rule	Algeria	1980	only	-	Oct	31	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   120
Zone	Africa/Algiers	0:12:12 -	LMT	1891 Mar 15  0:01
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   121
			0:09:21	-	PMT	1911 Mar 11 # Paris Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   122
			0:00	Algeria	WE%sT	1940 Feb 25  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
			1:00	Algeria	CE%sT	1946 Oct  7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
			0:00	-	WET	1956 Jan 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
			1:00	-	CET	1963 Apr 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
			0:00	Algeria	WE%sT	1977 Oct 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
			1:00	Algeria	CE%sT	1979 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
			0:00	Algeria	WE%sT	1981 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
			1:00	-	CET
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# Angola
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
# Benin
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   133
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
# Botswana
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   136
# From Paul Eggert (2013-02-21):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   137
# Milne says they were regulated by the Cape Town Signal in 1899;
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   138
# assume they switched to 2:00 when Cape Town did.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
Zone	Africa/Gaborone	1:43:40 -	LMT	1885
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   141
			1:30	-	SAST	1903 Mar
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   142
			2:00	-	CAT	1943 Sep 19  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   143
			2:00	1:00	CAST	1944 Mar 19  2:00
2
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
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   147
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
# Burundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
Zone Africa/Bujumbura	1:57:28	-	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
# Cameroon
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   155
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
# Cape Verde
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   158
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   159
# Shanks gives 1907 for the transition to CVT.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   160
# Perhaps the 1911-05-26 Portuguese decree
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   161
# http://dre.pt/pdf1sdip/1911/05/12500/23132313.pdf
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   162
# merely made it official?
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   163
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   165
Zone Atlantic/Cape_Verde -1:34:04 -	LMT	1907        # Praia
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
			-2:00	-	CVT	1942 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
			-2:00	1:00	CVST	1945 Oct 15
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   168
			-2:00	-	CVT	1975 Nov 25  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
			-1:00	-	CVT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# Central African Republic
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   172
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
# Chad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   176
Zone	Africa/Ndjamena	1:00:12 -	LMT	1912        # N'Djamena
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
			1:00	-	WAT	1979 Oct 14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
			1:00	1:00	WAST	1980 Mar  8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
			1:00	-	WAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
# Comoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   183
Zone	Indian/Comoro	2:53:04 -	LMT	1911 Jul # Moroni, Gran Comoro
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   186
# Democratic Republic of the Congo
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
Zone Africa/Lubumbashi	1:49:52 -	LMT	1897 Nov 9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
			2:00	-	CAT
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   190
# The above is for the eastern part; see Africa/Lagos for the western part.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
# Republic of the Congo
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   193
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   195
# Côte d'Ivoire / Ivory Coast
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
Zone	Africa/Abidjan	-0:16:08 -	LMT	1912
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
			 0:00	-	GMT
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   199
Link Africa/Abidjan Africa/Bamako	# Mali
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   200
Link Africa/Abidjan Africa/Banjul	# Gambia
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   201
Link Africa/Abidjan Africa/Conakry	# Guinea
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   202
Link Africa/Abidjan Africa/Dakar	# Senegal
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   203
Link Africa/Abidjan Africa/Freetown	# Sierra Leone
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   204
Link Africa/Abidjan Africa/Lome		# Togo
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   205
Link Africa/Abidjan Africa/Nouakchott	# Mauritania
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   206
Link Africa/Abidjan Africa/Ouagadougou	# Burkina Faso
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   207
Link Africa/Abidjan Africa/Sao_Tome	# São Tomé and Príncipe
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   208
Link Africa/Abidjan Atlantic/St_Helena	# St Helena
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
# Djibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
Zone	Africa/Djibouti	2:52:36 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
# Egypt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   219
# Milne says Cairo used 2:05:08.9, the local mean time of the Abbasizeh
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   220
# observatory; round to nearest.  Milne also says that the official time for
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   221
# Egypt was mean noon at the Great Pyramid, 2:04:30.5, but apparently this
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   222
# did not apply to Cairo, Alexandria, or Port Said.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   223
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
Rule	Egypt	1940	only	-	Jul	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
Rule	Egypt	1940	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
Rule	Egypt	1941	only	-	Apr	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
Rule	Egypt	1941	only	-	Sep	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
Rule	Egypt	1942	1944	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
Rule	Egypt	1942	only	-	Oct	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
Rule	Egypt	1943	1945	-	Nov	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
Rule	Egypt	1945	only	-	Apr	16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
Rule	Egypt	1957	only	-	May	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
Rule	Egypt	1957	1958	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
Rule	Egypt	1958	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
Rule	Egypt	1959	1981	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
Rule	Egypt	1959	1965	-	Sep	30	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
Rule	Egypt	1966	1994	-	Oct	 1	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
Rule	Egypt	1982	only	-	Jul	25	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
Rule	Egypt	1983	only	-	Jul	12	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
Rule	Egypt	1984	1988	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
Rule	Egypt	1989	only	-	May	 6	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
Rule	Egypt	1990	1994	-	May	 1	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
# IATA (after 1990) says transitions are at 0:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
# 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
   246
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   247
# From Alexander Krivenyshev (2011-04-20):
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   248
# "...Egypt's interim cabinet decided on Wednesday to cancel daylight
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   249
# saving time after a poll posted on its website showed the majority of
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   250
# Egyptians would approve the cancellation."
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   251
#
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   252
# Egypt to cancel daylight saving time
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   253
# http://www.almasryalyoum.com/en/node/407168
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   254
# or
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   255
# http://www.worldtimezone.com/dst_news/dst_news_egypt04.html
c22b8eb2da0f 7039469: (tz) Support tzdata2011g
peytoia
parents: 8986
diff changeset
   256
Rule	Egypt	1995	2010	-	Apr	lastFri	 0:00s	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   257
Rule	Egypt	1995	2005	-	Sep	lastThu	24:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
# From Steffen Thorsen (2006-09-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
# The Egyptian Gazette, issue 41,090 (2006-09-18), page 1, reports:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
# Egypt will turn back clocks by one hour at the midnight of Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
# after observing the daylight saving time since May.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
# http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   263
Rule	Egypt	2006	only	-	Sep	21	24:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
# From Dirk Losch (2007-08-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
# I received a mail from an airline which says that the daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
# saving time in Egypt will end in the night of 2007-09-06 to 2007-09-07.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   267
# From Jesper Nørgaard Welen (2007-08-15): [The following agree:]
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   268
# http://www.nentjes.info/Bill/bill5.htm
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
# http://www.timeanddate.com/worldclock/city.html?n=53
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
# From Steffen Thorsen (2007-09-04): The official information...:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
# http://www.sis.gov.eg/En/EgyptOnline/Miscellaneous/000002/0207000000000000001580.htm
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   272
Rule	Egypt	2007	only	-	Sep	Thu>=1	24:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
# From Abdelrahman Hassan (2007-09-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
# Due to the Hijri (lunar Islamic calendar) year being 11 days shorter
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
# than the year of the Gregorian calendar, Ramadan shifts earlier each
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
# year. This year it will be observed September 13 (September is quite
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
# hot in Egypt), and the idea is to make fasting easier for workers by
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
# shifting business hours one hour out of daytime heat. Consequently,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
# unless discontinued, next DST may end Thursday 28 August 2008.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
# From Paul Eggert (2007-08-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
# 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
   282
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   283
# From Petr Machata (2009-04-06):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   284
# The following appeared in Red Hat bugzilla[1] (edited):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   285
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   286
# > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   287
# > /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
   288
# Apr 23
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   289
# > 23:59:59 2009 EET isdst=0 gmtoff=7200
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   290
# > /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
   291
# Apr 24
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   292
# > 01:00:00 2009 EEST isdst=1 gmtoff=10800
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   293
# > /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
   294
# Aug 27
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   295
# > 23:59:59 2009 EEST isdst=1 gmtoff=10800
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   296
# > /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
   297
# Aug 27
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   298
# > 23:00:00 2009 EET isdst=0 gmtoff=7200
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   299
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   300
# > 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
   301
# :59)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   302
# > http://support.microsoft.com/kb/958729/
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   303
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   304
# timeanddate[2] and another site I've found[3] also support that.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   305
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   306
# [1] https://bugzilla.redhat.com/show_bug.cgi?id=492263
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   307
# [2] http://www.timeanddate.com/worldclock/clockchange.html?n=53
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   308
# [3] http://wwp.greenwichmeantime.com/time-zone/africa/egypt/
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   309
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   310
# From Arthur David Olson (2009-04-20):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   311
# In 2009 (and for the next several years), Ramadan ends before the fourth
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   312
# Thursday in September; Egypt is expected to revert to the last Thursday
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   313
# in September.
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   314
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   315
# From Steffen Thorsen (2009-08-11):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   316
# We have been able to confirm the August change with the Egyptian Cabinet
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   317
# Information and Decision Support Center:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   318
# http://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   319
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   320
# The Middle East News Agency
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   321
# http://www.mena.org.eg/index.aspx
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   322
# also reports "Egypt starts winter time on August 21"
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   323
# today in article numbered "71, 11/08/2009 12:25 GMT."
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   324
# Only the title above is available without a subscription to their service,
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   325
# and can be found by searching for "winter" in their search engine
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   326
# (at least today).
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   327
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   328
# From Alexander Krivenyshev (2010-07-20):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   329
# According to News from Egypt - Al-Masry Al-Youm Egypt's cabinet has
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   330
# decided that Daylight Saving Time will not be used in Egypt during
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   331
# Ramadan.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   332
#
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   333
# Arabic translation:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   334
# "Clocks to go back during Ramadan - and then forward again"
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   335
# 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
   336
# http://www.worldtimezone.com/dst_news/dst_news_egypt02.html
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   337
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   338
# From Ahmad El-Dardiry (2014-05-07):
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   339
# Egypt is to change back to Daylight system on May 15
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   340
# http://english.ahram.org.eg/NewsContent/1/64/100735/Egypt/Politics-/Egypts-government-to-reapply-daylight-saving-time-.aspx
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   341
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   342
# From Gunther Vermier (2015-05-13):
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   343
# our Egypt office confirms that the change will be at 15 May "midnight" (24:00)
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   344
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   345
# From Imed Chihi (2014-06-04):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   346
# We have finally "located" a precise official reference about the DST changes
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   347
# in Egypt.  The Ministers Cabinet decision is explained at
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   348
# http://www.cabinet.gov.eg/Media/CabinetMeetingsDetails.aspx?id=347 ...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   349
# [T]his (Arabic) site is not accessible outside Egypt, but the page ...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   350
# translates into: "With regard to daylight saving time, it is scheduled to
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   351
# take effect at exactly twelve o'clock this evening, Thursday, 15 MAY 2014,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   352
# to be suspended by twelve o'clock on the evening of Thursday, 26 JUN 2014,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   353
# and re-established again at the end of the month of Ramadan, at twelve
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   354
# o'clock on the evening of Thursday, 31 JUL 2014."  This statement has been
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   355
# reproduced by other (more accessible) sites[, e.g.,]...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   356
# http://elgornal.net/news/news.aspx?id=4699258
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   357
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   358
# From Paul Eggert (2014-06-04):
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   359
# Sarah El Deeb and Lee Keath of AP report that the Egyptian government says
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   360
# the change is because of blackouts in Cairo, even though Ahram Online (cited
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   361
# above) says DST had no affect on electricity consumption.  There is
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   362
# no information about when DST will end this fall.  See:
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   363
# http://abcnews.go.com/International/wireStory/el-sissi-pushes-egyptians-line-23614833
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   364
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   365
# For now, guess that later spring and fall transitions will use
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   366
# 2010's rules, and guess that Egypt will switch to standard time at
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   367
# 24:00 the last Thursday before Ramadan, and back to DST at 00:00 the
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   368
# first Friday after Ramadan.  To implement this,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   369
# transition dates for 2015 through 2037 were determined by running
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   370
# the following program under GNU Emacs 24.3, with the results integrated
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   371
# by hand into the table below.  Ramadan again intrudes on the guessed
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   372
# DST starting in 2038, but that's beyond our somewhat-arbitrary cutoff.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   373
# (let ((islamic-year 1436))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   374
#   (while (< islamic-year 1460)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   375
#     (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   376
#           (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   377
#           (friday 5))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   378
#       (while (/= friday (mod a 7))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   379
#         (setq a (1- a)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   380
#       (while (/= friday (mod b 7))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   381
#         (setq b (1+ b)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   382
#       (setq a (1- a))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   383
#       (setq b (1- b))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   384
#       (setq a (calendar-gregorian-from-absolute a))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   385
#       (setq b (calendar-gregorian-from-absolute b))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   386
#       (insert
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   387
#        (format
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   388
#         (concat "Rule\tEgypt\t%d\tonly\t-\t%s\t%2d\t24:00\t0\t-\n"
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   389
#                 "Rule\tEgypt\t%d\tonly\t-\t%s\t%2d\t24:00\t1:00\tS\n")
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   390
#         (car (cdr (cdr a))) (calendar-month-name (car a) t) (car (cdr a))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   391
#         (car (cdr (cdr b))) (calendar-month-name (car b) t) (car (cdr b)))))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   392
#     (setq islamic-year (+ 1 islamic-year))))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   393
Rule	Egypt	2008	only	-	Aug	lastThu	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   394
Rule	Egypt	2009	only	-	Aug	20	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   395
Rule	Egypt	2010	only	-	Aug	10	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   396
Rule	Egypt	2010	only	-	Sep	 9	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   397
Rule	Egypt	2010	only	-	Sep	lastThu	24:00	0	-
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   398
Rule	Egypt	2014	only	-	May	15	24:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   399
Rule	Egypt	2014	only	-	Jun	26	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   400
Rule	Egypt	2014	only	-	Jul	31	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   401
Rule	Egypt	2014	max	-	Sep	lastThu	24:00	0	-
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   402
Rule	Egypt	2015	2019	-	Apr	lastFri	 0:00s	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   403
Rule	Egypt	2015	only	-	Jun	11	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   404
Rule	Egypt	2015	only	-	Jul	23	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   405
Rule	Egypt	2016	only	-	Jun	 2	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   406
Rule	Egypt	2016	only	-	Jul	 7	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   407
Rule	Egypt	2017	only	-	May	25	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   408
Rule	Egypt	2017	only	-	Jun	29	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   409
Rule	Egypt	2018	only	-	May	10	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   410
Rule	Egypt	2018	only	-	Jun	14	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   411
Rule	Egypt	2019	only	-	May	 2	24:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   412
Rule	Egypt	2019	only	-	Jun	 6	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   413
Rule	Egypt	2020	only	-	May	28	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   414
Rule	Egypt	2021	only	-	May	13	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   415
Rule	Egypt	2022	only	-	May	 5	24:00	1:00	S
24375
b24c12a4c734 8043012: (tz) Support tzdata2014c
aefimov
parents: 23719
diff changeset
   416
Rule	Egypt	2023	max	-	Apr	lastFri	 0:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   419
Zone	Africa/Cairo	2:05:09 -	LMT	1900 Oct
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
			2:00	Egypt	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
# Equatorial Guinea
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   423
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
# Eritrea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
Zone	Africa/Asmara	2:35:32 -	LMT	1870
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   428
			2:35:32	-	AMT	1890        # Asmara Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   429
			2:35:20	-	ADMT	1936 May  5 # Adis Dera MT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
# Ethiopia
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   433
# From Paul Eggert (2014-07-31):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   434
# Like the Swahili of Kenya and Tanzania, many Ethiopians keep a
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   435
# 12-hour clock starting at our 06:00, so their "8 o'clock" is our
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   436
# 02:00 or 14:00.  Keep this in mind when you ask the time in Amharic.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   437
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   438
# Shanks & Pottenger write that Ethiopia had six narrowly-spaced time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   439
# zones between 1870 and 1890, that they merged to 38E50 (2:35:20) in
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   440
# 1890, and that they switched to 3:00 on 1936-05-05.  Perhaps 38E50
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   441
# was for Adis Dera.  Quite likely the Shanks data entries are wrong
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   442
# anyway.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
Zone Africa/Addis_Ababa	2:34:48 -	LMT	1870
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   445
			2:35:20	-	ADMT	1936 May  5 # Adis Dera MT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
# Gabon
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   449
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
# Gambia
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   452
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
# Ghana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   456
# Whitman says DST was observed from 1931 to "the present";
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   457
# Shanks & Pottenger say 1936 to 1942;
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   458
# and September 1 to January 1 is given by:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   459
# Scott Keltie J, Epstein M (eds), The Statesman's Year-Book,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   460
# 57th ed. Macmillan, London (1920), OCLC 609408015, pp xxviii.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   461
# For lack of better info, assume DST was observed from 1920 to 1942.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   462
Rule	Ghana	1920	1942	-	Sep	 1	0:00	0:20	GHST
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   463
Rule	Ghana	1920	1942	-	Dec	31	0:00	0	GMT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
Zone	Africa/Accra	-0:00:52 -	LMT	1918
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
			 0:00	Ghana	%s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
# Guinea
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   469
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
# Guinea-Bissau
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   472
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   473
# Shanks gives 1911-05-26 for the transition to WAT,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   474
# evidently confusing the date of the Portuguese decree
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   475
# http://dre.pt/pdf1sdip/1911/05/12500/23132313.pdf
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   476
# with the date that it took effect, namely 1912-01-01.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   477
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   479
Zone	Africa/Bissau	-1:02:20 -	LMT	1912 Jan  1
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
			-1:00	-	WAT	1975
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
# Kenya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
Zone	Africa/Nairobi	2:27:16	-	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
			2:30	-	BEAT	1940
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   488
			2:45	-	BEAUT	1960
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
# Lesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
Zone	Africa/Maseru	1:50:00 -	LMT	1903 Mar
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   494
			2:00	-	SAST	1943 Sep 19  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   495
			2:00	1:00	SAST	1944 Mar 19  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
# Liberia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
# In 1972 Liberia was the last country to switch
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
# from a UTC offset that was not a multiple of 15 or 20 minutes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
# Howse reports that it was in honor of their president's birthday.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
# Shank & Pottenger report the date as May 1, whereas Howse reports Jan;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
# For Liberia before 1972, Shanks & Pottenger report -0:44, whereas Howse and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
# Whitman each report -0:44:30; go with the more precise figure.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
Zone	Africa/Monrovia	-0:43:08 -	LMT	1882
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
			-0:43:08 -	MMT	1919 Mar # Monrovia Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
			-0:44:30 -	LRT	1972 May # Liberia Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
# Libya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   517
# From Even Scharning (2012-11-10):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   518
# Libya set their time one hour back at 02:00 on Saturday November 10.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   519
# http://www.libyaherald.com/2012/11/04/clocks-to-go-back-an-hour-on-saturday/
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   520
# Here is an official source [in Arabic]: http://ls.ly/fb6Yc
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   521
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   522
# Steffen Thorsen forwarded a translation (2012-11-10) in
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   523
# http://mm.icann.org/pipermail/tz/2012-November/018451.html
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   524
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   525
# From Tim Parenti (2012-11-11):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   526
# Treat the 2012-11-10 change as a zone change from UTC+2 to UTC+1.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   527
# The DST rules planned for 2013 and onward roughly mirror those of Europe
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   528
# (either two days before them or five days after them, so as to fall on
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   529
# lastFri instead of lastSun).
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   530
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   531
# From Even Scharning (2013-10-25):
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   532
# The scheduled end of DST in Libya on Friday, October 25, 2013 was
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   533
# cancelled yesterday....
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   534
# http://www.libyaherald.com/2013/10/24/correction-no-time-change-tomorrow/
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   535
#
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   536
# From Paul Eggert (2013-10-25):
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   537
# For now, assume they're reverting to the pre-2012 rules of permanent UTC+2.
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   538
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
Rule	Libya	1951	only	-	Oct	14	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
Rule	Libya	1952	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
Rule	Libya	1953	only	-	Oct	 9	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
Rule	Libya	1954	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
Rule	Libya	1955	only	-	Sep	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
Rule	Libya	1956	only	-	Jan	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
Rule	Libya	1982	1984	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
Rule	Libya	1982	1985	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
Rule	Libya	1985	only	-	Apr	 6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
Rule	Libya	1986	only	-	Apr	 4	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
Rule	Libya	1986	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
Rule	Libya	1987	1989	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
Rule	Libya	1987	1989	-	Oct	 1	0:00	0	-
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   553
Rule	Libya	1997	only	-	Apr	 4	0:00	1:00	S
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   554
Rule	Libya	1997	only	-	Oct	 4	0:00	0	-
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   555
Rule	Libya	2013	only	-	Mar	lastFri	1:00	1:00	S
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   556
Rule	Libya	2013	only	-	Oct	lastFri	2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
Zone	Africa/Tripoli	0:52:44 -	LMT	1920
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
			1:00	Libya	CE%sT	1959
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
			2:00	-	EET	1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
			1:00	Libya	CE%sT	1990 May  4
22616
2b4c9efdf2d7 8030822: (tz) Support tzdata2013i
aefimov
parents: 21843
diff changeset
   562
# The 1996 and 1997 entries are from Shanks & Pottenger;
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   563
# the IATA SSIM data entries contain some obvious errors.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
			2:00	-	EET	1996 Sep 30
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   565
			1:00	Libya	CE%sT	1997 Oct  4
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   566
			2:00	-	EET	2012 Nov 10  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   567
			1:00	Libya	CE%sT	2013 Oct 25  2:00
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   568
			2:00	-	EET
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
# Madagascar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
Zone Indian/Antananarivo 3:10:04 -	LMT	1911 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
			3:00	-	EAT	1954 Feb 27 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
			3:00	1:00	EAST	1954 May 29 23:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
# Malawi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
Zone	Africa/Blantyre	2:20:00 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
# Mali
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
# Mauritania
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   584
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
# Mauritius
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   587
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   588
# From Steffen Thorsen (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   589
# 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
   590
# basis....
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   591
# It seems that Mauritius observed daylight saving time from 1982-10-10 to
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   592
# 1983-03-20 as well, but that was not successful....
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   593
# http://www.timeanddate.com/news/time/mauritius-daylight-saving-time.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   594
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   595
# From Alex Krivenyshev (2008-06-25):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   596
# http://economicdevelopment.gov.mu/portal/site/Mainhomepage/menuitem.a42b24128104d9845dabddd154508a0c/?content_id=0a7cee8b5d69a110VgnVCM1000000a04a8c0RCRD
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   597
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   598
# From Arthur David Olson (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   599
# The www.timeanddate.com article cited by Steffen Thorsen notes that "A
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   600
# final decision has yet to be made on the times that daylight saving
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   601
# would begin and end on these dates." As a place holder, use midnight.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   602
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   603
# From Paul Eggert (2008-06-30):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   604
# Follow Thorsen on DST in 1982/1983, instead of Shanks & Pottenger.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   605
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   606
# From Steffen Thorsen (2008-07-10):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   607
# According to
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   608
# http://www.lexpress.mu/display_article.php?news_id=111216
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   609
# (in French), Mauritius will start and end their DST a few days earlier
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   610
# than previously announced (2008-11-01 to 2009-03-31).  The new start
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   611
# 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
   612
# given, but it is probably at either 2 or 3 wall clock time).
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   613
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   614
# A little strange though, since the article says that they moved the date
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   615
# to align itself with Europe and USA which also change time on that date,
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   616
# but that means they have not paid attention to what happened in
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   617
# USA/Canada last year (DST ends first Sunday in November). I also wonder
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   618
# why that they end on a Friday, instead of aligning with Europe which
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   619
# changes two days later.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   620
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   621
# From Alex Krivenyshev (2008-07-11):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   622
# Seems that English language article "The revival of daylight saving
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   623
# time: Energy conservation?"-# No. 16578 (07/11/2008) was originally
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   624
# published on Monday, June 30, 2008...
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   625
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   626
# I guess that article in French "Le gouvernement avance l'introduction
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   627
# de l'heure d'été" stating that DST in Mauritius starting on October 26
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   628
# and ending on March 27, 2009 is the most recent one....
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   629
# http://www.worldtimezone.com/dst_news/dst_news_mauritius02.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   630
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   631
# From Riad M. Hossen Ally (2008-08-03):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   632
# The Government of Mauritius weblink
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   633
# http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728ca68b2a5b110VgnVCM1000000a04a8c0RCRD
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   634
# Cabinet Decision of July 18th, 2008 states as follows:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   635
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   636
# 4. ...Cabinet has agreed to the introduction into the National Assembly
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   637
# of the Time Bill which provides for the introduction of summer time in
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   638
# Mauritius. The summer time period which will be of one hour ahead of
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   639
# the standard time, will be aligned with that in Europe and the United
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   640
# 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
   641
# 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
   642
# the last Sunday of March the following year. The summer time for the
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   643
# year 2008-2009 will, therefore, be effective as from 26 October 2008
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   644
# and end on 29 March 2009.
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   645
1833
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   646
# From Ed Maste (2008-10-07):
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   647
# THE TIME BILL (No. XXVII of 2008) Explanatory Memorandum states the
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   648
# beginning / ending of summer time is 2 o'clock standard time in the
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   649
# morning of the last Sunday of October / last Sunday of March.
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   650
# http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf
e4d8baed5336 6758988: (tz) Support tzdata2008h
peytoia
parents: 1831
diff changeset
   651
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   652
# From Steffen Thorsen (2009-06-05):
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   653
# According to several sources, Mauritius will not continue to observe
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   654
# DST the coming summer...
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   655
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   656
# Some sources, in French:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   657
# 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
   658
# 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
   659
#
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   660
# Our wrap-up:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   661
# http://www.timeanddate.com/news/time/mauritius-dst-will-not-repeat.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   662
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   663
# From Arthur David Olson (2009-07-11):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   664
# The "mauritius-dst-will-not-repeat" wrapup includes this:
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   665
# "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
   666
# at 2am (or 02:00) local time..."
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   667
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   668
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   669
Rule Mauritius	1982	only	-	Oct	10	0:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   670
Rule Mauritius	1983	only	-	Mar	21	0:00	0	-
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   671
Rule Mauritius	2008	only	-	Oct	lastSun	2:00	1:00	S
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2813
diff changeset
   672
Rule Mauritius	2009	only	-	Mar	lastSun	2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   674
Zone Indian/Mauritius	3:50:00 -	LMT	1907 # Port Louis
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   675
			4:00 Mauritius	MU%sT	# Mauritius Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
# Agalega Is, Rodriguez
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
# no information; probably like Indian/Mauritius
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
# Mayotte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   681
Zone	Indian/Mayotte	3:00:56 -	LMT	1911 Jul # Mamoutzou
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
# Morocco
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   685
# See the 'europe' file for Spanish Morocco (Africa/Ceuta).
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   686
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   687
# From Alex Krivenyshev (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   688
# Here is an article that Morocco plan to introduce Daylight Saving Time between
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   689
# 1 June, 2008 and 27 September, 2008.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   690
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   691
# "... Morocco is to save energy by adjusting its clock during summer so it will
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   692
# be one hour ahead of GMT between 1 June and 27 September, according to
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   693
# Communication Minister and Government Spokesman, Khalid Naciri...."
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   694
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   695
# http://www.worldtimezone.net/dst_news/dst_news_morocco01.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   696
# http://en.afrik.com/news11892.html
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   697
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   698
# From Alex Krivenyshev (2008-05-09):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   699
# The Morocco time change can be confirmed on Morocco web site Maghreb Arabe
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   700
# Presse:
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   701
# http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   702
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   703
# Morocco shifts to daylight time on June 1st through September 27, Govt.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   704
# spokesman.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   705
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   706
# From Patrice Scattolin (2008-05-09):
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   707
# According to this article:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   708
# http://www.avmaroc.com/actualite/heure-dete-comment-a127896.html
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   709
# (and republished here: <http://www.actu.ma/heure-dete-comment_i127896_0.html>)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   710
# the changes occur at midnight:
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   711
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   712
# Saturday night May 31st at midnight (which in French is to be
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   713
# interpreted as the night between Saturday and Sunday)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   714
# Sunday night the 28th at midnight
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   715
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   716
# Seeing that the 28th is Monday, I am guessing that she intends to say
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   717
# the midnight of the 28th which is the midnight between Sunday and
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   718
# Monday, which jives with other sources that say that it's inclusive
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   719
# June 1st to Sept 27th.
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   720
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   721
# 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
   722
# published on the web.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   723
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   724
# It's also confirmed here:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   725
# http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   726
# on a government portal as being between June 1st and Sept 27th (not yet
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   727
# posted in English).
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   728
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   729
# The following Google query will generate many relevant hits:
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   730
# 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
   731
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   732
# From Steffen Thorsen (2008-08-27):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   733
# Morocco will change the clocks back on the midnight between August 31
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   734
# and September 1. They originally planned to observe DST to near the end
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   735
# of September:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   736
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   737
# One article about it (in French):
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   738
# 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
   739
#
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   740
# We have some further details posted here:
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   741
# http://www.timeanddate.com/news/time/morocco-ends-dst-early-2008.html
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   742
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   743
# From Steffen Thorsen (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   744
# 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
   745
# to many sources, such as
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   746
# http://news.marweb.com/morocco/entertainment/morocco-daylight-saving.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   747
# http://www.medi1sat.ma/fr/depeche.aspx?idp=2312
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   748
# (French)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   749
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   750
# Our summary:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   751
# http://www.timeanddate.com/news/time/morocco-starts-dst-2009.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   752
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   753
# From Alexander Krivenyshev (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   754
# Here is a link to official document from Royaume du Maroc Premier Ministre,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   755
# Ministère de la Modernisation des Secteurs Publics
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   756
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   757
# 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
   758
# concerning the amendment of the legal time, the Ministry of Modernization of
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   759
# Public Sectors announced that the official time in the Kingdom will be
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   760
# advanced 60 minutes from Sunday 31 May 2009 at midnight.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   761
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   762
# http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   763
# http://www.worldtimezone.com/dst_news/dst_news_morocco03.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   764
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   765
# From Steffen Thorsen (2010-04-13):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   766
# Several news media in Morocco report that the Ministry of Modernization
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   767
# of Public Sectors has announced that Morocco will have DST from
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   768
# 2010-05-02 to 2010-08-08.
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   769
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   770
# Example:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   771
# 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
   772
# (French)
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   773
# Our page:
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   774
# http://www.timeanddate.com/news/time/morocco-starts-dst-2010.html
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   775
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   776
# From Dan Abitol (2011-03-30):
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   777
# ...Rules for Africa/Casablanca are the following (24h format)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   778
# The 3rd April 2011 at 00:00:00, [it] will be 3rd April 01:00:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   779
# The 31st July 2011 at 00:59:59, [it] will be 31st July 00:00:00
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   780
# ...Official links of change in morocco
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   781
# The change was broadcast on the FM Radio
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   782
# I ve called ANRT (telecom regulations in Morocco) at
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   783
# +212.537.71.84.00
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   784
# http://www.anrt.net.ma/fr/
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   785
# They said that
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   786
# http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   787
# is the official publication to look at.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   788
# They said that the decision was already taken.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   789
#
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   790
# More articles in the press
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   791
# http://www.yabiladi.com/articles/details/5058/secret-l-heure-d-ete-maroc-leve.html
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   792
# http://www.lematin.ma/Actualite/Express/Article.asp?id=148923
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   793
# 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
   794
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   795
# From Petr Machata (2011-03-30):
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   796
# They have it written in English here:
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   797
# http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   798
#
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   799
# It says there that "Morocco will resume its standard time on July 31,
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   800
# 2011 at midnight." Now they don't say whether they mean midnight of
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   801
# 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
   802
# also been like that in the past.
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   803
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   804
# From Alexander Krivenyshev (2012-03-09):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   805
# According to Infomédiaire web site from Morocco (infomediaire.ma),
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   806
# on March 9, 2012, (in French) Heure légale:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   807
# Le Maroc adopte officiellement l'heure d'été
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   808
# http://www.infomediaire.ma/news/maroc/heure-l%C3%A9gale-le-maroc-adopte-officiellement-lheure-d%C3%A9t%C3%A9
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   809
# Governing Council adopted draft decree, that Morocco DST starts on
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   810
# the last Sunday of March (March 25, 2012) and ends on
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   811
# last Sunday of September (September 30, 2012)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   812
# except the month of Ramadan.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   813
# or (brief)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   814
# http://www.worldtimezone.com/dst_news/dst_news_morocco06.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   815
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   816
# From Arthur David Olson (2012-03-10):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   817
# The infomediaire.ma source indicates that the system is to be in
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   818
# effect every year. It gives 03H00 as the "fall back" time of day;
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   819
# it lacks a "spring forward" time of day; assume 2:00 XXX.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   820
# Wait on specifying the Ramadan exception for details about
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   821
# start date, start time of day, end date, and end time of day XXX.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   822
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   823
# From Christophe Tropamer (2012-03-16):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   824
# Seen Morocco change again:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   825
# http://www.le2uminutes.com/actualite.php
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   826
# "...à partir du dernier dimanche d'avril et non fins mars,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   827
# comme annoncé précédemment."
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   828
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   829
# From Milamber Space Network (2012-07-17):
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   830
# The official return to GMT is announced by the Moroccan government:
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   831
# http://www.mmsp.gov.ma/fr/actualites.aspx?id=288 [in French]
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   832
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   833
# Google translation, lightly edited:
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   834
# Back to the standard time of the Kingdom (GMT)
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   835
# Pursuant to Decree No. 2-12-126 issued on 26 Jumada (I) 1433 (April 18,
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   836
# 2012) and in accordance with the order of Mr. President of the
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   837
# Government No. 3-47-12 issued on 24 Sha'ban (11 July 2012), the Ministry
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   838
# of Public Service and Administration Modernization announces the return
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   839
# of the legal time of the Kingdom (GMT) from Friday, July 20, 2012 until
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   840
# Monday, August 20, 2012.  So the time will be delayed by 60 minutes from
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   841
# 3:00 am Friday, July 20, 2012 and will again be advanced by 60 minutes
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   842
# August 20, 2012 from 2:00 am.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   843
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   844
# From Paul Eggert (2013-03-06):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   845
# Morocco's daylight-saving transitions due to Ramadan seem to be
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   846
# announced a bit in advance.  On 2012-07-11 the Moroccan government
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   847
# announced that year's Ramadan daylight-saving transitions would be
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   848
# 2012-07-20 and 2012-08-20; see
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   849
# http://www.mmsp.gov.ma/fr/actualites.aspx?id=288
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   850
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   851
# From Andrew Paprocki (2013-07-02):
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   852
# Morocco announced that the year's Ramadan daylight-savings
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   853
# transitions would be 2013-07-07 and 2013-08-10; see:
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   854
# http://www.maroc.ma/en/news/morocco-suspends-daylight-saving-time-july-7-aug10
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   855
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   856
# From Steffen Thorsen (2013-09-28):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   857
# Morocco extends DST by one month, on very short notice, just 1 day
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   858
# before it was going to end.  There is a new decree (2.13.781) for
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   859
# this, where DST from now on goes from last Sunday of March at 02:00
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   860
# to last Sunday of October at 03:00, similar to EU rules.  Official
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   861
# source (French):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   862
# http://www.maroc.gov.ma/fr/actualites/lhoraire-dete-gmt1-maintenu-jusquau-27-octobre-2013
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   863
# Another source (specifying the time for start and end in the decree):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   864
# http://www.lemag.ma/Heure-d-ete-au-Maroc-jusqu-au-27-octobre_a75620.html
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   865
23719
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   866
# From Sebastien Willemijns (2014-03-18):
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   867
# http://www.afriquinfos.com/articles/2014/3/18/maroc-heure-dete-avancez-tous-horloges-247891.asp
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   868
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   869
# From Milamber Space Network (2014-06-05):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   870
# The Moroccan government has recently announced that the country will return
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   871
# to standard time at 03:00 on Saturday, June 28, 2014 local time....  DST
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   872
# will resume again at 02:00 on Saturday, August 2, 2014....
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   873
# http://www.mmsp.gov.ma/fr/actualites.aspx?id=586
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   874
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   875
# From Paul Eggert (2014-06-05):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   876
# For now, guess that later spring and fall transitions will use 2014's rules,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   877
# and guess that Morocco will switch to standard time at 03:00 the last
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   878
# Saturday before Ramadan, and back to DST at 02:00 the first Saturday after
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   879
# Ramadan.  To implement this, transition dates for 2015 through 2037 were
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   880
# determined by running the following program under GNU Emacs 24.3, with the
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   881
# results integrated by hand into the table below.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   882
# (let ((islamic-year 1436))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   883
#   (while (< islamic-year 1460)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   884
#     (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   885
#           (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   886
#           (saturday 6))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   887
#       (while (/= saturday (mod (setq a (1- a)) 7)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   888
#       (while (/= saturday (mod b 7))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   889
#         (setq b (1+ b)))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   890
#       (setq a (calendar-gregorian-from-absolute a))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   891
#       (setq b (calendar-gregorian-from-absolute b))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   892
#       (insert
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   893
#        (format
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   894
#         (concat "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 3:00\t0\t-\n"
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   895
#                 "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 2:00\t1:00\tS\n")
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   896
#         (car (cdr (cdr a))) (calendar-month-name (car a) t) (car (cdr a))
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   897
#         (car (cdr (cdr b))) (calendar-month-name (car b) t) (car (cdr b)))))
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   898
#     (setq islamic-year (+ 1 islamic-year))))
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   899
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   901
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
Rule	Morocco	1939	only	-	Sep	12	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
Rule	Morocco	1939	only	-	Nov	19	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
Rule	Morocco	1940	only	-	Feb	25	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
Rule	Morocco	1945	only	-	Nov	18	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
Rule	Morocco	1950	only	-	Jun	11	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
Rule	Morocco	1950	only	-	Oct	29	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
Rule	Morocco	1967	only	-	Jun	 3	12:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
Rule	Morocco	1967	only	-	Oct	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
Rule	Morocco	1974	only	-	Jun	24	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
Rule	Morocco	1974	only	-	Sep	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
Rule	Morocco	1976	1977	-	May	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
Rule	Morocco	1976	only	-	Aug	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
Rule	Morocco	1977	only	-	Sep	28	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
Rule	Morocco	1978	only	-	Jun	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
Rule	Morocco	1978	only	-	Aug	 4	 0:00	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   917
Rule	Morocco	2008	only	-	Jun	 1	 0:00	1:00	S
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
   918
Rule	Morocco	2008	only	-	Sep	 1	 0:00	0	-
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
   919
Rule	Morocco	2009	only	-	Jun	 1	 0:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   920
Rule	Morocco	2009	only	-	Aug	21	 0:00	0	-
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   921
Rule	Morocco	2010	only	-	May	 2	 0:00	1:00	S
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
   922
Rule	Morocco	2010	only	-	Aug	 8	 0:00	0	-
8986
92fad6d40506 7033174: (tz) Support tzdata2011e
peytoia
parents: 6290
diff changeset
   923
Rule	Morocco	2011	only	-	Apr	 3	 0:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   924
Rule	Morocco	2011	only	-	Jul	31	 0	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   925
Rule	Morocco	2012	2013	-	Apr	lastSun	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   926
Rule	Morocco	2012	only	-	Sep	30	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   927
Rule	Morocco	2012	only	-	Jul	20	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   928
Rule	Morocco	2012	only	-	Aug	20	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   929
Rule	Morocco	2013	only	-	Jul	 7	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   930
Rule	Morocco	2013	only	-	Aug	10	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   931
Rule	Morocco	2013	max	-	Oct	lastSun	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   932
Rule	Morocco	2014	2022	-	Mar	lastSun	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   933
Rule	Morocco	2014	only	-	Jun	28	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   934
Rule	Morocco	2014	only	-	Aug	 2	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   935
Rule	Morocco	2015	only	-	Jun	13	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   936
Rule	Morocco	2015	only	-	Jul	18	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   937
Rule	Morocco	2016	only	-	Jun	 4	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   938
Rule	Morocco	2016	only	-	Jul	 9	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   939
Rule	Morocco	2017	only	-	May	20	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   940
Rule	Morocco	2017	only	-	Jul	 1	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   941
Rule	Morocco	2018	only	-	May	12	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   942
Rule	Morocco	2018	only	-	Jun	16	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   943
Rule	Morocco	2019	only	-	May	 4	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   944
Rule	Morocco	2019	only	-	Jun	 8	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   945
Rule	Morocco	2020	only	-	Apr	18	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   946
Rule	Morocco	2020	only	-	May	30	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   947
Rule	Morocco	2021	only	-	Apr	10	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   948
Rule	Morocco	2021	only	-	May	15	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   949
Rule	Morocco	2022	only	-	Apr	 2	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   950
Rule	Morocco	2022	only	-	May	 7	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   951
Rule	Morocco	2023	only	-	Apr	22	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   952
Rule	Morocco	2024	only	-	Apr	13	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   953
Rule	Morocco	2025	only	-	Apr	 5	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   954
Rule	Morocco	2026	max	-	Mar	lastSun	 2:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   955
Rule	Morocco	2035	only	-	Oct	27	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   956
Rule	Morocco	2036	only	-	Oct	18	 3:00	0	-
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   957
Rule	Morocco	2037	only	-	Oct	10	 3:00	0	-
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   958
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
Zone Africa/Casablanca	-0:30:20 -	LMT	1913 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
			 0:00	Morocco	WE%sT	1984 Mar 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
			 1:00	-	CET	1986
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   963
			 0:00	Morocco	WE%sT
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   964
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
# Western Sahara
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   966
#
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   967
# From Gwillim Law (2013-10-22):
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   968
# A correspondent who is usually well informed about time zone matters
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   969
# ... says that Western Sahara observes daylight saving time, just as
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   970
# Morocco does.
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   971
#
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   972
# From Paul Eggert (2013-10-23):
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   973
# Assume that this has been true since Western Sahara switched to GMT,
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   974
# since most of it was then controlled by Morocco.
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   975
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   976
Zone Africa/El_Aaiun	-0:52:48 -	LMT	1934 Jan # El Aaiún
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
			-1:00	-	WAT	1976 Apr 14
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 21805
diff changeset
   978
			 0:00	Morocco	WE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
# Mozambique
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   981
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   982
# Shanks gives 1903-03-01 for the transition to CAT.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   983
# Perhaps the 1911-05-26 Portuguese decree
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   984
# http://dre.pt/pdf1sdip/1911/05/12500/23132313.pdf
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   985
# merely made it official?
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   986
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
Zone	Africa/Maputo	2:10:20 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
# Namibia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
# The 1994-04-03 transition is from Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
# Shanks & Pottenger report no DST after 1998-04; go with IATA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   995
# From Petronella Sibeene (2007-03-30):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   996
# http://allafrica.com/stories/200703300178.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
# While the entire country changes its time, Katima Mulilo and other
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
# settlements in Caprivi unofficially will not because the sun there
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
# rises and sets earlier compared to other regions.  Chief of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
# Forecasting Riaan van Zyl explained that the far eastern parts of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
# the country are close to 40 minutes earlier in sunrise than the rest
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
# of the country.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1003
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
# From Paul Eggert (2007-03-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
# Apparently the Caprivi Strip informally observes Botswana time, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
# we have no details.  In the meantime people there can use Africa/Gaborone.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
# RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
Rule	Namibia	1994	max	-	Sep	Sun>=1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
Rule	Namibia	1995	max	-	Apr	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
Zone	Africa/Windhoek	1:08:24 -	LMT	1892 Feb 8
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1013
			1:30	-	SWAT	1903 Mar    # SW Africa Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1014
			2:00	-	SAST	1942 Sep 20  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1015
			2:00	1:00	SAST	1943 Mar 21  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
			2:00	-	SAST	1990 Mar 21 # independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
			2:00	-	CAT	1994 Apr  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
			1:00	Namibia	WA%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
# Niger
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1021
# See Africa/Lagos.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
# Nigeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
Zone	Africa/Lagos	0:13:36 -	LMT	1919 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
			1:00	-	WAT
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1027
Link Africa/Lagos Africa/Bangui	     # Central African Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1028
Link Africa/Lagos Africa/Brazzaville # Rep. of the Congo
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1029
Link Africa/Lagos Africa/Douala	     # Cameroon
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1030
Link Africa/Lagos Africa/Kinshasa    # Dem. Rep. of the Congo (west)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1031
Link Africa/Lagos Africa/Libreville  # Gabon
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1032
Link Africa/Lagos Africa/Luanda	     # Angola
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1033
Link Africa/Lagos Africa/Malabo	     # Equatorial Guinea
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1034
Link Africa/Lagos Africa/Niamey	     # Niger
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1035
Link Africa/Lagos Africa/Porto-Novo  # Benin
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1037
# Réunion
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1039
Zone	Indian/Reunion	3:41:52 -	LMT	1911 Jun # Saint-Denis
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1040
			4:00	-	RET	# Réunion Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1041
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1042
# Crozet Islands also observes Réunion time; see the 'antarctica' file.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1044
# Scattered Islands (Îles Éparses) administered from Réunion are as follows.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
# The following information about them is taken from
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1046
# Îles Éparses (<http://www.outre-mer.gouv.fr/domtom/ile.htm>, 1997-07-22,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1047
# in French; no longer available as of 1999-08-17).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
# We have no info about their time zone histories.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
# Bassas da India - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
# Europa Island - inhabited from 1905 to 1910 by two families
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
# Glorioso Is - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
# Juan de Nova - uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
# Tromelin - inhabited until at least 1958
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
# Rwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
Zone	Africa/Kigali	2:00:16 -	LMT	1935 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
# St Helena
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1062
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
# The other parts of the St Helena territory are similar:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
#	Tristan da Cunha: on GMT, say Whitman and the CIA
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1065
#	Ascension: on GMT, say the USNO (1995-12-21) and the CIA
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
#	Gough (scientific station since 1955; sealers wintered previously):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
#		on GMT, says the CIA
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1068
#	Inaccessible, Nightingale: uninhabited
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1070
# São Tomé and Príncipe
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
# Senegal
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1072
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
# Seychelles
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1076
Zone	Indian/Mahe	3:41:48 -	LMT	1906 Jun # Victoria
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
			4:00	-	SCT	# Seychelles Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
# From Paul Eggert (2001-05-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
# Aldabra, Farquhar, and Desroches, originally dependencies of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
# Seychelles, were transferred to the British Indian Ocean Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
# in 1965 and returned to Seychelles control in 1976.  We don't know
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
# whether this affected their time zone, so omit this for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
# Possibly the islands were uninhabited.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
# Sierra Leone
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1086
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
# Somalia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
Zone Africa/Mogadishu	3:01:28 -	LMT	1893 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
			3:00	-	EAT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
			2:30	-	BEAT	1957
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
# South Africa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
Rule	SA	1942	1943	-	Sep	Sun>=15	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
Rule	SA	1943	1944	-	Mar	Sun>=15	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
Zone Africa/Johannesburg 1:52:00 -	LMT	1892 Feb 8
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
			1:30	-	SAST	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
			2:00	SA	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
# Marion and Prince Edward Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
# scientific station since 1947
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
# no information
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
# Sudan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1109
# From <http://www.sunanews.net/sn13jane.html>
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1110
# Sudan News Agency (2000-01-13),
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1111
# also reported by Michaël De Beukelaer-Dossche via Steffen Thorsen:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
# Clocks will be moved ahead for 60 minutes all over the Sudan as of noon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
# Saturday....  This was announced Thursday by Caretaker State Minister for
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
# Manpower Abdul-Rahman Nur-Eddin.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
Rule	Sudan	1970	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
Rule	Sudan	1970	1985	-	Oct	15	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
Rule	Sudan	1971	only	-	Apr	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
Rule	Sudan	1972	1985	-	Apr	lastSun	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
Zone	Africa/Khartoum	2:10:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
			2:00	Sudan	CA%sT	2000 Jan 15 12:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
  1126
# South Sudan
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1127
Link Africa/Khartoum Africa/Juba
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
  1128
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
# Swaziland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
Zone	Africa/Mbabane	2:04:24 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
			2:00	-	SAST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
# Tanzania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
Zone Africa/Dar_es_Salaam 2:37:08 -	LMT	1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
			3:00	-	EAT	1948
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
  1138
			2:45	-	BEAUT	1961
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
# Togo
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1142
# See Africa/Abidjan.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
# Tunisia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
# From Gwillim Law (2005-04-30):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1147
# My correspondent, Risto Nykänen, has alerted me to another adoption of DST,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
# this time in Tunisia.  According to Yahoo France News
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
# <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
# and dated 2005-04-26, "Tunisia has decided to advance its official time by
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
# one hour, starting on Sunday, May 1.  Henceforth, Tunisian time will be
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
# UTC+2 instead of UTC+1.  The change will take place at 23:00 UTC next
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
# Saturday."  (My translation)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
# From Oscar van Vlijmen (2005-05-02):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1156
# La Presse, the first national daily newspaper ...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1157
# http://www.lapresse.tn/archives/archives280405/actualites/lheure.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
# ... DST for 2005: on: Sun May 1 0h standard time, off: Fri Sept. 30,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
# 1h standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
# From Atef Loukil (2006-03-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
# The daylight saving time will be the same each year:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
# Beginning      : the last Sunday of March at 02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
# Ending         : the last Sunday of October at 03:00 ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
# http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1167
# From Steffen Thorsen (2009-03-16):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1168
# According to several news sources, Tunisia will not observe DST this year.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1169
# (Arabic)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1170
# http://www.elbashayer.com/?page=viewn&nid=42546
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1171
# http://www.babnet.net/kiwidetail-15295.asp
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1172
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1173
# We have also confirmed this with the US embassy in Tunisia.
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1174
# We have a wrap-up about this on the following page:
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1175
# http://www.timeanddate.com/news/time/tunisia-cancels-dst-2009.html
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1176
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1177
# From Alexander Krivenyshev (2009-03-17):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1178
# Here is a link to Tunis Afrique Presse News Agency
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1179
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1180
# Standard time to be kept the whole year long (tap.info.tn):
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1181
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1182
# (in English)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1183
# 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
  1184
#
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1185
# (in Arabic)
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1186
# 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
  1187
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1188
# From Arthur David Olson (2009-03-18):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1189
# The Tunis Afrique Presse News Agency notice contains this: "This measure is
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1190
# due to the fact that the fasting month of Ramadan coincides with the period
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1191
# concerned by summer time.  Therefore, the standard time will be kept
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1192
# unchanged the whole year long."  So foregoing DST seems to be an exception
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1193
# (albeit one that may be repeated in the future).
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1194
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1195
# From Alexander Krivenyshev (2010-03-27):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1196
# According to some news reports Tunis confirmed not to use DST in 2010
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1197
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1198
# (translation):
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1199
# "The Tunisian government has decided to abandon DST, which was scheduled on
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1200
# Sunday...
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1201
# Tunisian authorities had suspended the DST for the first time last year also
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1202
# coincided with the month of Ramadan..."
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1203
#
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1204
# (in Arabic)
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1205
# http://www.moheet.com/show_news.aspx?nid=358861&pg=1
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1206
# http://www.almadenahnews.com/newss/news.php?c=118&id=38036
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1207
# http://www.worldtimezone.com/dst_news/dst_news_tunis02.html
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1208
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
Rule	Tunisia	1939	only	-	Apr	15	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
Rule	Tunisia	1939	only	-	Nov	18	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
Rule	Tunisia	1940	only	-	Feb	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
Rule	Tunisia	1941	only	-	Oct	 6	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
Rule	Tunisia	1942	only	-	Mar	 9	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
Rule	Tunisia	1942	only	-	Nov	 2	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
Rule	Tunisia	1943	only	-	Mar	29	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
Rule	Tunisia	1943	only	-	Apr	17	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1218
Rule	Tunisia	1943	only	-	Apr	25	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
Rule	Tunisia	1943	only	-	Oct	 4	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
Rule	Tunisia	1944	1945	-	Apr	Mon>=1	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
Rule	Tunisia	1944	only	-	Oct	 8	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
Rule	Tunisia	1945	only	-	Sep	16	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
Rule	Tunisia	1977	only	-	Apr	30	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
Rule	Tunisia	1977	only	-	Sep	24	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
Rule	Tunisia	1978	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
Rule	Tunisia	1978	only	-	Oct	 1	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
Rule	Tunisia	1988	only	-	Jun	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
Rule	Tunisia	1988	1990	-	Sep	lastSun	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
Rule	Tunisia	1989	only	-	Mar	26	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
Rule	Tunisia	1990	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
Rule	Tunisia	2005	only	-	May	 1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
Rule	Tunisia	2005	only	-	Sep	30	 1:00s	0	-
2813
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1233
Rule	Tunisia	2006	2008	-	Mar	lastSun	 2:00s	1:00	S
05d460e4a182 6834474: (tz) Support tzdata2009g
peytoia
parents: 1833
diff changeset
  1234
Rule	Tunisia	2006	2008	-	Oct	lastSun	 2:00s	0	-
5286
960c1ce0f14d 6945238: (tz) Support tzdata2010i
peytoia
parents: 3739
diff changeset
  1235
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1237
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
# Shanks & Pottenger say the 1911 switch was on Mar 9; go with Howse's Mar 11.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
Zone	Africa/Tunis	0:40:44 -	LMT	1881 May 12
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1241
			0:09:21	-	PMT	1911 Mar 11 # Paris Mean Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1242
			1:00	Tunisia	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1244
# Uganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1245
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1246
Zone	Africa/Kampala	2:09:40 -	LMT	1928 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1247
			3:00	-	EAT	1930
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1248
			2:30	-	BEAT	1948
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
  1249
			2:45	-	BEAUT	1957
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
			3:00	-	EAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1252
# Zambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
Zone	Africa/Lusaka	1:53:08 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
			2:00	-	CAT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
# Zimbabwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
Zone	Africa/Harare	2:04:12 -	LMT	1903 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
			2:00	-	CAT