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