jdk/make/data/tzdata/australasia
author aefimov
Fri, 14 Mar 2014 15:49:46 +0400
changeset 23348 c6aac3e0bc8f
parent 21805 c7d7946239de
child 23719 7c9e2106906c
permissions -rw-r--r--
8037012: (tz) Support tzdata2014a Reviewed-by: coffeys, okutsu, sherman
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: 5137
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: 5137
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: 5137
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# <pre>
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
    25
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
    26
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# This file also includes Pacific islands.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# Notes are at the end of this file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# Please see the notes below for the controversy about "EST" versus "AEST" etc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
Rule	Aus	1917	only	-	Jan	 1	0:01	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
Rule	Aus	1917	only	-	Mar	25	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
Rule	Aus	1942	only	-	Jan	 1	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
Rule	Aus	1942	only	-	Mar	29	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
Rule	Aus	1942	only	-	Sep	27	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
Rule	Aus	1943	1944	-	Mar	lastSun	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
Rule	Aus	1943	only	-	Oct	 3	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
# Go with Whitman and the Australian National Standards Commission, which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# says W Australia didn't use DST in 1943/1944.  Ignore Whitman's claim that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# 1944/1945 was just like 1943/1944.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# Northern Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
Zone Australia/Darwin	 8:43:20 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
			 9:00	-	CST	1899 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
			 9:30	Aus	CST
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# Western Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
Rule	AW	1974	only	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
Rule	AW	1975	only	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
Rule	AW	1983	only	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
Rule	AW	1984	only	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
Rule	AW	1991	only	-	Nov	17	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
Rule	AW	1992	only	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
Rule	AW	2006	only	-	Dec	 3	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
Rule	AW	2007	2009	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
Rule	AW	2007	2008	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
Zone Australia/Perth	 7:43:24 -	LMT	1895 Dec
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
			 8:00	Aus	WST	1943 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
			 8:00	AW	WST
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
Zone Australia/Eucla	 8:35:28 -	LMT	1895 Dec
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
			 8:45	Aus	CWST	1943 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
			 8:45	AW	CWST
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
# Queensland
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# From Alex Livingston (1996-11-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# I have heard or read more than once that some resort islands off the coast
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# of Queensland chose to keep observing daylight-saving time even after
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# Queensland ceased to.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# From Paul Eggert (1996-11-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
# IATA SSIM (1993-02/1994-09) say that the Holiday Islands (Hayman, Lindeman,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
# Hamilton) observed DST for two years after the rest of Queensland stopped.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
# Hamilton is the largest, but there is also a Hamilton in Victoria,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# so use Lindeman.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
Rule	AQ	1971	only	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
Rule	AQ	1972	only	-	Feb	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
Rule	AQ	1989	1991	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
Rule	AQ	1990	1992	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
Rule	Holiday	1992	1993	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
Rule	Holiday	1993	1994	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
Zone Australia/Brisbane	10:12:08 -	LMT	1895
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
			10:00	Aus	EST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
			10:00	AQ	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Zone Australia/Lindeman  9:55:56 -	LMT	1895
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
			10:00	Aus	EST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
			10:00	AQ	EST	1992 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
			10:00	Holiday	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
# South Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Rule	AS	1971	1985	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
Rule	AS	1986	only	-	Oct	19	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
Rule	AS	1987	2007	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Rule	AS	1972	only	-	Feb	27	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
Rule	AS	1973	1985	-	Mar	Sun>=1	2:00s	0	-
8371
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   109
Rule	AS	1986	1990	-	Mar	Sun>=15	2:00s	0	-
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   110
Rule	AS	1991	only	-	Mar	3	2:00s	0	-
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   111
Rule	AS	1992	only	-	Mar	22	2:00s	0	-
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   112
Rule	AS	1993	only	-	Mar	7	2:00s	0	-
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   113
Rule	AS	1994	only	-	Mar	20	2:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
Rule	AS	1995	2005	-	Mar	lastSun	2:00s	0	-
8371
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 7013
diff changeset
   115
Rule	AS	2006	only	-	Apr	2	2:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
Rule	AS	2007	only	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
Rule	AS	2008	max	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
Rule	AS	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
Zone Australia/Adelaide	9:14:20 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
			9:00	-	CST	1899 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
			9:30	Aus	CST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
			9:30	AS	CST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
# Tasmania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# From Paul Eggert (2005-08-16):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
# <http://www.bom.gov.au/climate/averages/tables/dst_times.shtml>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
# says King Island didn't observe DST from WWII until late 1971.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
Rule	AT	1967	only	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
Rule	AT	1968	only	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
Rule	AT	1968	1985	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
Rule	AT	1969	1971	-	Mar	Sun>=8	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
Rule	AT	1972	only	-	Feb	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
Rule	AT	1973	1981	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
Rule	AT	1982	1983	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
Rule	AT	1984	1986	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
Rule	AT	1986	only	-	Oct	Sun>=15	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
Rule	AT	1987	1990	-	Mar	Sun>=15	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
Rule	AT	1987	only	-	Oct	Sun>=22	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
Rule	AT	1988	1990	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
Rule	AT	1991	1999	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
Rule	AT	1991	2005	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
Rule	AT	2000	only	-	Aug	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
Rule	AT	2001	max	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
Rule	AT	2006	only	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
Rule	AT	2007	only	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
Rule	AT	2008	max	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
Zone Australia/Hobart	9:49:16	-	LMT	1895 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
			10:00	-	EST	1916 Oct 1 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
			10:00	1:00	EST	1917 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
			10:00	Aus	EST	1967
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
			10:00	AT	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
Zone Australia/Currie	9:35:28	-	LMT	1895 Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
			10:00	-	EST	1916 Oct 1 2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
			10:00	1:00	EST	1917 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
			10:00	Aus	EST	1971 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
			10:00	AT	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
# Victoria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
Rule	AV	1971	1985	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
Rule	AV	1972	only	-	Feb	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
Rule	AV	1973	1985	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
Rule	AV	1986	1990	-	Mar	Sun>=15	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
Rule	AV	1986	1987	-	Oct	Sun>=15	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
Rule	AV	1988	1999	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
Rule	AV	1991	1994	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
Rule	AV	1995	2005	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
Rule	AV	2000	only	-	Aug	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
Rule	AV	2001	2007	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
Rule	AV	2006	only	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
Rule	AV	2007	only	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
Rule	AV	2008	max	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
Rule	AV	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
Zone Australia/Melbourne 9:39:52 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
			10:00	Aus	EST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
			10:00	AV	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
# New South Wales
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
Rule	AN	1971	1985	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
Rule	AN	1972	only	-	Feb	27	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
Rule	AN	1973	1981	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
Rule	AN	1982	only	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
Rule	AN	1983	1985	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
Rule	AN	1986	1989	-	Mar	Sun>=15	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
Rule	AN	1986	only	-	Oct	19	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
Rule	AN	1987	1999	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
Rule	AN	1990	1995	-	Mar	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
Rule	AN	1996	2005	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
Rule	AN	2000	only	-	Aug	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
Rule	AN	2001	2007	-	Oct	lastSun	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
Rule	AN	2006	only	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
Rule	AN	2007	only	-	Mar	lastSun	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
Rule	AN	2008	max	-	Apr	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
Rule	AN	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
Zone Australia/Sydney	10:04:52 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
			10:00	Aus	EST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
			10:00	AN	EST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
Zone Australia/Broken_Hill 9:25:48 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
			10:00	-	EST	1896 Aug 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
			9:00	-	CST	1899 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
			9:30	Aus	CST	1971
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
			9:30	AN	CST	2000
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
			9:30	AS	CST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
# Lord Howe Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
Rule	LH	1981	1984	-	Oct	lastSun	2:00	1:00	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
Rule	LH	1982	1985	-	Mar	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
Rule	LH	1985	only	-	Oct	lastSun	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
Rule	LH	1986	1989	-	Mar	Sun>=15	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
Rule	LH	1986	only	-	Oct	19	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
Rule	LH	1987	1999	-	Oct	lastSun	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
Rule	LH	1990	1995	-	Mar	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
Rule	LH	1996	2005	-	Mar	lastSun	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
Rule	LH	2000	only	-	Aug	lastSun	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
Rule	LH	2001	2007	-	Oct	lastSun	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
Rule	LH	2006	only	-	Apr	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
Rule	LH	2007	only	-	Mar	lastSun	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
Rule	LH	2008	max	-	Apr	Sun>=1	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
Rule	LH	2008	max	-	Oct	Sun>=1	2:00	0:30	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
Zone Australia/Lord_Howe 10:36:20 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
			10:00	-	EST	1981 Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
			10:30	LH	LHST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
# Australian miscellany
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
# Ashmore Is, Cartier
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
# no indigenous inhabitants; only seasonal caretakers
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
# no times are set
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
# Coral Sea Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
# no indigenous inhabitants; only meteorologists
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
# no times are set
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
# Macquarie
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   244
# Permanent occupation (scientific station) 1911-1915 and since 25 March 1948;
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   245
# sealing and penguin oil station operated Nov 1899 to Apr 1919.  See the
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   246
# Tasmania Parks & Wildlife Service history of sealing at Macquarie Island
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   247
# <http://www.parks.tas.gov.au/index.aspx?base=1828>
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   248
# <http://www.parks.tas.gov.au/index.aspx?base=1831>.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   249
# Guess that it was like Australia/Hobart while inhabited before 2010.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   250
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   251
# From Steffen Thorsen (2010-03-10):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   252
# We got these changes from the Australian Antarctic Division:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   253
# - Macquarie Island will stay on UTC+11 for winter and therefore not
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   254
# switch back from daylight savings time when other parts of Australia do
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   255
# on 4 April.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   256
#
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   257
# From Arthur David Olson (2013-05-23):
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   258
# The 1919 transition is overspecified below so pre-2013 zics
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   259
# will produce a binary file with an EST-type as the first 32-bit type;
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   260
# this is required for correct handling of times before 1916 by
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   261
# pre-2013 versions of localtime.
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   262
Zone Antarctica/Macquarie 0	-	zzz	1899 Nov
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   263
			10:00	-	EST	1916 Oct 1 2:00
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   264
			10:00	1:00	EST	1917 Feb
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   265
			10:00	Aus	EST	1919 Apr 1 0:00s
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   266
			0	-	zzz	1948 Mar 25
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   267
			10:00	Aus	EST	1967
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   268
			10:00	AT	EST	2010 Apr 4 3:00
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   269
			11:00	-	MIST	# Macquarie I Standard Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
# Christmas
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
Zone Indian/Christmas	7:02:52 -	LMT	1895 Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
			7:00	-	CXT	# Christmas Island Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
# Cook Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
# From Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
Rule	Cook	1978	only	-	Nov	12	0:00	0:30	HS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
Rule	Cook	1979	1991	-	Mar	Sun>=1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
Rule	Cook	1979	1990	-	Oct	lastSun	0:00	0:30	HS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
Zone Pacific/Rarotonga	-10:39:04 -	LMT	1901		# Avarua
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
			-10:30	-	CKT	1978 Nov 12	# Cook Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
			-10:00	Cook	CK%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
# Cocos
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
# These islands were ruled by the Ross family from about 1830 to 1978.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
# We don't know when standard time was introduced; for now, we guess 1900.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
Zone	Indian/Cocos	6:27:40	-	LMT	1900
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
			6:30	-	CCT	# Cocos Islands Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
# Fiji
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   295
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   296
# Milne gives 11:55:44 for Suva.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   297
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   298
# From Alexander Krivenyshev (2009-11-10):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   299
# According to Fiji Broadcasting Corporation,  Fiji plans to re-introduce DST
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   300
# from November 29th 2009  to April 25th 2010.
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   301
#
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   302
# "Daylight savings to commence this month"
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   303
# <a href="http://www.radiofiji.com.fj/fullstory.php?id=23719">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   304
# http://www.radiofiji.com.fj/fullstory.php?id=23719
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   305
# </a>
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   306
# or
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   307
# <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji01.html">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   308
# http://www.worldtimezone.com/dst_news/dst_news_fiji01.html
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   309
# </a>
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   310
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   311
# From Steffen Thorsen (2009-11-10):
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   312
# The Fiji Government has posted some more details about the approved
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   313
# amendments:
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   314
# <a href="http://www.fiji.gov.fj/publish/page_16198.shtml">
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   315
# http://www.fiji.gov.fj/publish/page_16198.shtml
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   316
# </a>
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   317
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   318
# From Steffen Thorsen (2010-03-03):
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   319
# The Cabinet in Fiji has decided to end DST about a month early, on
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   320
# 2010-03-28 at 03:00.
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   321
# The plan is to observe DST again, from 2010-10-24 to sometime in March
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   322
# 2011 (last Sunday a good guess?).
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   323
#
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   324
# Official source:
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   325
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166">
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   326
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=1096:3310-cabinet-approves-change-in-daylight-savings-dates&catid=49:cabinet-releases&Itemid=166
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   327
# </a>
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   328
#
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   329
# A bit more background info here:
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   330
# <a href="http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html">
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   331
# http://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   332
# </a>
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   333
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   334
# From Alexander Krivenyshev (2010-10-24):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   335
# According to Radio Fiji and Fiji Times online, Fiji will end DST 3
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   336
# weeks earlier than expected - on March 6, 2011, not March 27, 2011...
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   337
# Here is confirmation from Government of the Republic of the Fiji Islands,
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   338
# Ministry of Information (fiji.gov.fj) web site:
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   339
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155">
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   340
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=2608:daylight-savings&catid=71:press-releases&Itemid=155
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   341
# </a>
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   342
# or
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   343
# <a href="http://www.worldtimezone.com/dst_news/dst_news_fiji04.html">
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   344
# http://www.worldtimezone.com/dst_news/dst_news_fiji04.html
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   345
# </a>
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   346
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   347
# From Steffen Thorsen (2011-10-03):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   348
# Now the dates have been confirmed, and at least our start date
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   349
# assumption was correct (end date was one week wrong).
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   350
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   351
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155">
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   352
# www.fiji.gov.fj/index.php?option=com_content&view=article&id=4966:daylight-saving-starts-in-fiji&catid=71:press-releases&Itemid=155
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   353
# </a>
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   354
# which says
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   355
# Members of the public are reminded to change their time to one hour in
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   356
# advance at 2am to 3am on October 23, 2011 and one hour back at 3am to
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   357
# 2am on February 26 next year.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   358
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   359
# From Ken Rylander (2011-10-24)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   360
# Another change to the Fiji DST end date. In the TZ database the end date for
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   361
# Fiji DST 2012, is currently Feb 26. This has been changed to Jan 22.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   362
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   363
# <a href="http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155">
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   364
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=5017:amendments-to-daylight-savings&catid=71:press-releases&Itemid=155
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   365
# </a>
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   366
# states:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   367
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   368
# The end of daylight saving scheduled initially for the 26th of February 2012
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   369
# has been brought forward to the 22nd of January 2012.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   370
# The commencement of daylight saving will remain unchanged and start
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   371
# on the  23rd of October, 2011.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   372
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   373
# From the Fiji Government Online Portal (2012-08-21) via Steffen Thorsen:
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   374
# The Minister for Labour, Industrial Relations and Employment Mr Jone Usamate
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   375
# today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   376
# October 2012 and end at 3 am on Sunday 20th January 2013.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   377
# http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=6702&catid=71&Itemid=155
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   378
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   379
# From the Fijian Government Media Center (2013-08-30) via David Wheeler:
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   380
# Fiji will start daylight savings on Sunday 27th October, 2013 ...
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   381
# move clocks forward by one hour from 2am
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   382
# http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-SUNDAY,-27th-OCTOBER-201.aspx
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   383
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   384
# From Steffen Thorsen (2013-01-10):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   385
# Fiji will end DST on 2014-01-19 02:00:
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   386
# http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVINGS-TO-END-THIS-MONTH-%281%29.aspx
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   387
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   388
# From Paul Eggert (2014-01-10):
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   389
# For now, guess that Fiji springs forward the Sunday before the fourth
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   390
# Monday in October, and springs back the penultimate Sunday in January.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   391
# This is ad hoc, but matches recent practice.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   392
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
Rule	Fiji	1998	1999	-	Nov	Sun>=1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
Rule	Fiji	1999	2000	-	Feb	lastSun	3:00	0	-
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   396
Rule	Fiji	2009	only	-	Nov	29	2:00	1:00	S
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   397
Rule	Fiji	2010	only	-	Mar	lastSun	3:00	0	-
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   398
Rule	Fiji	2010	max	-	Oct	Sun>=21	2:00	1:00	S
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   399
Rule	Fiji	2011	only	-	Mar	Sun>=1	3:00	0	-
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   400
Rule	Fiji	2012	2013	-	Jan	Sun>=18	3:00	0	-
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
   401
Rule	Fiji	2014	max	-	Jan	Sun>=18	2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   403
Zone	Pacific/Fiji	11:55:44 -	LMT	1915 Oct 26	# Suva
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
			12:00	Fiji	FJ%sT	# Fiji Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
# French Polynesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
Zone	Pacific/Gambier	 -8:59:48 -	LMT	1912 Oct	# Rikitea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
			 -9:00	-	GAMT	# Gambier Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
Zone	Pacific/Marquesas -9:18:00 -	LMT	1912 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
			 -9:30	-	MART	# Marquesas Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
Zone	Pacific/Tahiti	 -9:58:16 -	LMT	1912 Oct	# Papeete
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
			-10:00	-	TAHT	# Tahiti Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
# Clipperton (near North America) is administered from French Polynesia;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
# it is uninhabited.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
# Guam
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
Zone	Pacific/Guam	-14:21:00 -	LMT	1844 Dec 31
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
			 9:39:00 -	LMT	1901		# Agana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
			10:00	-	GST	2000 Dec 23	# Guam
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
			10:00	-	ChST	# Chamorro Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
# Kiribati
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
Zone Pacific/Tarawa	 11:32:04 -	LMT	1901		# Bairiki
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
			 12:00	-	GILT		 # Gilbert Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
Zone Pacific/Enderbury	-11:24:20 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
			-12:00	-	PHOT	1979 Oct # Phoenix Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
			-11:00	-	PHOT	1995
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
			 13:00	-	PHOT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
Zone Pacific/Kiritimati	-10:29:20 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
			-10:40	-	LINT	1979 Oct # Line Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
			-10:00	-	LINT	1995
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
			 14:00	-	LINT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
# N Mariana Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
Zone Pacific/Saipan	-14:17:00 -	LMT	1844 Dec 31
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
			 9:43:00 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
			 9:00	-	MPT	1969 Oct # N Mariana Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
			10:00	-	MPT	2000 Dec 23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
			10:00	-	ChST	# Chamorro Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
# Marshall Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
Zone Pacific/Majuro	11:24:48 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
			11:00	-	MHT	1969 Oct # Marshall Islands Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
			12:00	-	MHT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
Zone Pacific/Kwajalein	11:09:20 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
			11:00	-	MHT	1969 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
			-12:00	-	KWAT	1993 Aug 20	# Kwajalein Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
			12:00	-	MHT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
# Micronesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   457
Zone Pacific/Chuuk	10:07:08 -	LMT	1901
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   458
			10:00	-	CHUT			# Chuuk Time
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   459
Zone Pacific/Pohnpei	10:32:52 -	LMT	1901		# Kolonia
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   460
			11:00	-	PONT			# Pohnpei Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
Zone Pacific/Kosrae	10:51:56 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
			11:00	-	KOST	1969 Oct	# Kosrae Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
			12:00	-	KOST	1999
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
			11:00	-	KOST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
# Nauru
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
Zone	Pacific/Nauru	11:07:40 -	LMT	1921 Jan 15	# Uaobe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
			11:30	-	NRT	1942 Mar 15	# Nauru Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
			9:00	-	JST	1944 Aug 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
			11:30	-	NRT	1979 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
			12:00	-	NRT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
# New Caledonia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
Rule	NC	1977	1978	-	Dec	Sun>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
Rule	NC	1978	1979	-	Feb	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
Rule	NC	1996	only	-	Dec	 1	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
# Shanks & Pottenger say the following was at 2:00; go with IATA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
Rule	NC	1997	only	-	Mar	 2	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
Zone	Pacific/Noumea	11:05:48 -	LMT	1912 Jan 13
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
			11:00	NC	NC%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
# New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
Rule	NZ	1927	only	-	Nov	 6	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
Rule	NZ	1928	only	-	Mar	 4	2:00	0	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
Rule	NZ	1928	1933	-	Oct	Sun>=8	2:00	0:30	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
Rule	NZ	1929	1933	-	Mar	Sun>=15	2:00	0	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
Rule	NZ	1934	1940	-	Apr	lastSun	2:00	0	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
Rule	NZ	1934	1940	-	Sep	lastSun	2:00	0:30	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
Rule	NZ	1946	only	-	Jan	 1	0:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
# Since 1957 Chatham has been 45 minutes ahead of NZ, but there's no
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
# convenient notation for this so we must duplicate the Rule lines.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
Rule	NZ	1974	only	-	Nov	Sun>=1	2:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
Rule	Chatham	1974	only	-	Nov	Sun>=1	2:45s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
Rule	NZ	1975	only	-	Feb	lastSun	2:00s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
Rule	Chatham	1975	only	-	Feb	lastSun	2:45s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
Rule	NZ	1975	1988	-	Oct	lastSun	2:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
Rule	Chatham	1975	1988	-	Oct	lastSun	2:45s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
Rule	NZ	1976	1989	-	Mar	Sun>=1	2:00s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
Rule	Chatham	1976	1989	-	Mar	Sun>=1	2:45s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
Rule	NZ	1989	only	-	Oct	Sun>=8	2:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
Rule	Chatham	1989	only	-	Oct	Sun>=8	2:45s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
Rule	NZ	1990	2006	-	Oct	Sun>=1	2:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
Rule	Chatham	1990	2006	-	Oct	Sun>=1	2:45s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
Rule	NZ	1990	2007	-	Mar	Sun>=15	2:00s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
Rule	Chatham	1990	2007	-	Mar	Sun>=15	2:45s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
Rule	NZ	2007	max	-	Sep	lastSun	2:00s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
Rule	Chatham	2007	max	-	Sep	lastSun	2:45s	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
Rule	NZ	2008	max	-	Apr	Sun>=1	2:00s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
Rule	Chatham	2008	max	-	Apr	Sun>=1	2:45s	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
Zone Pacific/Auckland	11:39:04 -	LMT	1868 Nov  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
			11:30	NZ	NZ%sT	1946 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
			12:00	NZ	NZ%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
Zone Pacific/Chatham	12:13:48 -	LMT	1957 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
			12:45	Chatham	CHA%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   525
Link Pacific/Auckland Antarctica/McMurdo
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
# Auckland Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
# uninhabited; Maori and Moriori, colonial settlers, pastoralists, sealers,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
# and scientific personnel have wintered
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
# Campbell I
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
# minor whaling stations operated 1909/1914
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
# scientific station operated 1941/1995;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
# previously whalers, sealers, pastoralists, and scientific personnel wintered
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
# was probably like Pacific/Auckland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
# Niue
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
Zone	Pacific/Niue	-11:19:40 -	LMT	1901		# Alofi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
			-11:20	-	NUT	1951	# Niue Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
			-11:30	-	NUT	1978 Oct 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
			-11:00	-	NUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
# Norfolk
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
Zone	Pacific/Norfolk	11:11:52 -	LMT	1901		# Kingston
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
			11:12	-	NMT	1951	# Norfolk Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
			11:30	-	NFT		# Norfolk Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
# Palau (Belau)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
Zone Pacific/Palau	8:57:56 -	LMT	1901		# Koror
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
			9:00	-	PWT	# Palau Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
# Papua New Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
Zone Pacific/Port_Moresby 9:48:40 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
			9:48:32	-	PMMT	1895	# Port Moresby Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
			10:00	-	PGT		# Papua New Guinea Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
# Pitcairn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
Zone Pacific/Pitcairn	-8:40:20 -	LMT	1901		# Adamstown
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
			-8:30	-	PNT	1998 Apr 27 00:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
			-8:00	-	PST	# Pitcairn Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
# American Samoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
Zone Pacific/Pago_Pago	 12:37:12 -	LMT	1879 Jul  5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
			-11:22:48 -	LMT	1911
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
			-11:30	-	SAMT	1950		# Samoa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
			-11:00	-	NST	1967 Apr	# N=Nome
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
			-11:00	-	BST	1983 Nov 30	# B=Bering
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
			-11:00	-	SST			# S=Samoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
# Samoa
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
   579
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   580
# From Steffen Thorsen (2009-10-16):
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   581
# We have been in contact with the government of Samoa again, and received
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   582
# the following info:
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   583
#
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   584
# "Cabinet has now approved Daylight Saving to be effected next year
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   585
# commencing from the last Sunday of September 2010 and conclude first
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   586
# Sunday of April 2011."
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   587
#
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   588
# Background info:
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   589
# <a href="http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html">
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   590
# http://www.timeanddate.com/news/time/samoa-dst-plan-2009.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   591
# </a>
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   592
#
5130
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   593
# Samoa's Daylight Saving Time Act 2009 is available here, but does not
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   594
# contain any dates:
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   595
# <a href="http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf">
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   596
# http://www.parliament.gov.ws/documents/acts/Daylight%20Saving%20Act%20%202009%20%28English%29%20-%20Final%207-7-091.pdf
1b0fbb188691 6933032: (tz) Support tzdata2010e
peytoia
parents: 4959
diff changeset
   597
# </a>
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   598
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   599
# From Laupue Raymond Hughes (2010-10-07):
7013
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   600
# Please see
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   601
# <a href="http://www.mcil.gov.ws">
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   602
# http://www.mcil.gov.ws
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   603
# </a>,
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   604
# the Ministry of Commerce, Industry and Labour (sideframe) "Last Sunday
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   605
# September 2010 (26/09/10) - adjust clocks forward from 12:00 midnight
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   606
# to 01:00am and First Sunday April 2011 (03/04/11) - adjust clocks
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   607
# backwards from 1:00am to 12:00am"
6af860e04527 6996686: (tz) Support tzdata2010o
peytoia
parents: 6290
diff changeset
   608
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   609
# From Laupue Raymond Hughes (2011-03-07):
8761
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   610
# I believe this will be posted shortly on the website
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   611
# <a href="http://www.mcil.gov.ws">
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   612
# www.mcil.gov.ws
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   613
# </a>
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   614
#
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   615
# PUBLIC NOTICE ON DAYLIGHT SAVING TIME
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   616
#
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   617
# Pursuant to the Daylight Saving Act 2009 and Cabinets decision,
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   618
# businesses and the general public are hereby advised that daylight
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   619
# saving time is on the first Saturday of April 2011 (02/04/11).
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   620
#
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   621
# The public is therefore advised that when the standard time strikes
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   622
# the hour of four oclock (4.00am or 0400 Hours) on the 2nd April 2011,
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   623
# then all instruments used to measure standard time are to be
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   624
# adjusted/changed to three oclock (3:00am or 0300Hrs).
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   625
#
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   626
# Margaret Fruean ACTING CHIEF EXECUTIVE OFFICER MINISTRY OF COMMERCE,
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   627
# INDUSTRY AND LABOUR 28th February 2011
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   628
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   629
# From David Zuelke (2011-05-09):
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   630
# Subject: Samoa to move timezone from east to west of international date line
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   631
#
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   632
# <a href="http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963">
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   633
# http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=138501958347963
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   634
# </a>
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   635
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   636
# From Mark Sim-Smith (2011-08-17):
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   637
# I have been in contact with Leilani Tuala Warren from the Samoa Law
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   638
# Reform Commission, and she has sent me a copy of the Bill that she
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   639
# confirmed has been passed...Most of the sections are about maps rather
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   640
# than the time zone change, but I'll paste the relevant bits below. But
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   641
# the essence is that at midnight 29 Dec (UTC-11 I suppose), Samoa
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   642
# changes from UTC-11 to UTC+13:
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   643
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   644
# International Date Line Bill 2011
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   645
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   646
# AN ACT to provide for the change to standard time in Samoa and to make
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   647
# consequential amendments to the position of the International Date
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   648
# Line, and for related purposes.
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   649
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   650
# BE IT ENACTED by the Legislative Assembly of Samoa in Parliament
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   651
# assembled as follows:
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   652
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   653
# 1. Short title and commencement-(1) This Act may be cited as the
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   654
# International Date Line Act 2011. (2) Except for section 5(3) this Act
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   655
# commences at 12 o'clock midnight, on Thursday 29th December 2011. (3)
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   656
# Section 5(3) commences on the date of assent by the Head of State.
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   657
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   658
# [snip]
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   659
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   660
# 3. Interpretation - [snip] "Samoa standard time" in this Act and any
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   661
# other statute of Samoa which refers to 'Samoa standard time' means the
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   662
# time 13 hours in advance of Co-ordinated Universal Time.
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   663
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   664
# 4. Samoa standard time - (1) Upon the commencement of this Act, Samoa
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   665
# standard time shall be set at 13 hours in advance of Co-ordinated
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   666
# Universal Time for the whole of Samoa. (2) All references to Samoa's
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   667
# time zone and to Samoa standard time in Samoa in all legislation and
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   668
# instruments after the commencement of this Act shall be references to
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   669
# Samoa standard time as provided for in this Act. (3) Nothing in this
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   670
# Act affects the provisions of the Daylight Saving Act 2009, except that
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   671
# it defines Samoa standard time....
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   672
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   673
# From Laupue Raymond Hughes (2011-09-02):
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   674
# <a href="http://www.mcil.gov.ws/mcil_publications.html">
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   675
# http://www.mcil.gov.ws/mcil_publications.html
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   676
# </a>
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   677
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   678
# here is the official website publication for Samoa DST and dateline change
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   679
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   680
# DST
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   681
# Year	End	Time	Start	Time
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   682
# 2011	- - -	- - -	24 September	3:00am to 4:00am
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   683
# 2012	01 April	4:00am to 3:00am	- - -	- - -
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   684
#
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   685
# Dateline Change skip Friday 30th Dec 2011
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   686
# Thursday 29th December 2011	23:59:59 Hours
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   687
# Saturday 31st December 2011	00:00:00 Hours
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   688
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   689
# Clarification by Tim Parenti (2012-01-03):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   690
# Although Samoa has used Daylight Saving Time in the 2010-2011 and 2011-2012
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   691
# seasons, there is not yet any indication that this trend will continue on
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   692
# a regular basis. For now, we have explicitly listed the transitions below.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   693
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   694
# From Nicky (2012-09-10):
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   695
# Daylight Saving Time commences on Sunday 30th September 2012 and
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   696
# ends on Sunday 7th of April 2013.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   697
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   698
# Please find link below for more information.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   699
# http://www.mcil.gov.ws/mcil_publications.html
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   700
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   701
# That publication also includes dates for Summer of 2013/4 as well
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   702
# which give the impression of a pattern in selecting dates for the
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   703
# future, so for now, we will guess this will continue.
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   704
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   705
# Western Samoa
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   706
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   707
Rule	WS	2012	max	-	Sep	lastSun	3:00	1	D
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   708
Rule	WS	2012	max	-	Apr	Sun>=1	4:00	0	-
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   709
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
Zone Pacific/Apia	 12:33:04 -	LMT	1879 Jul  5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
			-11:26:56 -	LMT	1911
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
			-11:30	-	SAMT	1950		# Samoa Time
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 5130
diff changeset
   713
			-11:00	-	WST	2010 Sep 26
8761
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   714
			-11:00	1:00	WSDT	2011 Apr 2 4:00
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   715
			-11:00	-	WST	2011 Sep 24 3:00
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
   716
			-11:00	1:00	WSDT	2011 Dec 30
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   717
			 13:00	1:00	WSDT	2012 Apr Sun>=1 4:00
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   718
			 13:00	WS	WS%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
# Solomon Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
# excludes Bougainville, for which see Papua New Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
Zone Pacific/Guadalcanal 10:39:48 -	LMT	1912 Oct	# Honiara
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
			11:00	-	SBT	# Solomon Is Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
# Tokelau Is
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   727
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   728
# From Gwillim Law (2011-12-29)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   729
# A correspondent informed me that Tokelau, like Samoa, will be skipping
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   730
# December 31 this year ...
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   731
#
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   732
# From Steffen Thorsen (2012-07-25)
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   733
# ... we double checked by calling hotels and offices based in Tokelau asking
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   734
# about the time there, and they all told a time that agrees with UTC+13....
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   735
# Shanks says UTC-10 from 1901 [but] ... there is a good chance the change
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   736
# actually was to UTC-11 back then.
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   737
#
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   738
# From Paul Eggert (2012-07-25)
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   739
# A Google Books snippet of Appendix to the Journals of the House of
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   740
# Representatives of New Zealand, Session 1948,
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   741
# <http://books.google.com/books?id=ZaVCAQAAIAAJ>, page 65, says Tokelau
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   742
# was "11 hours slow on G.M.T."  Go with Thorsen and assume Shanks & Pottenger
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   743
# are off by an hour starting in 1901.
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
   744
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
Zone	Pacific/Fakaofo	-11:24:56 -	LMT	1901
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   747
			-11:00	-	TKT 2011 Dec 30	# Tokelau Time
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   748
			13:00	-	TKT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
# Tonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
Rule	Tonga	1999	only	-	Oct	 7	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
Rule	Tonga	2000	only	-	Mar	19	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
Rule	Tonga	2000	2001	-	Nov	Sun>=1	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
Rule	Tonga	2001	2002	-	Jan	lastSun	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
Zone Pacific/Tongatapu	12:19:20 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
			12:20	-	TOT	1941 # Tonga Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
			13:00	-	TOT	1999
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
			13:00	Tonga	TO%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
# Tuvalu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
Zone Pacific/Funafuti	11:56:52 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
			12:00	-	TVT	# Tuvalu Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
# US minor outlying islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
# Howland, Baker
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
# Howland was mined for guano by American companies 1857-1878 and British
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
# 1886-1891; Baker was similar but exact dates are not known.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
# Inhabited by civilians 1935-1942; U.S. military bases 1943-1944;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
# uninhabited thereafter.
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   775
# Howland observed Hawaii Standard Time (UT-10:30) in 1937;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
# see page 206 of Elgen M. Long and Marie K. Long,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
# Amelia Earhart: the Mystery Solved, Simon & Schuster (2000).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
# So most likely Howland and Baker observed Hawaii Time from 1935
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
# until they were abandoned after the war.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
# Jarvis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
# Mined for guano by American companies 1857-1879 and British 1883?-1891?.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
# Inhabited by civilians 1935-1942; IGY scientific base 1957-1958;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
# uninhabited thereafter.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
# no information; was probably like Pacific/Kiritimati
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
# Johnston
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   788
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   789
# From Paul Eggert (2013-09-03):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   790
# In his memoirs of June 6th to October 4, 1945
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   791
# <http://www.315bw.org/Herb_Bach.htm> (2005), Herbert C. Bach writes,
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   792
# "We started our letdown to Kwajalein Atoll and landed there at 5:00 AM
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   793
# Johnston time, 1:30 AM Kwajalein time."  This was in June 1945, and
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   794
# confirms that Johnston kept the same time as Honolulu in summer 1945.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   795
# We have no better information, so for now, assume this has been true
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   796
# indefinitely into the past.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   797
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   798
# See 'northamerica' for Pacific/Johnston.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
# Kingman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
# uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
# Midway
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
# From Mark Brader (2005-01-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
# [Fallacies and Fantasies of Air Transport History, by R.E.G. Davies,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
# published 1994 by Paladwr Press, McLean, VA, USA; ISBN 0-9626483-5-3]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
# reproduced a Pan American Airways timeables from 1936, for their weekly
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
# "Orient Express" flights between San Francisco and Manila, and connecting
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
# flights to Chicago and the US East Coast.  As it uses some time zone
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
# designations that I've never seen before:....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
# Fri. 6:30A Lv. HONOLOLU (Pearl Harbor), H.I.   H.L.T. Ar. 5:30P Sun.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
#  "   3:00P Ar. MIDWAY ISLAND . . . . . . . . . M.L.T. Lv. 6:00A  "
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
Zone Pacific/Midway	-11:49:28 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
			-11:00	-	NST	1956 Jun  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
			-11:00	1:00	NDT	1956 Sep  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
			-11:00	-	NST	1967 Apr	# N=Nome
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
			-11:00	-	BST	1983 Nov 30	# B=Bering
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
			-11:00	-	SST			# S=Samoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
# Palmyra
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
# uninhabited since World War II; was probably like Pacific/Kiritimati
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
# Wake
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
Zone	Pacific/Wake	11:06:28 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
			12:00	-	WAKT	# Wake Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
# Vanuatu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
Rule	Vanuatu	1983	only	-	Sep	25	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
Rule	Vanuatu	1984	1991	-	Mar	Sun>=23	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
Rule	Vanuatu	1984	only	-	Oct	23	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
Rule	Vanuatu	1985	1991	-	Sep	Sun>=23	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
Rule	Vanuatu	1992	1993	-	Jan	Sun>=23	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
Rule	Vanuatu	1992	only	-	Oct	Sun>=23	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
Zone	Pacific/Efate	11:13:16 -	LMT	1912 Jan 13		# Vila
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
			11:00	Vanuatu	VU%sT	# Vanuatu Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
# Wallis and Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
Zone	Pacific/Wallis	12:15:20 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
			12:00	-	WFT	# Wallis & Futuna Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
# NOTES
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
# This data is by no means authoritative; if you think you know better,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
# go ahead and edit the file (and please send any changes to
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   854
# tz@iana.org for general use in the future).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   856
# From Paul Eggert (2013-02-21):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
# A good source for time zone historical data outside the U.S. is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
# San Diego: ACS Publications, Inc. (2003).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
# Gwillim Law writes that a good source
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
# for recent time zone data is the International Air Transport
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
# published semiannually.  Law sent in several helpful summaries
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
# of the IATA's data after 1990.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
# entries through 1990, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
# Another source occasionally used is Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
# I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
#
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   874
# For data circa 1899, a common source is:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   875
# Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   876
# <http://www.jstor.org/stable/1774359>.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   877
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
# A reliable and entertaining source about time zones is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
# I invented the abbreviations marked `*' in the following table;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
# the rest are from earlier versions of this file, or from other sources.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
# Corrections are welcome!
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
#		std dst
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
#		LMT	Local Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
#	  8:00	WST WST	Western Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
#	  8:45	CWST CWST Central Western Australia*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
#	  9:00	JST	Japan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
#	  9:30	CST CST	Central Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
#	 10:00	EST EST	Eastern Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
#	 10:00	ChST	Chamorro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
#	 10:30	LHST LHST Lord Howe*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
#	 11:30	NZMT NZST New Zealand through 1945
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
#	 12:00	NZST NZDT New Zealand 1946-present
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
#	 12:45	CHAST CHADT Chatham*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
#	-11:00	SST	Samoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
#	-10:00	HST	Hawaii
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
#	- 8:00	PST	Pitcairn*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
# See the `northamerica' file for Hawaii.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
# See the `southamerica' file for Easter I and the Galapagos Is.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
# Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
# From Paul Eggert (2005-12-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
# <a href="http://www.bom.gov.au/climate/averages/tables/dst_times.shtml">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
# Implementation Dates of Daylight Saving Time within Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
# </a> summarizes daylight saving issues in Australia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
# From Arthur David Olson (2005-12-12):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
# <a href="http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight_saving">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
# Lawlink NSW:Daylight Saving in New South Wales
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
# </a> covers New South Wales in particular.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
# From John Mackin (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
# We in Australia have _never_ referred to DST as `daylight' time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
# It is called `summer' time.  Now by a happy coincidence, `summer'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
# and `standard' happen to start with the same letter; hence, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
# abbreviation does _not_ change...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
# The legislation does not actually define abbreviations, at least
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
# in this State, but the abbreviation is just commonly taken to be the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
# initials of the phrase, and the legislation here uniformly uses
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
# the phrase `summer time' and does not use the phrase `daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
# time'.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
# Announcers on the Commonwealth radio network, the ABC (for Australian
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
# Broadcasting Commission), use the phrases `Eastern Standard Time'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
# or `Eastern Summer Time'.  (Note, though, that as I say in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
# current australasia file, there is really no such thing.)  Announcers
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
# on its overseas service, Radio Australia, use the same phrases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
# prefixed by the word `Australian' when referring to local times;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
# time announcements on that service, naturally enough, are made in UTC.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
# From Arthur David Olson (1992-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
# Given the above, what's chosen for year-round use is:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
#	CST	for any place operating at a GMTOFF of 9:30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
#	WST	for any place operating at a GMTOFF of 8:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
#	EST	for any place operating at a GMTOFF of 10:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
# From Chuck Soper (2006-06-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
# I recently found this Australian government web page on time zones:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
# <http://www.australia.gov.au/about-australia-13time>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
# And this government web page lists time zone names and abbreviations:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
# <http://www.bom.gov.au/climate/averages/tables/daysavtm.shtml>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
# From Paul Eggert (2001-04-05), summarizing a long discussion about "EST"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
# versus "AEST" etc.:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
# I see the following points of dispute:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
# * How important are unique time zone abbreviations?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
#   Here I tend to agree with the point (most recently made by Chris
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
#   Newman) that unique abbreviations should not be essential for proper
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
#   operation of software.  We have other instances of ambiguity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
#   (e.g. "IST" denoting both "Israel Standard Time" and "Indian
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
#   Standard Time"), and they are not likely to go away any time soon.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
#   In the old days, some software mistakenly relied on unique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
#   abbreviations, but this is becoming less true with time, and I don't
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
#   think it's that important to cater to such software these days.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
#   On the other hand, there is another motivation for unambiguous
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
#   abbreviations: it cuts down on human confusion.  This is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
#   particularly true for Australia, where "EST" can mean one thing for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
#   time T and a different thing for time T plus 1 second.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
# * Does the relevant legislation indicate which abbreviations should be used?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
#   Here I tend to think that things are a mess, just as they are in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
#   many other countries.  We Americans are currently disagreeing about
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
#   which abbreviation to use for the newly legislated Chamorro Standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
#   Time, for example.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
#   Personally, I would prefer to use common practice; I would like to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
#   refer to legislation only for examples of common practice, or as a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
#   tiebreaker.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
# * Do Australians more often use "Eastern Daylight Time" or "Eastern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
#   Summer Time"?  Do they typically prefix the time zone names with
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
#   the word "Australian"?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
#   My own impression is that both "Daylight Time" and "Summer Time" are
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
#   common and are widely understood, but that "Summer Time" is more
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
#   popular; and that the leading "A" is also common but is omitted more
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
#   often than not.  I just used AltaVista advanced search and got the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
#   following count of page hits:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
#     1,103 "Eastern Summer Time" AND domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
#       971 "Australian Eastern Summer Time" AND domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
#       613 "Eastern Daylight Time" AND domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
#       127 "Australian Eastern Daylight Time" AND domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
#   Here "Summer" seems quite a bit more popular than "Daylight",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
#   particularly when we know the time zone is Australian and not US,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
#   say.  The "Australian" prefix seems to be popular for Eastern Summer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
#   Time, but unpopular for Eastern Daylight Time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
#   For abbreviations, tools like AltaVista are less useful because of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
#   ambiguity.  Many hits are not really time zones, unfortunately, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
#   many hits denote US time zones and not Australian ones.  But here
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
#   are the hit counts anyway:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
#     161,304 "EST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
#      25,156 "EDT" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
#      18,263 "AEST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
#      10,416 "AEDT" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
#      14,538 "CST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
#       5,728 "CDT" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
#         176 "ACST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
#          29 "ACDT" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
#       7,539 "WST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
#          68 "AWST" and domain:au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
#   This data suggest that Australians tend to omit the "A" prefix in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
#   practice.  The situation for "ST" versus "DT" is less clear, given
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
#   the ambiguities involved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
# * How do Australians feel about the abbreviations in the tz database?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
#   If you just count Australians on this list, I count 2 in favor and 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
#   against.  One of the "against" votes (David Keegel) counseled delay,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
#   saying that both AEST/AEDT and EST/EST are widely used and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
#   understood in Australia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1027
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
# From Paul Eggert (1995-12-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
# Shanks & Pottenger report 2:00 for all autumn changes in Australia and NZ.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
# Mark Prior writes that his newspaper
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
# reports that NSW's fall 1995 change will occur at 2:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
# but Robert Elz says it's been 3:00 in Victoria since 1970
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
# and perhaps the newspaper's `2:00' is referring to standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
# For now we'll continue to assume 2:00s for changes since 1960.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
# From Eric Ulevik (1998-01-05):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
# Here are some URLs to Australian time legislation. These URLs are stable,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
# and should probably be included in the data file. There are probably more
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
# relevant entries in this database.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
# NSW (including LHI and Broken Hill):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
# <a href="http://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
# Standard Time Act 1987 (updated 1995-04-04)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
# ACT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
# <a href="http://www.austlii.edu.au/au/legis/act/consol_act/stasta1972279/index.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
# Standard Time and Summer Time Act 1972
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
# SA
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
# <a href="http://www.austlii.edu.au/au/legis/sa/consol_act/sta1898137/index.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
# Standard Time Act, 1898
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
# From David Grosz (2005-06-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
# It was announced last week that Daylight Saving would be extended by
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
# one week next year to allow for the 2006 Commonwealth Games.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
# Daylight Saving is now to end for next year only on the first Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
# in April instead of the last Sunday in March.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
# From Gwillim Law (2005-06-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
# I did some Googling and found that all of those states (and territory) plan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
# to extend DST together in 2006.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
# ACT: http://www.cmd.act.gov.au/mediareleases/fileread.cfm?file=86.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
# New South Wales: http://www.thecouriermail.news.com.au/common/story_page/0,5936,15538869%255E1702,00.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
# South Australia: http://www.news.com.au/story/0,10117,15555031-1246,00.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
# Tasmania: http://www.media.tas.gov.au/release.php?id=14772
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
# Victoria: I wasn't able to find anything separate, but the other articles
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
# allude to it.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
# But not Queensland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
# http://www.news.com.au/story/0,10117,15564030-1248,00.html.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
# Northern Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1076
# # The NORTHERN TERRITORY..  [ Courtesy N.T. Dept of the Chief Minister ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
# #					[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
# #	N.T. have never utilised any DST due to sub-tropical/tropical location.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
# Zone        Australia/North         9:30    -       CST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
# From Bradley White (1991-03-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
# A recent excerpt from an Australian newspaper...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
# the Northern Territory do[es] not have daylight saving.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
# Western Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
# #  The state of WESTERN AUSTRALIA..  [ Courtesy W.A. dept Premier+Cabinet ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
# #						[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
# #	W.A. suffers from a great deal of public and political opposition to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
# #	DST in principle. A bill is brought before parliament in most years, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
# #	usually defeated either in the upper house, or in party caucus
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
# #	before reaching parliament.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
# Zone	Australia/West		8:00	AW	%sST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
# Rule	AW	1974	only	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
# Rule	AW	1975	only	-	Mar	Sun>=1	3:00	0	W
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
# Rule	AW	1983	only	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
# Rule	AW	1984	only	-	Mar	Sun>=1	3:00	0	W
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
# From Bradley White (1991-03-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
# A recent excerpt from an Australian newspaper...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
# Western Australia...do[es] not have daylight saving.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
# From John D. Newman via Bradley White (1991-11-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
# Western Australia is still on "winter time". Some DH in Sydney
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
# rang me at home a few days ago at 6.00am. (He had just arrived at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
# work at 9.00am.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
# W.A. is switching to Summer Time on Nov 17th just to confuse
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
# everybody again.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
# From Arthur David Olson (1992-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
# The 1992 ending date used in the rules is a best guess;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
# it matches what was used in the past.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
# <a href="http://www.bom.gov.au/faq/faqgen.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
# The Australian Bureau of Meteorology FAQ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
# </a> (1999-09-27) writes that Giles Meteorological Station uses
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
# South Australian time even though it's located in Western Australia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
# Queensland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
# #   The state of QUEENSLAND.. [ Courtesy Qld. Dept Premier Econ&Trade Devel ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
# #						[ Dec 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
# Zone	Australia/Queensland	10:00	AQ	%sST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
# Rule	AQ	1971	only	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
# Rule	AQ	1972	only	-	Feb	lastSun	3:00	0	E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
# Rule	AQ	1989	max	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
# Rule	AQ	1990	max	-	Mar	Sun>=1	3:00	0	E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
# From Bradley White (1989-12-24):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
# "Australia/Queensland" now observes daylight time (i.e. from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
# October 1989).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
# From Bradley White (1991-03-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
# A recent excerpt from an Australian newspaper...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
# ...Queensland...[has] agreed to end daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1142
# at 3am tomorrow (March 3)...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
# From John Mackin (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
# I can certainly confirm for my part that Daylight Saving in NSW did in fact
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
# end on Sunday, 3 March.  I don't know at what hour, though.  (It surprised
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
# me.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
# From Bradley White (1992-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
# ...there was recently a referendum in Queensland which resulted
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
# in the experimental daylight saving system being abandoned. So, ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
# Rule	QLD	1989	1991	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
# Rule	QLD	1990	1992	-	Mar	Sun>=1	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1157
# From Arthur David Olson (1992-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
# The chosen rules the union of the 1971/1972 change and the 1989-1992 changes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
# From Christopher Hunt (2006-11-21), after an advance warning
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
# from Jesper Norgaard Welen (2006-11-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
# WA are trialing DST for three years.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
# <http://www.parliament.wa.gov.au/parliament/bills.nsf/9A1B183144403DA54825721200088DF1/$File/Bill175-1B.pdf>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
# From Rives McDow (2002-04-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
# The most interesting region I have found consists of three towns on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
# southern coast....  South Australia observes daylight saving time; Western
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
# Australia does not.  The two states are one and a half hours apart.  The
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
# residents decided to forget about this nonsense of changing the clock so
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
# much and set the local time 20 hours and 45 minutes from the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1171
# international date line, or right in the middle of the time of South
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1172
# Australia and Western Australia....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1173
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1174
# From Paul Eggert (2002-04-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
# This is confirmed by the section entitled
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
# "What's the deal with time zones???" in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
# <http://www.earthsci.unimelb.edu.au/~awatkins/null.html>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
# From Alex Livingston (2006-12-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
# ... it was just on four years ago that I drove along the Eyre Highway,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
# which passes through eastern Western Australia close to the southern
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
# coast of the continent.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1183
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
# I paid particular attention to the time kept there. There can be no
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
# dispute that UTC+08:45 was considered "the time" from the border
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
# village just inside the border with South Australia to as far west
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
# as just east of Caiguna. There can also be no dispute that Eucla is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1188
# the largest population centre in this zone....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
# Now that Western Australia is observing daylight saving, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
# question arose whether this part of the state would follow suit. I
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1192
# just called the border village and confirmed that indeed they have,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
# meaning that they are now observing UTC+09:45.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1194
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
# (2006-12-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
# I personally doubt that either experimentation with daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
# in WA or its introduction in SA had anything to do with the genesis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
# of this time zone.  My hunch is that it's been around since well
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
# before 1975.  I remember seeing it noted on road maps decades ago.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1200
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
# From Paul Eggert (2006-12-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
# For lack of better info, assume the tradition dates back to the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
# introduction of standard time in 1895.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
# southeast Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
# Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
# end DST the first Sunday in April and start DST the first Sunday in October.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
# http://www.theage.com.au/news/national/daylight-savings-to-span-six-months/2007/06/27/1182623966703.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
# South Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
# From Bradley White (1991-03-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
# A recent excerpt from an Australian newspaper...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1218
# ...South Australia...[has] agreed to end daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
# at 3am tomorrow (March 3)...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
# #   The state of SOUTH AUSTRALIA....[ Courtesy of S.A. Dept of Labour ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
# #						[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
# Zone	Australia/South		9:30	AS	%sST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
# Rule	 AS	1971	max	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
# Rule	 AS	1972	1985	-	Mar	Sun>=1	3:00	0	C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
# Rule	 AS	1986	1990	-	Mar	Sun>=15	3:00	0	C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
# Rule	 AS	1991	max	-	Mar	Sun>=1	3:00	0	C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
# From Bradley White (1992-03-11):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
# Recent correspondence with a friend in Adelaide
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
# contained the following exchange:  "Due to the Adelaide Festival,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
# South Australia delays setting back our clocks for a few weeks."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1237
# From Robert Elz (1992-03-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
# I heard that apparently (or at least, it appears that)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
# South Aus will have an extra 3 weeks daylight saving every even
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
# numbered year (from 1990).  That's when the Adelaide Festival
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1241
# is on...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1242
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
# From Robert Elz (1992-03-16, 00:57:07 +1000):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1244
# DST didn't end in Adelaide today (yesterday)....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1245
# But whether it's "4th Sunday" or "2nd last Sunday" I have no idea whatever...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1246
# (it's just as likely to be "the Sunday we pick for this year"...).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1247
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1248
# From Bradley White (1994-04-11):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1249
# If Sun, 15 March, 1992 was at +1030 as kre asserts, but yet Sun, 20 March,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
# 1994 was at +0930 as John Connolly's customer seems to assert, then I can
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
# only conclude that the actual rule is more complicated....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1252
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
# From John Warburton (1994-10-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
# The new Daylight Savings dates for South Australia ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
# was gazetted in the Government Hansard on Sep 26 1994....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
# start on last Sunday in October and end in last sunday in March.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
# See "southeast Australia" above for 2008 and later.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1261
# Tasmania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1262
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1263
# The rules for 1967 through 1991 were reported by George Shepherd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1264
# via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1265
# #  The state of TASMANIA.. [Courtesy Tasmanian Dept of Premier + Cabinet ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1266
# #					[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1267
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1268
# From Bill Hart via Guy Harris (1991-10-10):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1269
# Oh yes, the new daylight savings rules are uniquely tasmanian, we have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1270
# 6 weeks a year now when we are out of sync with the rest of Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1271
# (but nothing new about that).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1272
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1273
# From Alex Livingston (1999-10-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1274
# I heard on the ABC (Australian Broadcasting Corporation) radio news on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
# (long) weekend that Tasmania, which usually goes its own way in this regard,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1276
# has decided to join with most of NSW, the ACT, and most of Victoria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1277
# (Australia) and start daylight saving on the last Sunday in August in 2000
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1278
# instead of the first Sunday in October.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1279
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1280
# Sim Alam (2000-07-03) reported a legal citation for the 2000/2001 rules:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1281
# http://www.thelaw.tas.gov.au/fragview/42++1968+GS3A@EN+2000070300
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1282
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1283
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
# See "southeast Australia" above for 2008 and later.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1285
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1286
# Victoria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1287
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
# The rules for 1971 through 1991 were reported by George Shepherd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
# via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1290
# #   The state of VICTORIA.. [ Courtesy of Vic. Dept of Premier + Cabinet ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
# #						[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
# From Scott Harrington (2001-08-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
# On KQED's "City Arts and Lectures" program last night I heard an
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
# interesting story about daylight savings time.  Dr. John Heilbron was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
# discussing his book "The Sun in the Church: Cathedrals as Solar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
# Observatories"[1], and in particular the Shrine of Remembrance[2] located
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1298
# in Melbourne, Australia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
# Apparently the shrine's main purpose is a beam of sunlight which
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1301
# illuminates a special spot on the floor at the 11th hour of the 11th day
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
# of the 11th month (Remembrance Day) every year in memory of Australia's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
# fallen WWI soldiers.  And if you go there on Nov. 11, at 11am local time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1304
# you will indeed see the sunbeam illuminate the special spot at the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1305
# expected time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
# However, that is only because of some special mirror contraption that had
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
# to be employed, since due to daylight savings time, the true solar time of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1309
# the remembrance moment occurs one hour later (or earlier?).  Perhaps
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
# someone with more information on this jury-rig can tell us more.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
# [1] http://www.hup.harvard.edu/catalog/HEISUN.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
# [2] http://www.shrine.org.au
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
# See "southeast Australia" above for 2008 and later.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
# New South Wales
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
# From Arthur David Olson:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
# New South Wales and subjurisdictions have their own ideas of a fun time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
# Based on law library research by John Mackin,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
# who notes:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
#	In Australia, time is not legislated federally, but rather by the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
#	individual states.  Thus, while such terms as ``Eastern Standard Time''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
#	[I mean, of course, Australian EST, not any other kind] are in common
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
#	use, _they have NO REAL MEANING_, as they are not defined in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
#	legislation.  This is very important to understand.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
#	I have researched New South Wales time only...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
# From Eric Ulevik (1999-05-26):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
# DST will start in NSW on the last Sunday of August, rather than the usual
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
# October in 2000.  [See: Matthew Moore,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
# <a href="http://www.smh.com.au/news/9905/26/pageone/pageone4.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
# Two months more daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
# Sydney Morning Herald (1999-05-26).]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
# From Paul Eggert (1999-09-27):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
# See the following official NSW source:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
# <a href="http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
# Daylight Saving in New South Wales.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
# Narrabri Shire (NSW) council has announced it will ignore the extension of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1346
# daylight saving next year.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1347
# <a href="http://abc.net.au/news/regionals/neweng/monthly/regeng-22jul1999-1.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1348
# Narrabri Council to ignore daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
# </a> (1999-07-22).  For now, we'll wait to see if this really happens.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1350
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1351
# Victoria will following NSW.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1352
# <a href="http://abc.net.au/local/news/olympics/1999/07/item19990728112314_1.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1353
# Vic to extend daylight saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1354
# </a> (1999-07-28).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1355
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1356
# However, South Australia rejected the DST request.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1357
# <a href="http://abc.net.au/news/olympics/1999/07/item19990719151754_1.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1358
# South Australia rejects Olympics daylight savings request
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1359
# </a> (1999-07-19).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1360
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1361
# Queensland also will not observe DST for the Olympics.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1362
# <a href="http://abc.net.au/news/olympics/1999/06/item19990601114608_1.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1363
# Qld says no to daylight savings for Olympics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1364
# </a> (1999-06-01), which quotes Queensland Premier Peter Beattie as saying
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1365
# ``Look you've got to remember in my family when this came up last time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1366
# I voted for it, my wife voted against it and she said to me it's all very
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1367
# well for you, you don't have to worry about getting the children out of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1368
# bed, getting them to school, getting them to sleep at night.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1369
# I've been through all this argument domestically...my wife rules.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1370
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1371
# Broken Hill will stick with South Australian time in 2000.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1372
# <a href="http://abc.net.au/news/regionals/brokenh/monthly/regbrok-21jul1999-6.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1373
# Broken Hill to be behind the times
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1374
# </a> (1999-07-21).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1375
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1376
# IATA SSIM (1998-09) says that the spring 2000 change for Australian
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1377
# Capital Territory, New South Wales except Lord Howe Island and Broken
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1378
# Hill, and Victoria will be August 27, presumably due to the Sydney Olympics.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1379
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1380
# From Eric Ulevik, referring to Sydney's Sun Herald (2000-08-13), page 29:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1381
# The Queensland Premier Peter Beattie is encouraging northern NSW
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1382
# towns to use Queensland time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1383
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1384
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1385
# See "southeast Australia" above for 2008 and later.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1386
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1387
# Yancowinna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1388
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1389
# From John Mackin (1989-01-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1390
# `Broken Hill' means the County of Yancowinna.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1391
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1392
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1393
# # YANCOWINNA..  [ Confirmation courtesy of Broken Hill Postmaster ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1394
# #					[ Dec 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1395
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1396
# # Yancowinna uses Central Standard Time, despite [its] location on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
# # New South Wales side of the S.A. border. Most business and social dealings
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
# # are with CST zones, therefore CST is legislated by local government
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1399
# # although the switch to Summer Time occurs in line with N.S.W. There have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
# # been years when this did not apply, but the historical data is not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401
# # presently available.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1402
# Zone	Australia/Yancowinna	9:30	 AY	%sST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1403
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1404
# Rule	 AY	1971	1985	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1405
# Rule	 AY	1972	only	-	Feb	lastSun	3:00	0	C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1406
# [followed by other Rules]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1407
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1408
# Lord Howe Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1409
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1410
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1411
# LHI...		[ Courtesy of Pauline Van Winsen ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1412
#					[ Dec 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1413
# Lord Howe Island is located off the New South Wales coast, and is half an
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1414
# hour ahead of NSW time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1415
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1416
# From James Lonergan, Secretary, Lord Howe Island Board (2000-01-27):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1417
# Lord Howe Island summer time in 2000/2001 will commence on the same
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1418
# date as the rest of NSW (i.e. 2000-08-27).  For your information the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1419
# Lord Howe Island Board (controlling authority for the Island) is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1420
# seeking the community's views on various options for summer time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1421
# arrangements on the Island, e.g. advance clocks by 1 full hour
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
  1422
# instead of only 30 minutes.  [Dependent] on the wishes of residents
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1423
# the Board may approach the NSW government to change the existing
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1424
# arrangements.  The starting date for summer time on the Island will
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1425
# however always coincide with the rest of NSW.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1426
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1427
# From James Lonergan, Secretary, Lord Howe Island Board (2000-10-25):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1428
# Lord Howe Island advances clocks by 30 minutes during DST in NSW and retards
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1429
# clocks by 30 minutes when DST finishes. Since DST was most recently
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1430
# introduced in NSW, the "changeover" time on the Island has been 02:00 as
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1431
# shown on clocks on LHI. I guess this means that for 30 minutes at the start
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1432
# of DST, LHI is actually 1 hour ahead of the rest of NSW.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1433
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1434
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1435
# For Lord Howe dates we use Shanks & Pottenger through 1989, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1436
# Lonergan thereafter.  For times we use Lonergan.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1437
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1438
# From Paul Eggert (2007-07-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1439
# See "southeast Australia" above for 2008 and later.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1440
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1441
# From Steffen Thorsen (2009-04-28):
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1442
# According to the official press release, South Australia's extended daylight
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1443
# saving period will continue with the same rules as used during the 2008-2009
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1444
# summer (southern hemisphere).
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1445
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1446
# From
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1447
# <a href="http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1448
# http://www.safework.sa.gov.au/uploaded_files/DaylightDatesSet.pdf
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1449
# </a>
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1450
# The extended daylight saving period that South Australia has been trialling
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1451
# for over the last year is now set to be ongoing.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1452
# Daylight saving will continue to start on the first Sunday in October each
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1453
# year and finish on the first Sunday in April the following year.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1454
# Industrial Relations Minister, Paul Caica, says this provides South Australia
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1455
# with a consistent half hour time difference with NSW, Victoria, Tasmania and
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1456
# the ACT for all 52 weeks of the year...
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1457
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1458
# We have a wrap-up here:
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1459
# <a href="http://www.timeanddate.com/news/time/south-australia-extends-dst.html">
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1460
# http://www.timeanddate.com/news/time/south-australia-extends-dst.html
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
  1461
# </a>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1462
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1463
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1464
# New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1465
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1466
# From Mark Davies (1990-10-03):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1467
# the 1989/90 year was a trial of an extended "daylight saving" period.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1468
# This trial was deemed successful and the extended period adopted for
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1469
# subsequent years (with the addition of a further week at the start).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1470
# source -- phone call to Ministry of Internal Affairs Head Office.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1471
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1472
# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1473
# # The Country of New Zealand   (Australia's east island -) Gee they hate that!
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1474
# #				   or is Australia the west island of N.Z.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1475
# #	[ courtesy of Geoff Tribble.. Auckland N.Z. ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1476
# #				[ Nov 1990 ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1477
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1478
# Rule	NZ      1974    1988	-	Oct	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1479
# Rule	NZ	1989	max	-	Oct	Sun>=1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1480
# Rule	NZ      1975    1989	-	Mar	Sun>=1	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1481
# Rule	NZ	1990	max	-	Mar	lastSun	3:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1482
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1483
# Zone	NZ			12:00	NZ		NZ%sT	# New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1484
# Zone	NZ-CHAT			12:45	-		NZ-CHAT # Chatham Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1485
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1486
# From Arthur David Olson (1992-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1487
# The chosen rules use the Davies October 8 values for the start of DST in 1989
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1488
# rather than the October 1 value.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1489
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1490
# From Paul Eggert (1995-12-19);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1491
# Shank & Pottenger report 2:00 for all autumn changes in Australia and NZ.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1492
# Robert Uzgalis writes that the New Zealand Daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1493
# Savings Time Order in Council dated 1990-06-18 specifies 2:00 standard
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1494
# time on both the first Sunday in October and the third Sunday in March.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1495
# As with Australia, we'll assume the tradition is 2:00s, not 2:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1496
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1497
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1498
# The Department of Internal Affairs (DIA) maintains a brief history,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1499
# as does Carol Squires; see tz-link.htm for the full references.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1500
# Use these sources in preference to Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1501
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1502
# For Chatham, IATA SSIM (1991/1999) gives the NZ rules but with
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1503
# transitions at 2:45 local standard time; this confirms that Chatham
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1504
# is always exactly 45 minutes ahead of Auckland.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1505
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1506
# From Colin Sharples (2007-04-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1507
# DST will now start on the last Sunday in September, and end on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1508
# first Sunday in April.  The changes take effect this year, meaning
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1509
# that DST will begin on 2007-09-30 2008-04-06.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1510
# http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Daylight-Saving-Daylight-saving-to-be-extended
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1511
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1512
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1513
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1514
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1515
# Fiji
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1516
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1517
# Howse writes (p 153) that in 1879 the British governor of Fiji
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1518
# enacted an ordinance standardizing the islands on Antipodean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1519
# instead of the American system (which was one day behind).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1520
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1521
# From Rives McDow (1998-10-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1522
# Fiji will introduce DST effective 0200 local time, 1998-11-01
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1523
# until 0300 local time 1999-02-28.  Each year the DST period will
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1524
# be from the first Sunday in November until the last Sunday in February.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1525
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1526
# From Paul Eggert (2000-01-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1527
# IATA SSIM (1999-09) says DST ends 0100 local time.  Go with McDow.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1528
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1529
# From the BBC World Service in
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1530
# http://news.bbc.co.uk/2/hi/asia-pacific/205226.stm (1998-10-31 16:03 UTC):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1531
# The Fijiian government says the main reasons for the time change is to
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1532
# improve productivity and reduce road accidents.... [T]he move is also
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1533
# intended to boost Fiji's ability to attract tourists to witness the dawning
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1534
# of the new millennium.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1535
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1536
# http://www.fiji.gov.fj/press/2000_09/2000_09_13-05.shtml (2000-09-13)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1537
# reports that Fiji has discontinued DST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1538
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1539
# Johnston
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1540
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1541
# Johnston data is from usno1995.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1542
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1543
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1544
# Kiribati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1545
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1546
# From Paul Eggert (1996-01-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1547
# Today's _Wall Street Journal_ (page 1) reports that Kiribati
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 8761
diff changeset
  1548
# ``declared it the same day [throughout] the country as of Jan. 1, 1995''
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1549
# as part of the competition to be first into the 21st century.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1550
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1551
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1552
# Kwajalein
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1553
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1554
# In comp.risks 14.87 (26 August 1993), Peter Neumann writes:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1555
# I wonder what happened in Kwajalein, where there was NO Friday,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1556
# 1993-08-20.  Thursday night at midnight Kwajalein switched sides with
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1557
# respect to the International Date Line, to rejoin its fellow islands,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1558
# going from 11:59 p.m. Thursday to 12:00 m. Saturday in a blink.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1559
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1560
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1561
# N Mariana Is, Guam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1562
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1563
# Howse writes (p 153) ``The Spaniards, on the other hand, reached the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1564
# Philippines and the Ladrones from America,'' and implies that the Ladrones
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1565
# (now called the Marianas) kept American date for quite some time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1566
# For now, we assume the Ladrones switched at the same time as the Philippines;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1567
# see Asia/Manila.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1568
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1569
# US Public Law 106-564 (2000-12-23) made UTC+10 the official standard time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1570
# under the name "Chamorro Standard Time".  There is no official abbreviation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1571
# but Congressman Robert A. Underwood, author of the bill that became law,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1572
# wrote in a press release (2000-12-27) that he will seek the use of "ChST".
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1573
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1574
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1575
# Micronesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1576
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1577
# Alan Eugene Davis writes (1996-03-16),
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1578
# ``I am certain, having lived there for the past decade, that "Truk"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1579
# (now properly known as Chuuk) ... is in the time zone GMT+10.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1580
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1581
# Shanks & Pottenger write that Truk switched from UTC+10 to UTC+11
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1582
# on 1978-10-01; ignore this for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1583
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1584
# From Paul Eggert (1999-10-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1585
# The Federated States of Micronesia Visitors Board writes in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1586
# <a href="http://www.fsmgov.org/info/clocks.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1587
# The Federated States of Micronesia - Visitor Information
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1588
# </a> (1999-01-26)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1589
# that Truk and Yap are UTC+10, and Ponape and Kosrae are UTC+11.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1590
# We don't know when Kosrae switched from UTC+12; assume January 1 for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1591
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1592
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1593
# Midway
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1594
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1595
# From Charles T O'Connor, KMTH DJ (1956),
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1596
# quoted in the KTMH section of the Radio Heritage Collection
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1597
# <http://radiodx.com/spdxr/KMTH.htm> (2002-12-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1598
# For the past two months we've been on what is known as Daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1599
# Saving Time.  This time has put us on air at 5am in the morning,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1600
# your time down there in New Zealand.  Starting September 2, 1956
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1601
# we'll again go back to Standard Time.  This'll mean that we'll go to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1602
# air at 6am your time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1603
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1604
# From Paul Eggert (2003-03-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1605
# We don't know the date of that quote, but we'll guess they
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1606
# started DST on June 3.  Possibly DST was observed other years
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1607
# in Midway, but we have no record of it.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1608
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1609
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1610
# Pitcairn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1611
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1612
# From Rives McDow (1999-11-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1613
# A Proclamation was signed by the Governor of Pitcairn on the 27th March 1998
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1614
# with regard to Pitcairn Standard Time.  The Proclamation is as follows.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1615
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1616
#	The local time for general purposes in the Islands shall be
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1617
#	Co-ordinated Universal time minus 8 hours and shall be known
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1618
#	as Pitcairn Standard Time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1619
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1620
# ... I have also seen Pitcairn listed as UTC minus 9 hours in several
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1621
# references, and can only assume that this was an error in interpretation
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1622
# somehow in light of this proclamation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1623
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1624
# From Rives McDow (1999-11-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1625
# The Proclamation regarding Pitcairn time came into effect on 27 April 1998
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1626
# ... at midnight.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1628
# From Howie Phelps (1999-11-10), who talked to a Pitcairner via shortwave:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1629
# Betty Christian told me yesterday that their local time is the same as
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1630
# Pacific Standard Time. They used to be 1/2 hour different from us here in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1631
# Sacramento but it was changed a couple of years ago.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1634
# Samoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1636
# Howse writes (p 153, citing p 10 of the 1883-11-18 New York Herald)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1637
# that in 1879 the King of Samoa decided to change
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1638
# ``the date in his kingdom from the Antipodean to the American system,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1639
# ordaining -- by a masterpiece of diplomatic flattery -- that
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1640
# the Fourth of July should be celebrated twice in that year.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1643
# Tonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1645
# From Paul Eggert (1996-01-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1646
# Today's _Wall Street Journal_ (p 1) reports that ``Tonga has been plotting
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1647
# to sneak ahead of [New Zealanders] by introducing daylight-saving time.''
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1648
# Since Kiribati has moved the Date Line it's not clear what Tonga will do.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1649
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1650
# Don Mundell writes in the 1997-02-20 Tonga Chronicle
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1651
# <a href="http://www.tongatapu.net.to/tonga/homeland/timebegins.htm">
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1652
# How Tonga became `The Land where Time Begins'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1653
# </a>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1654
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1655
# Until 1941 Tonga maintained a standard time 50 minutes ahead of NZST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1656
# 12 hours and 20 minutes ahead of GMT.  When New Zealand adjusted its
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1657
# standard time in 1940s, Tonga had the choice of subtracting from its
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1658
# local time to come on the same standard time as New Zealand or of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1659
# advancing its time to maintain the differential of 13 degrees
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1660
# (approximately 50 minutes ahead of New Zealand time).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1661
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1662
# Because His Majesty King Taufa'ahau Tupou IV, then Crown Prince
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1663
# Tungi, preferred to ensure Tonga's title as the land where time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1664
# begins, the Legislative Assembly approved the latter change.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1665
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
# But some of the older, more conservative members from the outer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
# islands objected. "If at midnight on Dec. 31, we move ahead 40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1668
# minutes, as your Royal Highness wishes, what becomes of the 40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1669
# minutes we have lost?"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1670
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1671
# The Crown Prince, presented an unanswerable argument: "Remember that
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1672
# on the World Day of Prayer, you would be the first people on Earth
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1673
# to say your prayers in the morning."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1674
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1675
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1676
# Shanks & Pottenger say the transition was on 1968-10-01; go with Mundell.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1677
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
# From Eric Ulevik (1999-05-03):
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  1679
# Tonga's director of tourism, who is also secretary of the National Millennium
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1680
# Committee, has a plan to get Tonga back in front.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1681
# He has proposed a one-off move to tropical daylight saving for Tonga from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1682
# October to March, which has won approval in principle from the Tongan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1683
# Government.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1684
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1685
# From Steffen Thorsen (1999-09-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1686
# * Tonga will introduce DST in November
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1687
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1688
# I was given this link by John Letts:
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1689
# <a href="http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1690
# http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1691
# </a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1692
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1693
# I have not been able to find exact dates for the transition in November
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1694
# yet. By reading this article it seems like Fiji will be 14 hours ahead
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
# of UTC as well, but as far as I know Fiji will only be 13 hours ahead
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1696
# (12 + 1 hour DST).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1697
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1698
# From Arthur David Olson (1999-09-20):
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1699
# According to <a href="http://www.tongaonline.com/news/sept1799.html">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1700
# http://www.tongaonline.com/news/sept1799.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1701
# </a>:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1702
# "Daylight Savings Time will take effect on Oct. 2 through April 15, 2000
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1703
# and annually thereafter from the first Saturday in October through the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1704
# third Saturday of April.  Under the system approved by Privy Council on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1705
# Sept. 10, clocks must be turned ahead one hour on the opening day and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1706
# set back an hour on the closing date."
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1707
# Alas, no indication of the time of day.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
# From Rives McDow (1999-10-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1710
# Tonga started its Daylight Saving on Saturday morning October 2nd at 0200am.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1711
# Daylight Saving ends on April 16 at 0300am which is Sunday morning.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1713
# From Steffen Thorsen (2000-10-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
# Back in March I found a notice on the website http://www.tongaonline.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
# that Tonga changed back to standard time one month early, on March 19
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1716
# instead of the original reported date April 16. Unfortunately, the article
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1717
# is no longer available on the site, and I did not make a copy of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1718
# text, and I have forgotten to report it here.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1719
# (Original URL was: http://www.tongaonline.com/news/march162000.htm )
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1720
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1721
# From Rives McDow (2000-12-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1722
# Tonga is observing DST as of 2000-11-04 and will stop on 2001-01-27.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1723
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
# From Sione Moala-Mafi (2001-09-20) via Rives McDow:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1725
# At 2:00am on the first Sunday of November, the standard time in the Kingdom
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
# shall be moved forward by one hour to 3:00am.  At 2:00am on the last Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1727
# of January the standard time in the Kingdom shall be moved backward by one
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1728
# hour to 1:00am.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1729
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1730
# From Pulu 'Anau (2002-11-05):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
# The law was for 3 years, supposedly to get renewed.  It wasn't.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1734
# Wake
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1735
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
# From Vernice Anderson, Personal Secretary to Philip Jessup,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1737
# US Ambassador At Large (oral history interview, 1971-02-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1738
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1739
# Saturday, the 14th [of October, 1950] -- ...  The time was all the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1740
# more confusing at that point, because we had crossed the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1741
# International Date Line, thus getting two Sundays.  Furthermore, we
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1742
# discovered that Wake Island had two hours of daylight saving time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1743
# making calculation of time in Washington difficult if not almost
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1744
# impossible.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1745
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1746
# http://www.trumanlibrary.org/wake/meeting.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1747
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1748
# From Paul Eggert (2003-03-23):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1749
# We have no other report of DST in Wake Island, so omit this info for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1750
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1751
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1752
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1753
# The International Date Line
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1754
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1755
# From Gwillim Law (2000-01-03):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1756
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1757
# The International Date Line is not defined by any international standard,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1758
# convention, or treaty.  Mapmakers are free to draw it as they please.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1759
# Reputable mapmakers will simply ensure that every point of land appears on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1760
# the correct side of the IDL, according to the date legally observed there.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1761
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1762
# When Kiribati adopted a uniform date in 1995, thereby moving the Phoenix and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1763
# Line Islands to the west side of the IDL (or, if you prefer, moving the IDL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1764
# to the east side of the Phoenix and Line Islands), I suppose that most
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1765
# mapmakers redrew the IDL following the boundary of Kiribati.  Even that line
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1766
# has a rather arbitrary nature.  The straight-line boundaries between Pacific
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1767
# island nations that are shown on many maps are based on an international
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1768
# convention, but are not legally binding national borders.... The date is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1769
# governed by the IDL; therefore, even on the high seas, there may be some
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1770
# places as late as fourteen hours later than UTC.  And, since the IDL is not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1771
# an international standard, there are some places on the high seas where the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1772
# correct date is ambiguous.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1773
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1774
# From Wikipedia <http://en.wikipedia.org/wiki/Time_zone> (2005-08-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1775
# Before 1920, all ships kept local apparent time on the high seas by setting
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1776
# their clocks at night or at the morning sight so that, given the ship's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1777
# speed and direction, it would be 12 o'clock when the Sun crossed the ship's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1778
# meridian (12 o'clock = local apparent noon).  During 1917, at the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1779
# Anglo-French Conference on Time-keeping at Sea, it was recommended that all
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1780
# ships, both military and civilian, should adopt hourly standard time zones
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1781
# on the high seas.  Whenever a ship was within the territorial waters of any
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1782
# nation it would use that nation's standard time.  The captain was permitted
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1783
# to change his ship's clocks at a time of his choice following his ship's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1784
# entry into another zone time--he often chose midnight.  These zones were
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1785
# adopted by all major fleets between 1920 and 1925 but not by many
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1786
# independent merchant ships until World War II.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
# From Paul Eggert, using references suggested by Oscar van Vlijmen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
# (2005-03-20):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1790
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
# The American Practical Navigator (2002)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1792
# <http://pollux.nss.nima.mil/pubs/pubs_j_apn_sections.html?rid=187>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
# talks only about the 180-degree meridian with respect to ships in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
# international waters; it ignores the international date line.