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