test/jdk/sun/util/calendar/zi/tzdata/etcetera
author rpatil
Wed, 10 Jul 2019 05:12:23 +0100
changeset 55634 0f1e29c77e50
parent 52420 b6f32c533faf
permissions -rw-r--r--
8224560: (tz) Upgrade time-zone data to tzdata2019a 8225580: tzdata2018i integration causes test failures on jdk-13 Reviewed-by: andrew, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     1
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 15658
diff changeset
     3
#
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
52420
b6f32c533faf 8213330: Fix legal headers in i18n tests
naoto
parents: 52373
diff changeset
     6
# published by the Free Software Foundation.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 15658
diff changeset
     7
#
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     8
# This code is distributed in the hope that it will be useful, but WITHOUT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     9
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    10
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    11
# version 2 for more details (a copy is included in the LICENSE file that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    12
# accompanied this code).
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 15658
diff changeset
    13
#
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    14
# You should have received a copy of the GNU General Public License version
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    15
# 2 along with this work; if not, write to the Free Software Foundation,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    16
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 15658
diff changeset
    17
#
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    18
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    19
# or visit www.oracle.com if you need additional information or have any
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    20
# questions.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    21
#
52373
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 47216
diff changeset
    22
# tzdb data for ships at sea and other miscellany
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 47216
diff changeset
    23
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    24
# This file is in the public domain, so clarified as of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    25
# 2009-05-17 by Arthur David Olson.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    26
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    27
# These entries are mostly present for historical reasons, so that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    28
# people in areas not otherwise covered by the tz files could "zic -l"
52373
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 47216
diff changeset
    29
# to a timezone that was right for their area.  These days, the
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    30
# tz files cover almost all the inhabited world, and the only practical
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    31
# need now for the entries that are not on UTC are for ships at sea
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    32
# that cannot use POSIX TZ settings.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    33
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    34
# Starting with POSIX 1003.1-2001, the entries below are all
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    35
# unnecessary as settings for the TZ environment variable.  E.g.,
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    36
# instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'.
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    37
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    38
# Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    39
# behind GMT but uses the completely misleading abbreviation "GMT".
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    40
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    41
Zone	Etc/GMT		0	-	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    42
Zone	Etc/UTC		0	-	UTC
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    43
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    44
# The following link uses older naming conventions,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 20867
diff changeset
    45
# but it belongs here, not in the file 'backward',
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    46
# as functions like gmtime load the "GMT" file to handle leap seconds properly.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    47
# We want this to work even on installations that omit the other older names.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    48
Link	Etc/GMT				GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    49
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    50
Link	Etc/UTC				Etc/Universal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    51
Link	Etc/UTC				Etc/Zulu
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    52
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    53
Link	Etc/GMT				Etc/Greenwich
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    54
Link	Etc/GMT				Etc/GMT-0
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    55
Link	Etc/GMT				Etc/GMT+0
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    56
Link	Etc/GMT				Etc/GMT0
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    57
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    58
# Be consistent with POSIX TZ settings in the Zone names,
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    59
# even though this is the opposite of what many people expect.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    60
# POSIX has positive signs west of Greenwich, but many people expect
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    61
# positive signs east of Greenwich.  For example, TZ='Etc/GMT+4' uses
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    62
# the abbreviation "-04" and corresponds to 4 hours behind UT
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    63
# (i.e. west of Greenwich) even though many people would expect it to
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    64
# mean 4 hours ahead of UT (i.e. east of Greenwich).
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    65
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    66
# Earlier incarnations of this package were not POSIX-compliant,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    67
# and had lines such as
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    68
#		Zone	GMT-12		-12	-	GMT-1200
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    69
# We did not want things to change quietly if someone accustomed to the old
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    70
# way does a
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    71
#		zic -l GMT-12
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    72
# so we moved the names into the Etc subdirectory.
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    73
# Also, the time zone abbreviations are now compatible with %z.
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    74
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    75
Zone	Etc/GMT-14	14	-	+14
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    76
Zone	Etc/GMT-13	13	-	+13
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    77
Zone	Etc/GMT-12	12	-	+12
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    78
Zone	Etc/GMT-11	11	-	+11
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    79
Zone	Etc/GMT-10	10	-	+10
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    80
Zone	Etc/GMT-9	9	-	+09
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    81
Zone	Etc/GMT-8	8	-	+08
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    82
Zone	Etc/GMT-7	7	-	+07
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    83
Zone	Etc/GMT-6	6	-	+06
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    84
Zone	Etc/GMT-5	5	-	+05
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    85
Zone	Etc/GMT-4	4	-	+04
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    86
Zone	Etc/GMT-3	3	-	+03
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    87
Zone	Etc/GMT-2	2	-	+02
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    88
Zone	Etc/GMT-1	1	-	+01
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    89
Zone	Etc/GMT+1	-1	-	-01
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    90
Zone	Etc/GMT+2	-2	-	-02
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    91
Zone	Etc/GMT+3	-3	-	-03
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    92
Zone	Etc/GMT+4	-4	-	-04
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    93
Zone	Etc/GMT+5	-5	-	-05
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    94
Zone	Etc/GMT+6	-6	-	-06
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    95
Zone	Etc/GMT+7	-7	-	-07
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    96
Zone	Etc/GMT+8	-8	-	-08
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    97
Zone	Etc/GMT+9	-9	-	-09
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    98
Zone	Etc/GMT+10	-10	-	-10
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
    99
Zone	Etc/GMT+11	-11	-	-11
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 26452
diff changeset
   100
Zone	Etc/GMT+12	-12	-	-12