jdk/make/data/tzdata/antarctica
author aefimov
Thu, 05 Feb 2015 14:48:57 +0300
changeset 28776 4153595a6ced
parent 26452 04bfc550f2b4
child 30320 e868aabb6a2a
permissions -rw-r--r--
8072042: (tz) Support tzdata2015a Reviewed-by: coffeys, okutsu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     3
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 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: 2
diff changeset
    24
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 2
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
# From Paul Eggert (1999-11-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# To keep things manageable, we list only locations occupied year-round; see
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# COMNAP - Stations and Bases
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    30
# http://www.comnap.aq/comnap/comnap.nsf/P/Stations/
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# Summary of the Peri-Antarctic Islands (1998-07-23)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    33
# http://www.spri.cam.ac.uk/bob/periant.htm
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# for information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# Unless otherwise specified, we have no time zone information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# Except for the French entries,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# I made up all time zone abbreviations mentioned here; corrections welcome!
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    39
# FORMAT is 'zzz' and GMTOFF is 0 for locations while uninhabited.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    41
# These rules are stolen from the 'southamerica' file.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
Rule	ArgAQ	1964	1966	-	Mar	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
Rule	ArgAQ	1964	1966	-	Oct	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
Rule	ArgAQ	1967	only	-	Apr	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
Rule	ArgAQ	1967	1968	-	Oct	Sun>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
Rule	ArgAQ	1968	1969	-	Apr	Sun>=1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
Rule	ArgAQ	1974	only	-	Jan	23	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
Rule	ArgAQ	1974	only	-	May	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
Rule	ChileAQ	1972	1986	-	Mar	Sun>=9	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
Rule	ChileAQ	1974	1987	-	Oct	Sun>=9	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
Rule	ChileAQ	1987	only	-	Apr	12	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
Rule	ChileAQ	1988	1989	-	Mar	Sun>=9	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
Rule	ChileAQ	1988	only	-	Oct	Sun>=1	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
Rule	ChileAQ	1989	only	-	Oct	Sun>=9	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
Rule	ChileAQ	1990	only	-	Mar	18	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
Rule	ChileAQ	1990	only	-	Sep	16	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
Rule	ChileAQ	1991	1996	-	Mar	Sun>=9	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
Rule	ChileAQ	1991	1997	-	Oct	Sun>=9	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
Rule	ChileAQ	1997	only	-	Mar	30	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
Rule	ChileAQ	1998	only	-	Mar	Sun>=9	3:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
Rule	ChileAQ	1998	only	-	Sep	27	4:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
Rule	ChileAQ	1999	only	-	Apr	 4	3:00u	0	-
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    64
Rule	ChileAQ	1999	2010	-	Oct	Sun>=9	4:00u	1:00	S
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    65
Rule	ChileAQ	2000	2007	-	Mar	Sun>=9	3:00u	0	-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    66
# N.B.: the end of March 29 in Chile is March 30 in Universal time,
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    67
# which is used below in specifying the transition.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    68
Rule	ChileAQ	2008	only	-	Mar	30	3:00u	0	-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    69
Rule	ChileAQ	2009	only	-	Mar	Sun>=9	3:00u	0	-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    70
Rule	ChileAQ	2010	only	-	Apr	Sun>=1	3:00u	0	-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    71
Rule	ChileAQ	2011	only	-	May	Sun>=2	3:00u	0	-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
    72
Rule	ChileAQ	2011	only	-	Aug	Sun>=16	4:00u	1:00	S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 26452
diff changeset
    73
Rule	ChileAQ	2012	2015	-	Apr	Sun>=23	3:00u	0	-
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 26452
diff changeset
    74
Rule	ChileAQ	2012	2014	-	Sep	Sun>=2	4:00u	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# Argentina - year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    78
# Carlini, Potter Cove, King George Island, -6414-0602320, since 1982-01
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    79
# Esperanza, Hope Bay, -6323-05659, since 1952-12-17
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    80
# Marambio, -6414-05637, since 1969-10-29
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# Orcadas, Laurie I, -6016-04444, since 1904-02-22
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    82
# San Martín, Barry I, -6808-06706, since 1951-03-21
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#	(except 1960-03 / 1976-03-21)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# Australia - territories
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
# Heard Island, McDonald Islands (uninhabited)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
#	previously sealers and scientific personnel wintered
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
#	Margaret Turner reports
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    89
#	http://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
    90
#	(1999-09-30) that they're UTC+5, with no DST;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
#	presumably this is when they have visitors.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
# year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
# Casey, Bailey Peninsula, -6617+11032, since 1969
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
# Davis, Vestfold Hills, -6835+07759, since 1957-01-13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
#	(except 1964-11 - 1969-02)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
# Mawson, Holme Bay, -6736+06253, since 1954-02-13
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
    98
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
    99
# From Steffen Thorsen (2009-03-11):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   100
# Three Australian stations in Antarctica have changed their time zone:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   101
# Casey moved from UTC+8 to UTC+11
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   102
# Davis moved from UTC+7 to UTC+5
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   103
# Mawson moved from UTC+6 to UTC+5
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   104
# The changes occurred on 2009-10-18 at 02:00 (local times).
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   105
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   106
# Government source: (Australian Antarctic Division)
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   107
# http://www.aad.gov.au/default.asp?casid=37079
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   108
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   109
# We have more background information here:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   110
# http://www.timeanddate.com/news/time/antarctica-new-times.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   111
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   112
# From Steffen Thorsen (2010-03-10):
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 12306
diff changeset
   113
# We got these changes from the Australian Antarctic Division: ...
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   114
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   115
# - Casey station reverted to its normal time of UTC+8 on 5 March 2010.
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   116
# The change to UTC+11 is being considered as a regular summer thing but
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   117
# has not been decided yet.
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   118
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   119
# - Davis station will revert to its normal time of UTC+7 at 10 March 2010
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   120
# 20:00 UTC.
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   121
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   122
# - Mawson station stays on UTC+5.
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   123
#
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   124
# Background:
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   125
# http://www.timeanddate.com/news/time/antartica-time-changes-2010.html
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   126
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
Zone Antarctica/Casey	0	-	zzz	1969
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   129
			8:00	-	AWST	2009 Oct 18  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   130
						# Australian Western Std Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   131
			11:00	-	CAST	2010 Mar  5  2:00  # Casey Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   132
			8:00	-	AWST	2011 Oct 28  2:00
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   133
			11:00	-	CAST	2012 Feb 21 17:00u
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   134
			8:00	-	AWST
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
Zone Antarctica/Davis	0	-	zzz	1957 Jan 13
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   136
			7:00	-	DAVT	1964 Nov    # Davis Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
			0	-	zzz	1969 Feb
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   138
			7:00	-	DAVT	2009 Oct 18  2:00
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   139
			5:00	-	DAVT	2010 Mar 10 20:00u
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   140
			7:00	-	DAVT	2011 Oct 28  2:00
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10593
diff changeset
   141
			5:00	-	DAVT	2012 Feb 21 20:00u
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   142
			7:00	-	DAVT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
Zone Antarctica/Mawson	0	-	zzz	1954 Feb 13
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   144
			6:00	-	MAWT	2009 Oct 18  2:00 # Mawson Time
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
   145
			5:00	-	MAWT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
# References:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
# Casey Weather (1998-02-26)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   148
# http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
# Davis Station, Antarctica (1998-02-26)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   150
# http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
# Mawson Station, Antarctica (1998-02-25)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   152
# http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   153
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   154
# Belgium - year-round base
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   155
# Princess Elisabeth, Queen Maud Land, -713412+0231200, since 2007
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
# Brazil - year-round base
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   158
# Ferraz, King George Island, -6205+05824, since 1983/4
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   159
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   160
# Bulgaria - year-round base
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   161
# St. Kliment Ohridski, Livingston Island, -623829-0602153, since 1988
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
# Chile - year-round bases and towns
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# Escudero, South Shetland Is, -621157-0585735, since 1994
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   165
# Frei Montalva, King George Island, -6214-05848, since 1969-03-07
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   166
# O'Higgins, Antarctic Peninsula, -6319-05704, since 1948-02
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   167
# Prat, -6230-05941
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
# Villa Las Estrellas (a town), around the Frei base, since 1984-04-09
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
# These locations have always used Santiago time; use TZ='America/Santiago'.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# China - year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
# Great Wall, King George Island, -6213-05858, since 1985-02-20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# Zhongshan, Larsemann Hills, Prydz Bay, -6922+07623, since 1989-02-26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   175
# France - year-round bases (also see "France & Italy")
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
# From Antoine Leca (1997-01-20):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   178
# Time data entries are from Nicole Pailleau at the IFRTP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
# (French Institute for Polar Research and Technology).
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   180
# She confirms that French Southern Territories and Terre Adélie bases
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   181
# don't observe daylight saving time, even if Terre Adélie supplies came
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
# from Tasmania.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
# French Southern Territories with year-round inhabitants
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   186
# Alfred Faure, Possession Island, Crozet Islands, -462551+0515152, since 1964;
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   187
#	sealing & whaling stations operated variously 1802/1911+;
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   188
#	see Indian/Reunion.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   189
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   190
# Martin-de-Viviès, Amsterdam Island, -374105+0773155, since 1950
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   191
# Port-aux-Français, Kerguelen Islands, -492110+0701303, since 1951;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
#	whaling & sealing station operated 1908/1914, 1920/1929, and 1951/1956
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
# St Paul Island - near Amsterdam, uninhabited
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
#	fishing stations operated variously 1819/1931
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   198
Zone Indian/Kerguelen	0	-	zzz	1950 # Port-aux-Français
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
			5:00	-	TFT	# ISO code TF Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
# year-round base in the main continent
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   202
# Dumont d'Urville, Île des Pétrels, -6640+14001, since 1956-11
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   203
# <http://en.wikipedia.org/wiki/Dumont_d'Urville_Station> (2005-12-05)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
# Another base at Port-Martin, 50km east, began operation in 1947.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
# It was destroyed by fire on 1952-01-14.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
Zone Antarctica/DumontDUrville 0 -	zzz	1947
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
			10:00	-	PMT	1952 Jan 14 # Port-Martin Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
			0	-	zzz	1956 Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
			10:00	-	DDUT	# Dumont-d'Urville Time
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   213
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   214
# France & Italy - year-round base
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   215
# Concordia, -750600+1232000, since 2005
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
# Germany - year-round base
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   218
# Neumayer III, -704080-0081602, since 2009
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   220
# India - year-round bases
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   221
# Bharati, -692428+0761114, since 2012
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   222
# Maitri, -704558+0114356, since 1989
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   223
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   224
# Italy - year-round base (also see "France & Italy")
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   225
# Zuchelli, Terra Nova Bay, -744140+1640647, since 1986
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
# Japan - year-round bases
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   228
# Syowa (also known as Showa), -690022+0393524, since 1957
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
# From Hideyuki Suzuki (1999-02-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
# In all Japanese stations, +0300 is used as the standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
# Syowa station, which is the first antarctic station of Japan,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
# was established on 1957-01-29.  Since Syowa station is still the main
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
# station of Japan, it's appropriate for the principal location.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
Zone Antarctica/Syowa	0	-	zzz	1957 Jan 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
			3:00	-	SYOT	# Syowa Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
# See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
# NIPR Antarctic Research Activities (1999-08-17)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   241
# http://www.nipr.ac.jp/english/ara01.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
# S Korea - year-round base
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   244
# Jang Bogo, Terra Nova Bay, -743700+1641205 since 2014
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
# King Sejong, King George Island, -6213-05847, since 1988
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
# New Zealand - claims
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
# Balleny Islands (never inhabited)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
# Scott Island (never inhabited)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
# year-round base
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   252
# Scott Base, Ross Island, since 1957-01.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   253
# See Pacific/Auckland.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
# Norway - territories
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
# Bouvet (never inhabited)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
# claims
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
# Peter I Island (never inhabited)
23719
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   260
#
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   261
# year-round base
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   262
# Troll, Queen Maud Land, -720041+0023206, since 2005-02-12
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   263
#
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   264
# From Paul-Inge Flakstad (2014-03-10):
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   265
# I recently had a long dialog about this with the developer of timegenie.com.
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   266
# In the absence of specific dates, he decided to choose some likely ones:
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   267
#   GMT +1 - From March 1 to the last Sunday in March
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   268
#   GMT +2 - From the last Sunday in March until the last Sunday in October
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   269
#   GMT +1 - From the last Sunday in October until November 7
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   270
#   GMT +0 - From November 7 until March 1
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   271
# The dates for switching to and from UTC+0 will probably not be absolutely
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   272
# correct, but they should be quite close to the actual dates.
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   273
#
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   274
# From Paul Eggert (2014-03-21):
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   275
# The CET-switching Troll rules require zic from tzcode 2014b or later, so as
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   276
# suggested by Bengt-Inge Larsson comment them out for now, and approximate
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   277
# with only UTC and CEST.  Uncomment them when 2014b is more prevalent.
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   278
#
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   279
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   280
#Rule	Troll	2005	max	-	Mar	 1	1:00u	1:00	CET
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   281
Rule	Troll	2005	max	-	Mar	lastSun	1:00u	2:00	CEST
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   282
#Rule	Troll	2005	max	-	Oct	lastSun	1:00u	1:00	CET
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   283
#Rule	Troll	2004	max	-	Nov	 7	1:00u	0:00	UTC
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   284
# Remove the following line when uncommenting the above '#Rule' lines.
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   285
Rule	Troll	2004	max	-	Oct	lastSun	1:00u	0:00	UTC
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   286
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 21805
diff changeset
   287
Zone Antarctica/Troll	0	-	zzz	2005 Feb 12
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   288
			0:00	Troll	%s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
# Poland - year-round base
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
# Arctowski, King George Island, -620945-0582745, since 1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   293
# Romania - year-bound base
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   294
# Law-Racoviță, Larsemann Hills, -692319+0762251, since 1986
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   295
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
# Russia - year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
# Bellingshausen, King George Island, -621159-0585337, since 1968-02-22
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
# Mirny, Davis coast, -6633+09301, since 1956-02
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
# Molodezhnaya, Alasheyev Bay, -6740+04551,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
#	year-round from 1962-02 to 1999-07-01
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
# Novolazarevskaya, Queen Maud Land, -7046+01150,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
#	year-round from 1960/61 to 1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
# Vostok, since 1957-12-16, temporarily closed 1994-02/1994-11
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   305
# From Craig Mundell (1994-12-15):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   306
# http://quest.arc.nasa.gov/antarctica/QA/computers/Directions,Time,ZIP
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
# Vostok, which is one of the Russian stations, is set on the same
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
# time as Moscow, Russia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
# From Lee Hotz (2001-03-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
# I queried the folks at Columbia who spent the summer at Vostok and this is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
# what they had to say about time there:
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   313
# "in the US Camp (East Camp) we have been on New Zealand (McMurdo)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
# time, which is 12 hours ahead of GMT. The Russian Station Vostok was
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
# 6 hours behind that (although only 2 miles away, i.e. 6 hours ahead
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
# of GMT). This is a time zone I think two hours east of Moscow. The
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   317
# natural time zone is in between the two: 8 hours ahead of GMT."
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
# From Paul Eggert (2001-05-04):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
# This seems to be hopelessly confusing, so I asked Lee Hotz about it
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   321
# in person.  He said that some Antarctic locations set their local
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
# time so that noon is the warmest part of the day, and that this
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
# changes during the year and does not necessarily correspond to mean
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
# solar noon.  So the Vostok time might have been whatever the clocks
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
# happened to be during their visit.  So we still don't really know what time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
# it is at Vostok.  But we'll guess UTC+6.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
Zone Antarctica/Vostok	0	-	zzz	1957 Dec 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
			6:00	-	VOST	# Vostok time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
# S Africa - year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
# Marion Island, -4653+03752
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   333
# SANAE IV, Vesleskarvet, Queen Maud Land, -714022-0025026, since 1997
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   335
# Ukraine - year-round base
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   336
# Vernadsky (formerly Faraday), Galindez Island, -651445-0641526, since 1954
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   337
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   338
# United Kingdom
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
# British Antarctic Territories (BAT) claims
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
# South Orkney Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
#	scientific station from 1903
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
#	whaling station at Signy I 1920/1926
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
# South Shetland Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
# year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
# Bird Island, South Georgia, -5400-03803, since 1983
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
# Deception Island, -6259-06034, whaling station 1912/1931,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
#	scientific station 1943/1967,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
#	previously sealers and a scientific expedition wintered by accident,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
#	and a garrison was deployed briefly
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
# Halley, Coates Land, -7535-02604, since 1956-01-06
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
#	Halley is on a moving ice shelf and is periodically relocated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
#	so that it is never more than 10km from its nominal location.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
# Rothera, Adelaide Island, -6734-6808, since 1976-12-01
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
# From Paul Eggert (2002-10-22)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
# <http://webexhibits.org/daylightsaving/g.html> says Rothera is -03 all year.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
Zone Antarctica/Rothera	0	-	zzz	1976 Dec  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
			-3:00	-	ROTT	# Rothera time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
# Uruguay - year round base
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
# Artigas, King George Island, -621104-0585107
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
# USA - year-round bases
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
# Palmer, Anvers Island, since 1965 (moved 2 miles in 1968)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
# From Ethan Dicks (1996-10-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
# It keeps the same time as Punta Arenas, Chile, because, just like us
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
# and the South Pole, that's the other end of their supply line....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
# I verified with someone who was there that since 1980,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
# Palmer has followed Chile.  Prior to that, before the Falklands War,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
# Palmer used to be supplied from Argentina.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
Zone Antarctica/Palmer	0	-	zzz	1965
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 26452
diff changeset
   380
			-4:00	ArgAQ	AR%sT	1969 Oct  5
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
			-3:00	ArgAQ	AR%sT	1982 May
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 26452
diff changeset
   382
			-4:00	ChileAQ	CL%sT	2015 Apr 26 3:00u
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 26452
diff changeset
   383
			-3:00	-	CLT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   386
# McMurdo Station, Ross Island, since 1955-12
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   387
# Amundsen-Scott South Pole Station, continuously occupied since 1956-11-20
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
# From Chris Carrier (1996-06-27):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
# Siple, the first commander of the South Pole station,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
# stated that he would have liked to have kept GMT at the station,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
# but that he found it more convenient to keep GMT+12
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
# as supplies for the station were coming from McMurdo Sound,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
# which was on GMT+12 because New Zealand was on GMT+12 all year
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 23719
diff changeset
   395
# at that time (1957).  (Source: Siple's book 90 Degrees South.)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
# From Susan Smith
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
# http://www.cybertours.com/whs/pole10.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
# (1995-11-13 16:24:56 +1300, no longer available):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
# We use the same time as McMurdo does.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
# And they use the same time as Christchurch, NZ does....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
# One last quirk about South Pole time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
# All the electric clocks are usually wrong.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
# Something about the generators running at 60.1hertz or something
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
# makes all of the clocks run fast.  So every couple of days,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
# we have to go around and set them back 5 minutes or so.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
# Maybe if we let them run fast all of the time, we'd get to leave here sooner!!
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   409
# See 'australasia' for Antarctica/McMurdo.