make/data/tzdata/iso3166.tab
author rpatil
Wed, 10 Jul 2019 05:12:23 +0100
changeset 55634 0f1e29c77e50
parent 47216 71c04702a3d5
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:
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: 10593
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: 3739
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: 3739
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
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: 10593
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: 10593
diff changeset
    19
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3739
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3739
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3739
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
diff changeset
    24
# ISO 3166 alpha-2 country codes
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
diff changeset
    25
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
    26
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1316
diff changeset
    27
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#
31424
2a034eaf3aef 8098547: (tz) Support tzdata2015e
aefimov
parents: 26452
diff changeset
    29
# From Paul Eggert (2015-05-02):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 21805
diff changeset
    30
# This file contains a table of two-letter country codes.  Columns are
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 21805
diff changeset
    31
# separated by a single tab.  Lines beginning with '#' are comments.
31424
2a034eaf3aef 8098547: (tz) Support tzdata2015e
aefimov
parents: 26452
diff changeset
    32
# All text uses UTF-8 encoding.  The columns of the table are as follows:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# 1.  ISO 3166-1 alpha-2 country code, current as of
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 47216
diff changeset
    35
#     ISO 3166-1 N976 (2018-11-06).  See: Updates on ISO 3166-1
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 47216
diff changeset
    36
#     https://isotc.iso.org/livelink/livelink/Open/16944257
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    37
# 2.  The usual English name for the coded region,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#     chosen so that alphabetic sorting of subsets produces helpful lists.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
#     This is not the same as the English name in the ISO 3166 tables.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# The table is sorted by country code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
#
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
diff changeset
    43
# This table is intended as an aid for users, to help them select time
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
diff changeset
    44
# zone data appropriate for their practical needs.  It is not intended
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 10593
diff changeset
    45
# to take or endorse any position on legal or territorial claims.
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 5506
diff changeset
    46
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
#country-
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    48
#code	name of country, territory, area, or subdivision
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
AD	Andorra
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
AE	United Arab Emirates
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
AF	Afghanistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
AG	Antigua & Barbuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
AI	Anguilla
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
AL	Albania
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
AM	Armenia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
AO	Angola
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
AQ	Antarctica
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
AR	Argentina
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
AS	Samoa (American)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
AT	Austria
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
AU	Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
AW	Aruba
31424
2a034eaf3aef 8098547: (tz) Support tzdata2015e
aefimov
parents: 26452
diff changeset
    63
AX	Åland Islands
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
AZ	Azerbaijan
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
BA	Bosnia & Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
BB	Barbados
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
BD	Bangladesh
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
BE	Belgium
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
BF	Burkina Faso
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
BG	Bulgaria
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
BH	Bahrain
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
BI	Burundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
BJ	Benin
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    74
BL	St Barthelemy
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
BM	Bermuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
BN	Brunei
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
BO	Bolivia
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 31424
diff changeset
    78
BQ	Caribbean NL
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
BR	Brazil
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
BS	Bahamas
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
BT	Bhutan
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
BV	Bouvet Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
BW	Botswana
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
BY	Belarus
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
BZ	Belize
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
CA	Canada
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
CC	Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
CD	Congo (Dem. Rep.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
CF	Central African Rep.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
CG	Congo (Rep.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
CH	Switzerland
31424
2a034eaf3aef 8098547: (tz) Support tzdata2015e
aefimov
parents: 26452
diff changeset
    92
CI	Côte d'Ivoire
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
CK	Cook Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
CL	Chile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
CM	Cameroon
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
CN	China
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
CO	Colombia
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
CR	Costa Rica
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
CU	Cuba
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
CV	Cape Verde
42459
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 38768
diff changeset
   101
CW	Curaçao
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
CX	Christmas Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
CY	Cyprus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
CZ	Czech Republic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
DE	Germany
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
DJ	Djibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
DK	Denmark
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
DM	Dominica
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
DO	Dominican Republic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
DZ	Algeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
EC	Ecuador
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
EE	Estonia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
EG	Egypt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
EH	Western Sahara
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
ER	Eritrea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
ES	Spain
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
ET	Ethiopia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
FI	Finland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
FJ	Fiji
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
FK	Falkland Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
FM	Micronesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
FO	Faroe Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
FR	France
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
GA	Gabon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
GB	Britain (UK)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
GD	Grenada
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
GE	Georgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
GF	French Guiana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
GG	Guernsey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
GH	Ghana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
GI	Gibraltar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
GL	Greenland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
GM	Gambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
GN	Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
GP	Guadeloupe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
GQ	Equatorial Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
GR	Greece
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
GS	South Georgia & the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
GT	Guatemala
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
GU	Guam
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
GW	Guinea-Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
GY	Guyana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
HK	Hong Kong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
HM	Heard Island & McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
HN	Honduras
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
HR	Croatia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
HT	Haiti
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
HU	Hungary
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
ID	Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
IE	Ireland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
IL	Israel
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
IM	Isle of Man
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
IN	India
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
IO	British Indian Ocean Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
IQ	Iraq
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
IR	Iran
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
IS	Iceland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
IT	Italy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
JE	Jersey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
JM	Jamaica
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
JO	Jordan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
JP	Japan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
KE	Kenya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
KG	Kyrgyzstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
KH	Cambodia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
KI	Kiribati
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
KM	Comoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
KN	St Kitts & Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
KP	Korea (North)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
KR	Korea (South)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
KW	Kuwait
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
KY	Cayman Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
KZ	Kazakhstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
LA	Laos
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
LB	Lebanon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
LC	St Lucia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
LI	Liechtenstein
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
LK	Sri Lanka
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
LR	Liberia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
LS	Lesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
LT	Lithuania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
LU	Luxembourg
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
LV	Latvia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
LY	Libya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
MA	Morocco
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
MC	Monaco
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
MD	Moldova
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
ME	Montenegro
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 31424
diff changeset
   189
MF	St Martin (French)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
MG	Madagascar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
MH	Marshall Islands
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 47216
diff changeset
   192
MK	North Macedonia
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
ML	Mali
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
MM	Myanmar (Burma)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
MN	Mongolia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
MO	Macau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
MP	Northern Mariana Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
MQ	Martinique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
MR	Mauritania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
MS	Montserrat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
MT	Malta
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
MU	Mauritius
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
MV	Maldives
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
MW	Malawi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
MX	Mexico
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
MY	Malaysia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
MZ	Mozambique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
NA	Namibia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
NC	New Caledonia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
NE	Niger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
NF	Norfolk Island
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
NG	Nigeria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
NI	Nicaragua
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
NL	Netherlands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
NO	Norway
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
NP	Nepal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
NR	Nauru
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
NU	Niue
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
NZ	New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
OM	Oman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
PA	Panama
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
PE	Peru
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
PF	French Polynesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
PG	Papua New Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
PH	Philippines
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
PK	Pakistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
PL	Poland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
PM	St Pierre & Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
PN	Pitcairn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
PR	Puerto Rico
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
PS	Palestine
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
PT	Portugal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
PW	Palau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
PY	Paraguay
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
QA	Qatar
31424
2a034eaf3aef 8098547: (tz) Support tzdata2015e
aefimov
parents: 26452
diff changeset
   236
RE	Réunion
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
RO	Romania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
RS	Serbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
RU	Russia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
RW	Rwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
SA	Saudi Arabia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
SB	Solomon Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
SC	Seychelles
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
SD	Sudan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
SE	Sweden
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
SG	Singapore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
SH	St Helena
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
SI	Slovenia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
SJ	Svalbard & Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
SK	Slovakia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
SL	Sierra Leone
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
SM	San Marino
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
SN	Senegal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
SO	Somalia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
SR	Suriname
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 5506
diff changeset
   256
SS	South Sudan
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
ST	Sao Tome & Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
SV	El Salvador
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 31424
diff changeset
   259
SX	St Maarten (Dutch)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
SY	Syria
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 47216
diff changeset
   261
SZ	Eswatini (Swaziland)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
TC	Turks & Caicos Is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
TD	Chad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
TF	French Southern & Antarctic Lands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
TG	Togo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
TH	Thailand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
TJ	Tajikistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
TK	Tokelau
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
TL	East Timor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
TM	Turkmenistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
TN	Tunisia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
TO	Tonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
TR	Turkey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
TT	Trinidad & Tobago
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
TV	Tuvalu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
TW	Taiwan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
TZ	Tanzania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
UA	Ukraine
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
UG	Uganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
UM	US minor outlying islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
US	United States
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
UY	Uruguay
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
UZ	Uzbekistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
VA	Vatican City
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
VC	St Vincent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
VE	Venezuela
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
VG	Virgin Islands (UK)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
VI	Virgin Islands (US)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
VN	Vietnam
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
VU	Vanuatu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
WF	Wallis & Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
WS	Samoa (western)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
YE	Yemen
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
YT	Mayotte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
ZA	South Africa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
ZM	Zambia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
ZW	Zimbabwe