src/java.base/share/classes/sun/util/resources/TimeZoneNames.java
author rpatil
Wed, 10 Jul 2019 05:12:23 +0100
changeset 55634 0f1e29c77e50
parent 52373 c9bbf33fd1ae
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
/*
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 52373
diff changeset
     2
 * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * 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
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
package sun.util.resources;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
public final class TimeZoneNames extends TimeZoneNamesBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
    protected final Object[][] getContents() {
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    46
        // Note: generic names came from CLDR with some adjustments.
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
    47
        String ACT[] = new String[] {"Acre Time", "ACT",
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
    48
                                     "Acre Summer Time", "ACST",
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
    49
                                     "Acre Time", "ACT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    50
        String ADELAIDE[] = new String[] {"Australian Central Standard Time (South Australia)", "ACST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    51
                                          "Australian Central Daylight Time (South Australia)", "ACDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    52
                                          "Australian Central Time (South Australia)", "ACT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        String AGT[] = new String[] {"Argentine Time", "ART",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    54
                                     "Argentine Summer Time", "ARST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    55
                                     "Argentine Time", "ART"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        String AKST[] = new String[] {"Alaska Standard Time", "AKST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    57
                                      "Alaska Daylight Time", "AKDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    58
                                      "Alaska Time", "AKT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        String AMT[] = new String[] {"Amazon Time", "AMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    60
                                     "Amazon Summer Time", "AMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    61
                                     "Amazon Time", "AMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        String ARAST[] = new String[] {"Arabia Standard Time", "AST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    63
                                       "Arabia Daylight Time", "ADT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    64
                                       "Arabia Time", "AT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        String ARMT[] = new String[] {"Armenia Time", "AMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    66
                                      "Armenia Summer Time", "AMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    67
                                      "Armenia Time", "AMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
        String AST[] = new String[] {"Atlantic Standard Time", "AST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    69
                                     "Atlantic Daylight Time", "ADT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    70
                                     "Atlantic Time", "AT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        String BDT[] = new String[] {"Bangladesh Time", "BDT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    72
                                     "Bangladesh Summer Time", "BDST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    73
                                     "Bangladesh Time", "BDT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    74
        String BRISBANE[] = new String[] {"Australian Eastern Standard Time (Queensland)", "AEST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    75
                                          "Australian Eastern Daylight Time (Queensland)", "AEDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    76
                                          "Australian Eastern Time (Queensland)", "AET"};
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    77
        String BROKEN_HILL[] = new String[] {"Australian Central Standard Time (South Australia/New South Wales)", "ACST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    78
                                             "Australian Central Daylight Time (South Australia/New South Wales)", "ACDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
    79
                                             "Australian Central Time (South Australia/New South Wales)", "ACT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        String BRT[] = new String[] {"Brasilia Time", "BRT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    81
                                     "Brasilia Summer Time", "BRST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    82
                                     "Brasilia Time", "BRT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        String BTT[] = new String[] {"Bhutan Time", "BTT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    84
                                     "Bhutan Summer Time", "BTST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    85
                                     "Bhutan Time", "BTT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        String CAT[] = new String[] {"Central African Time", "CAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    87
                                     "Central African Summer Time", "CAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    88
                                     "Central Africa Time", "CAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        String CET[] = new String[] {"Central European Time", "CET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    90
                                     "Central European Summer Time", "CEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    91
                                     "Central European Time", "CET"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        String CHAST[] = new String[] {"Chatham Standard Time", "CHAST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    93
                                       "Chatham Daylight Time", "CHADT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    94
                                       "Chatham Time", "CHAT"};
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
    95
        String CHUT[] = new String[] {"Chuuk Time", "CHUT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    96
                                      "Chuuk Summer Time", "CHUST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    97
                                      "Chuuk Time", "CHUT"};
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
    98
        String CIT[] = new String[] {"Central Indonesia Time", "WITA",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
    99
                                     "Central Indonesia Summer Time", "CIST",
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   100
                                     "Central Indonesia Time", "WITA"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        String CLT[] = new String[] {"Chile Time", "CLT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   102
                                     "Chile Summer Time", "CLST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   103
                                     "Chile Time", "CLT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        String CST[] = new String[] {"Central Standard Time", "CST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   105
                                     "Central Daylight Time", "CDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   106
                                     "Central Time", "CT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        String CTT[] = new String[] {"China Standard Time", "CST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   108
                                     "China Daylight Time", "CDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   109
                                     "China Time", "CT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        String CUBA[] = new String[] {"Cuba Standard Time", "CST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   111
                                      "Cuba Daylight Time", "CDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   112
                                      "Cuba Time", "CT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   113
        String DARWIN[] = new String[] {"Australian Central Standard Time (Northern Territory)", "ACST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   114
                                        "Australian Central Daylight Time (Northern Territory)", "ACDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   115
                                        "Australian Central Time (Northern Territory)", "ACT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        String DUBLIN[] = new String[] {"Greenwich Mean Time", "GMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   117
                                        "Irish Summer Time", "IST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   118
                                        "Irish Time", "IT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        String EAT[] = new String[] {"Eastern African Time", "EAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   120
                                     "Eastern African Summer Time", "EAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   121
                                     "Eastern Africa Time", "EAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        String EASTER[] = new String[] {"Easter Is. Time", "EAST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   123
                                        "Easter Is. Summer Time", "EASST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   124
                                        "Easter Is. Time", "EAST"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        String EET[] = new String[] {"Eastern European Time", "EET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   126
                                     "Eastern European Summer Time", "EEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   127
                                     "Eastern European Time", "EET"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
        String EGT[] = new String[] {"Eastern Greenland Time", "EGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   129
                                     "Eastern Greenland Summer Time", "EGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   130
                                     "Eastern Greenland Time", "EGT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        String EST[] = new String[] {"Eastern Standard Time", "EST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   132
                                     "Eastern Daylight Time", "EDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   133
                                     "Eastern Time", "ET"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   134
        String EST_NSW[] = new String[] {"Australian Eastern Standard Time (New South Wales)", "AEST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   135
                                         "Australian Eastern Daylight Time (New South Wales)", "AEDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   136
                                         "Australian Eastern Time (New South Wales)", "AET"};
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   137
        String FET[] = new String[] {"Further-eastern European Time", "FET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   138
                                     "Further-eastern European Summer Time", "FEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   139
                                     "Further-eastern European Time", "FET"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        String GHMT[] = new String[] {"Ghana Mean Time", "GMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   141
                                      "Ghana Summer Time", "GHST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   142
                                      "Ghana Mean Time", "GMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
        String GAMBIER[] =  new String[] {"Gambier Time", "GAMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   144
                                          "Gambier Summer Time", "GAMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   145
                                          "Gambier Time", "GAMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        String GMT[] = new String[] {"Greenwich Mean Time", "GMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   147
                                     "Greenwich Mean Time", "GMT",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                                     "Greenwich Mean Time", "GMT"};
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
        String GMTBST[] = new String[] {"Greenwich Mean Time", "GMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   150
                                        "British Summer Time", "BST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   151
                                        "British Time", "BT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        String GST[] = new String[] {"Gulf Standard Time", "GST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   153
                                     "Gulf Daylight Time", "GDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   154
                                     "Gulf Time", "GT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
        String HKT[] =  new String[] {"Hong Kong Time", "HKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   156
                                      "Hong Kong Summer Time", "HKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   157
                                      "Hong Kong Time", "HKT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
        String HST[] = new String[] {"Hawaii Standard Time", "HST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   159
                                     "Hawaii Daylight Time", "HDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   160
                                     "Hawaii Time", "HT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
        String ICT[] = new String[] {"Indochina Time", "ICT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   162
                                     "Indochina Summer Time", "ICST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   163
                                     "Indochina Time", "ICT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
        String IRT[] = new String[] {"Iran Standard Time", "IRST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   165
                                     "Iran Daylight Time", "IRDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   166
                                     "Iran Time", "IRT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   167
        String IRKT[] = new String[] {"Irkutsk Time", "IRKT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   168
                                      "Irkutsk Summer Time", "IRKST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   169
                                      "Irkutsk Time", "IRKT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        String ISRAEL[] = new String[] {"Israel Standard Time", "IST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   171
                                        "Israel Daylight Time", "IDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   172
                                        "Israel Time", "IT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
        String IST[] = new String[] {"India Standard Time", "IST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   174
                                     "India Daylight Time", "IDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   175
                                     "India Time", "IT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
        String JST[] = new String[] {"Japan Standard Time", "JST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   177
                                     "Japan Daylight Time", "JDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   178
                                     "Japan Time", "JT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   179
        String KRAT[] = new String[] {"Krasnoyarsk Time", "KRAT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   180
                                      "Krasnoyarsk Summer Time", "KRAST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   181
                                      "Krasnoyarsk Time", "KRAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
        String KST[] = new String[] {"Korea Standard Time", "KST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   183
                                     "Korea Daylight Time", "KDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   184
                                     "Korea Time", "KT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
        String LORD_HOWE[] = new String[] {"Lord Howe Standard Time", "LHST",
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   186
                                           "Lord Howe Daylight Time", "LHDT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   187
                                           "Lord Howe Time", "LHT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
        String MHT[] = new String[] {"Marshall Islands Time", "MHT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   189
                                     "Marshall Islands Summer Time", "MHST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   190
                                     "Marshall Islands Time", "MHT"};
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 35770
diff changeset
   191
        String MMT[] = new String[] {"Myanmar Time", "MMT",
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 35770
diff changeset
   192
                                     "Myanmar Summer Time", "MMST",
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 35770
diff changeset
   193
                                     "Myanmar Time", "MMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
        String MSK[] = new String[] {"Moscow Standard Time", "MSK",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   195
                                     "Moscow Daylight Time", "MSD",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   196
                                     "Moscow Time", "MT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
        String MST[] = new String[] {"Mountain Standard Time", "MST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   198
                                     "Mountain Daylight Time", "MDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   199
                                     "Mountain Time", "MT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
        String MYT[] = new String[] {"Malaysia Time", "MYT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   201
                                     "Malaysia Summer Time", "MYST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   202
                                     "Malaysia Time", "MYT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
        String NORONHA[] = new String[] {"Fernando de Noronha Time", "FNT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   204
                                         "Fernando de Noronha Summer Time", "FNST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   205
                                         "Fernando de Noronha Time", "FNT"};
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 2813
diff changeset
   206
        String NOVT[] = new String[] {"Novosibirsk Time", "NOVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   207
                                      "Novosibirsk Summer Time", "NOVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   208
                                      "Novosibirsk Time", "NOVT"};
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1836
diff changeset
   209
        String NPT[] = new String[] {"Nepal Time", "NPT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   210
                                     "Nepal Summer Time", "NPST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   211
                                     "Nepal Time", "NPT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
        String NST[] = new String[] {"Newfoundland Standard Time", "NST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   213
                                     "Newfoundland Daylight Time", "NDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   214
                                     "Newfoundland Time", "NT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
        String NZST[] = new String[] {"New Zealand Standard Time", "NZST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   216
                                      "New Zealand Daylight Time", "NZDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   217
                                      "New Zealand Time", "NZT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
        String PITCAIRN[] = new String[] {"Pitcairn Standard Time", "PST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   219
                                          "Pitcairn Daylight Time", "PDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   220
                                          "Pitcairn Time", "PT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
        String PKT[] = new String[] {"Pakistan Time", "PKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   222
                                     "Pakistan Summer Time", "PKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   223
                                     "Pakistan Time", "PKT"};
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   224
        String PONT[] = new String[] {"Pohnpei Time", "PONT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   225
                                      "Pohnpei Summer Time", "PONST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   226
                                      "Ponape Time", "PONT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
        String PST[] = new String[] {"Pacific Standard Time", "PST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   228
                                     "Pacific Daylight Time", "PDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   229
                                     "Pacific Time", "PT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        String SAST[] = new String[] {"South Africa Standard Time", "SAST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   231
                                      "South Africa Summer Time", "SAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   232
                                      "South Africa Time", "SAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        String SBT[] = new String[] {"Solomon Is. Time", "SBT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   234
                                     "Solomon Is. Summer Time", "SBST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   235
                                     "Solomon Is. Time", "SBT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
        String SGT[] = new String[] {"Singapore Time", "SGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   237
                                     "Singapore Summer Time", "SGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   238
                                     "Singapore Time", "SGT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   239
        String TASMANIA[] = new String[] {"Australian Eastern Standard Time (Tasmania)", "AEST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   240
                                          "Australian Eastern Daylight Time (Tasmania)", "AEDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   241
                                          "Australian Eastern Time (Tasmania)", "AET"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
        String TMT[] = new String[] {"Turkmenistan Time", "TMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   243
                                     "Turkmenistan Summer Time", "TMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   244
                                     "Turkmenistan Time", "TMT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
        String ULAT[]= new String[] {"Ulaanbaatar Time", "ULAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   246
                                     "Ulaanbaatar Summer Time", "ULAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   247
                                     "Ulaanbaatar Time", "ULAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
        String WAT[] = new String[] {"Western African Time", "WAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   249
                                     "Western African Summer Time", "WAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   250
                                     "Western African Time", "WAT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
        String WET[] = new String[] {"Western European Time", "WET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   252
                                     "Western European Summer Time", "WEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   253
                                     "Western European Time", "WET"};
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   254
        String WIT[] = new String[] {"West Indonesia Time", "WIB",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   255
                                     "West Indonesia Summer Time", "WIST",
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   256
                                     "West Indonesia Time", "WIB"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   257
        String WST_AUS[] = new String[] {"Australian Western Standard Time", "AWST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   258
                                         "Australian Western Daylight Time", "AWDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   259
                                         "Australian Western Time", "AWT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
        String SAMOA[] = new String[] {"Samoa Standard Time", "SST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   261
                                       "Samoa Daylight Time", "SDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   262
                                       "Samoa Time", "ST"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   263
        String WST_SAMOA[] = new String[] {"West Samoa Standard Time", "WSST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   264
                                           "West Samoa Daylight Time", "WSDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   265
                                           "West Samoa Time", "WST"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
        String ChST[] = new String[] {"Chamorro Standard Time", "ChST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   267
                                      "Chamorro Daylight Time", "ChDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   268
                                      "Chamorro Time", "ChT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   269
        String VICTORIA[] = new String[] {"Australian Eastern Standard Time (Victoria)", "AEST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   270
                                          "Australian Eastern Daylight Time (Victoria)", "AEDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   271
                                          "Australian Eastern Time (Victoria)", "AET"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
        String UTC[] = new String[] {"Coordinated Universal Time", "UTC",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   273
                                     "Coordinated Universal Time", "UTC",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
                                     "Coordinated Universal Time", "UTC"};
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
        String UZT[] = new String[] {"Uzbekistan Time", "UZT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   276
                                     "Uzbekistan Summer Time", "UZST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   277
                                     "Uzbekistan Time", "UZT"};
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   278
        String XJT[] = new String[] {"Xinjiang Standard Time", "XJT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   279
                                     "Xinjiang Daylight Time", "XJDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   280
                                     "Xinjiang Time", "XJT"};
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   281
        String YAKT[] = new String[] {"Yakutsk Time", "YAKT",
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   282
                                      "Yakutsk Summer Time", "YAKST",
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   283
                                      "Yakutsk Time", "YAKT"};
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
            {"America/Los_Angeles", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
            {"PST", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
            {"America/Denver", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
            {"MST", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
            {"America/Phoenix", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
            {"PNT", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
            {"America/Chicago", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
            {"CST", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
            {"America/New_York", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
            {"EST", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
            {"America/Indianapolis", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
            {"IET", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
            {"Pacific/Honolulu", HST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
            {"HST", HST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
            {"America/Anchorage", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
            {"AST", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
            {"America/Halifax", AST},
8761
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 8371
diff changeset
   303
            {"America/Sitka", AKST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
            {"America/St_Johns", NST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
            {"CNT", NST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
            {"Europe/Paris", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
            {"ECT", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
            {"GMT", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
            {"Africa/Casablanca", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
            {"Asia/Jerusalem", ISRAEL},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
            {"Asia/Tokyo", JST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
            {"JST", JST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
            {"Europe/Bucharest", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
            {"Asia/Shanghai", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
            {"CTT", CTT},
34425
0ed6ddfe6a10 8141243: Unexpected timezone returned after parsing a date
okutsu
parents: 32853
diff changeset
   316
            {"UTC", UTC},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
            /* Don't change the order of the above zones
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
             * to keep compatibility with the previous version.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
             */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
            {"ACT", DARWIN},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
            {"AET", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
            {"AGT", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
            {"ART", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
            {"Africa/Abidjan", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
            {"Africa/Accra", GHMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
            {"Africa/Addis_Ababa", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
            {"Africa/Algiers", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
            {"Africa/Asmara", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
            {"Africa/Asmera", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
            {"Africa/Bamako", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
            {"Africa/Bangui", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
            {"Africa/Banjul", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
            {"Africa/Bissau", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
            {"Africa/Blantyre", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
            {"Africa/Brazzaville", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
            {"Africa/Bujumbura", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
            {"Africa/Cairo", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
            {"Africa/Ceuta", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
            {"Africa/Conakry", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
            {"Africa/Dakar", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
            {"Africa/Dar_es_Salaam", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
            {"Africa/Djibouti", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
            {"Africa/Douala", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
            {"Africa/El_Aaiun", WET},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   346
            {"Africa/Freetown", GMT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
            {"Africa/Gaborone", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
            {"Africa/Harare", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
            {"Africa/Johannesburg", SAST},
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9035
diff changeset
   350
            {"Africa/Juba", EAT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
            {"Africa/Kampala", EAT},
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   352
            {"Africa/Khartoum", CAT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
            {"Africa/Kigali", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
            {"Africa/Kinshasa", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
            {"Africa/Lagos", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
            {"Africa/Libreville", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
            {"Africa/Lome", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
            {"Africa/Luanda", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
            {"Africa/Lubumbashi", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
            {"Africa/Lusaka", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
            {"Africa/Malabo", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
            {"Africa/Maputo", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
            {"Africa/Maseru", SAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
            {"Africa/Mbabane", SAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
            {"Africa/Mogadishu", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
            {"Africa/Monrovia", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
            {"Africa/Nairobi", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
            {"Africa/Ndjamena", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
            {"Africa/Niamey", WAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
            {"Africa/Nouakchott", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
            {"Africa/Ouagadougou", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
            {"Africa/Porto-Novo", WAT},
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 52373
diff changeset
   373
            {"Africa/Sao_Tome", GMT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
            {"Africa/Timbuktu", GMT},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   375
            {"Africa/Tripoli", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
            {"Africa/Tunis", CET},
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   377
            {"Africa/Windhoek", CAT},
30320
e868aabb6a2a 8077685: (tz) Support tzdata2015d
aefimov
parents: 28776
diff changeset
   378
            {"America/Adak", HST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
            {"America/Anguilla", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
            {"America/Antigua", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
            {"America/Araguaina", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
            {"America/Argentina/Buenos_Aires", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
            {"America/Argentina/Catamarca", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
            {"America/Argentina/ComodRivadavia", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
            {"America/Argentina/Cordoba", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
            {"America/Argentina/Jujuy", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
            {"America/Argentina/La_Rioja", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
            {"America/Argentina/Mendoza", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
            {"America/Argentina/Rio_Gallegos", AGT},
1836
e9844be2c663 6764308: (tz) Support tzdata2008i
peytoia
parents: 1316
diff changeset
   390
            {"America/Argentina/Salta", AGT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
            {"America/Argentina/San_Juan", AGT},
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   392
            {"America/Argentina/San_Luis", AGT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
            {"America/Argentina/Tucuman", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
            {"America/Argentina/Ushuaia", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
            {"America/Aruba", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
            {"America/Asuncion", new String[] {"Paraguay Time", "PYT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   397
                                               "Paraguay Summer Time", "PYST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   398
                                               "Paraguay Time", "PYT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
            {"America/Atikokan", EST},
30320
e868aabb6a2a 8077685: (tz) Support tzdata2015d
aefimov
parents: 28776
diff changeset
   400
            {"America/Atka", HST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
            {"America/Bahia", BRT},
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   402
            {"America/Bahia_Banderas", CST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
            {"America/Barbados", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
            {"America/Belem", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
            {"America/Belize", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
            {"America/Blanc-Sablon", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
            {"America/Boa_Vista", AMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
            {"America/Bogota", new String[] {"Colombia Time", "COT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   409
                                             "Colombia Summer Time", "COST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   410
                                             "Colombia Time", "COT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
            {"America/Boise", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
            {"America/Buenos_Aires", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
            {"America/Cambridge_Bay", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
            {"America/Campo_Grande", AMT},
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27294
diff changeset
   415
            {"America/Cancun", EST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
            {"America/Caracas", new String[] {"Venezuela Time", "VET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   417
                                              "Venezuela Summer Time", "VEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   418
                                              "Venezuela Time", "VET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
            {"America/Catamarca", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
            {"America/Cayenne", new String[] {"French Guiana Time", "GFT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   421
                                              "French Guiana Summer Time", "GFST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   422
                                              "French Guiana Time", "GFT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
            {"America/Cayman", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
            {"America/Chihuahua", MST},
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10796
diff changeset
   425
            {"America/Creston", MST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
            {"America/Coral_Harbour", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
            {"America/Cordoba", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
            {"America/Costa_Rica", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
            {"America/Cuiaba", AMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
            {"America/Curacao", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
            {"America/Danmarkshavn", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
            {"America/Dawson", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
            {"America/Dawson_Creek", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
            {"America/Detroit", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
            {"America/Dominica", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
            {"America/Edmonton", MST},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   437
            {"America/Eirunepe", ACT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
            {"America/El_Salvador", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
            {"America/Ensenada", PST},
32853
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 30320
diff changeset
   440
            {"America/Fort_Nelson", MST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
            {"America/Fort_Wayne", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
            {"America/Fortaleza", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
            {"America/Glace_Bay", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
            {"America/Godthab", new String[] {"Western Greenland Time", "WGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   445
                                              "Western Greenland Summer Time", "WGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   446
                                              "Western Greenland Time", "WGT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
            {"America/Goose_Bay", AST},
49550
dce997f9a93e 8200359: (tz) Upgrade time-zone data to tzdata2018d
rpatil
parents: 48716
diff changeset
   448
            {"America/Grand_Turk", EST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
            {"America/Grenada", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
            {"America/Guadeloupe", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
            {"America/Guatemala", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
            {"America/Guayaquil", new String[] {"Ecuador Time", "ECT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   453
                                                "Ecuador Summer Time", "ECST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   454
                                                "Ecuador Time", "ECT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
            {"America/Guyana", new String[] {"Guyana Time", "GYT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   456
                                             "Guyana Summer Time", "GYST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   457
                                             "Guyana Time", "GYT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
            {"America/Havana", CUBA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
            {"America/Hermosillo", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
            {"America/Indiana/Indianapolis", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
            {"America/Indiana/Knox", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
            {"America/Indiana/Marengo", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
            {"America/Indiana/Petersburg", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
            {"America/Indiana/Tell_City", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
            {"America/Indiana/Vevay", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
            {"America/Indiana/Vincennes", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
            {"America/Indiana/Winamac", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
            {"America/Inuvik", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
            {"America/Iqaluit", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
            {"America/Jamaica", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
            {"America/Jujuy", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
            {"America/Juneau", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
            {"America/Kentucky/Louisville", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
            {"America/Kentucky/Monticello", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
            {"America/Knox_IN", CST},
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9035
diff changeset
   476
            {"America/Kralendijk", AST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
            {"America/La_Paz", new String[] {"Bolivia Time", "BOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   478
                                             "Bolivia Summer Time", "BOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   479
                                             "Bolivia Time", "BOT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
            {"America/Lima", new String[] {"Peru Time", "PET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   481
                                           "Peru Summer Time", "PEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   482
                                           "Peru Time", "PET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
            {"America/Louisville", EST},
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9035
diff changeset
   484
            {"America/Lower_Princes", AST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
            {"America/Maceio", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
            {"America/Managua", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
            {"America/Manaus", AMT},
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   488
            {"America/Marigot", AST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
            {"America/Martinique", AST},
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   490
            {"America/Matamoros", CST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
            {"America/Mazatlan", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
            {"America/Mendoza", AGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
            {"America/Menominee", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
            {"America/Merida", CST},
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   495
            {"America/Metlakatla", AKST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
            {"America/Mexico_City", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
            {"America/Miquelon", new String[] {"Pierre & Miquelon Standard Time", "PMST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   498
                                               "Pierre & Miquelon Daylight Time", "PMDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   499
                                               "Pierre & Miquelon Time", "PMT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
            {"America/Moncton", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
            {"America/Montevideo", new String[] {"Uruguay Time", "UYT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   502
                                                 "Uruguay Summer Time", "UYST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   503
                                                 "Uruguay Time", "UYT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
            {"America/Monterrey", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
            {"America/Montreal", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
            {"America/Montserrat", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
            {"America/Nassau", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
            {"America/Nipigon", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
            {"America/Nome", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
            {"America/Noronha", NORONHA},
8371
6201af876de8 7017800: (tz) Support tzdata2011b
peytoia
parents: 6290
diff changeset
   511
            {"America/North_Dakota/Beulah", CST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
            {"America/North_Dakota/Center", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
            {"America/North_Dakota/New_Salem", CST},
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   514
            {"America/Ojinaga", MST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
            {"America/Panama", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
            {"America/Pangnirtung", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
            {"America/Paramaribo", new String[] {"Suriname Time", "SRT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   518
                                                 "Suriname Summer Time", "SRST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   519
                                                 "Suriname Time", "SRT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
            {"America/Port-au-Prince", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
            {"America/Port_of_Spain", AST},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   522
            {"America/Porto_Acre", ACT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
            {"America/Porto_Velho", AMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
            {"America/Puerto_Rico", AST},
50576
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   525
            {"America/Punta_Arenas", new String[] {"Punta Arenas Standard Time", "GMT-03:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   526
                                                   "Punta Arenas Standard Time", "GMT-03:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   527
                                                   "Punta Arenas Time", "GMT-03:00"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
            {"America/Rainy_River", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
            {"America/Rankin_Inlet", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
            {"America/Recife", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
            {"America/Regina", CST},
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9035
diff changeset
   532
            {"America/Resolute", CST},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   533
            {"America/Rio_Branco", ACT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
            {"America/Rosario", AGT},
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
   535
            {"America/Santa_Isabel", PST},
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   536
            {"America/Santarem", BRT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
            {"America/Santiago", CLT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
            {"America/Santo_Domingo", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
            {"America/Sao_Paulo", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
            {"America/Scoresbysund", EGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
            {"America/Shiprock", MST},
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   542
            {"America/St_Barthelemy", AST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
            {"America/St_Kitts", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
            {"America/St_Lucia", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
            {"America/St_Thomas", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
            {"America/St_Vincent", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
            {"America/Swift_Current", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
            {"America/Tegucigalpa", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
            {"America/Thule", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
            {"America/Thunder_Bay", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
            {"America/Tijuana", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
            {"America/Toronto", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
            {"America/Tortola", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
            {"America/Vancouver", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
            {"America/Virgin", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
            {"America/Whitehorse", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
            {"America/Winnipeg", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
            {"America/Yakutat", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
            {"America/Yellowknife", MST},
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
   560
            {"Antarctica/Casey", WST_AUS},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
            {"Antarctica/Davis", new String[] {"Davis Time", "DAVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   562
                                               "Davis Summer Time", "DAVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   563
                                               "Davis Time", "DAVT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
            {"Antarctica/DumontDUrville", new String[] {"Dumont-d'Urville Time", "DDUT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   565
                                                        "Dumont-d'Urville Summer Time", "DDUST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   566
                                                        "Dumont-d'Urville Time", "DDUT"}},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   567
            {"Antarctica/Macquarie", new String[] {"Macquarie Island Standard Time", "MIST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   568
                                                   "Macquarie Island Daylight Time", "MIDT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   569
                                                   "Macquarie Island Time", "MIST"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
            {"Antarctica/Mawson", new String[] {"Mawson Time", "MAWT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   571
                                                "Mawson Summer Time", "MAWST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   572
                                                "Mawson Time", "MAWT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
            {"Antarctica/McMurdo", NZST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
            {"Antarctica/Palmer", CLT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
            {"Antarctica/Rothera", new String[] {"Rothera Time", "ROTT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   576
                                                 "Rothera Summer Time", "ROTST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   577
                                                 "Rothera Time", "ROTT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
            {"Antarctica/South_Pole", NZST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
            {"Antarctica/Syowa", new String[] {"Syowa Time", "SYOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   580
                                               "Syowa Summer Time", "SYOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   581
                                               "Syowa Time", "SYOT"}},
23719
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   582
            {"Antarctica/Troll", new String[] {"Coordinated Universal Time", "UTC",
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   583
                                               "Central European Summer Time", "CEST",
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   584
                                               "Troll Time", "ATT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
            {"Antarctica/Vostok", new String[] {"Vostok Time", "VOST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   586
                                                "Vostok Summer Time", "VOSST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   587
                                                "Vostok Time", "VOST"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
            {"Arctic/Longyearbyen", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
            {"Asia/Aden", ARAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
            {"Asia/Almaty", new String[] {"Alma-Ata Time", "ALMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   591
                                          "Alma-Ata Summer Time", "ALMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   592
                                          "Alma-Ata Time", "ALMT"}},
22616
2b4c9efdf2d7 8030822: (tz) Support tzdata2013i
aefimov
parents: 21843
diff changeset
   593
            {"Asia/Amman", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
            {"Asia/Anadyr", new String[] {"Anadyr Time", "ANAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   595
                                          "Anadyr Summer Time", "ANAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   596
                                          "Anadyr Time", "ANAT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
            {"Asia/Aqtau", new String[] {"Aqtau Time", "AQTT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   598
                                         "Aqtau Summer Time", "AQTST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   599
                                         "Aqtau Time", "AQTT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
            {"Asia/Aqtobe", new String[] {"Aqtobe Time", "AQTT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   601
                                          "Aqtobe Summer Time", "AQTST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   602
                                          "Aqtobe Time", "AQTT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
            {"Asia/Ashgabat", TMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
            {"Asia/Ashkhabad", TMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
            {"Asia/Baghdad", ARAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
            {"Asia/Bahrain", ARAST},
51247
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   607
            {"Asia/Barnaul", new String[] {"Barnaul Standard Time", "GMT+07:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   608
                                           "Barnaul Daylight Time", "GMT+07:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   609
                                           "Barnaul Time" , "GMT+07:00"}},
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   610
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
            {"Asia/Baku", new String[] {"Azerbaijan Time", "AZT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   612
                                        "Azerbaijan Summer Time", "AZST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   613
                                        "Azerbaijan Time", "AZT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
            {"Asia/Bangkok", ICT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
            {"Asia/Beirut", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
            {"Asia/Bishkek", new String[] {"Kirgizstan Time", "KGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   617
                                           "Kirgizstan Summer Time", "KGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   618
                                           "Kirgizstan Time", "KGT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
            {"Asia/Brunei", new String[] {"Brunei Time", "BNT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   620
                                          "Brunei Summer Time", "BNST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   621
                                          "Brunei Time", "BNT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
            {"Asia/Calcutta", IST},
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   623
            {"Asia/Chita", YAKT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
            {"Asia/Choibalsan", new String[] {"Choibalsan Time", "CHOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   625
                                              "Choibalsan Summer Time", "CHOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   626
                                              "Choibalsan Time", "CHOT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
            {"Asia/Chongqing", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
            {"Asia/Chungking", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
            {"Asia/Colombo", IST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
            {"Asia/Dacca", BDT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
            {"Asia/Dhaka", BDT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
            {"Asia/Dili", new String[] {"Timor-Leste Time", "TLT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   633
                                        "Timor-Leste Summer Time", "TLST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   634
                                        "Timor-Leste Time", "TLT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
            {"Asia/Damascus", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
            {"Asia/Dubai", GST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
            {"Asia/Dushanbe", new String[] {"Tajikistan Time", "TJT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   638
                                            "Tajikistan Summer Time", "TJST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   639
                                            "Tajikistan Time", "TJT"}},
50576
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   640
            {"Asia/Famagusta", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
            {"Asia/Gaza", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
            {"Asia/Harbin", CTT},
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   643
            {"Asia/Hebron", EET},
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   644
            {"Asia/Ho_Chi_Minh", ICT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
            {"Asia/Hong_Kong", HKT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
            {"Asia/Hovd", new String[] {"Hovd Time", "HOVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   647
                                        "Hovd Summer Time", "HOVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   648
                                        "Hovd Time", "HOVT"}},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   649
            {"Asia/Irkutsk", IRKT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
            {"Asia/Istanbul", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
            {"Asia/Jakarta", WIT},
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   652
            {"Asia/Jayapura", new String[] {"East Indonesia Time", "WIT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   653
                                            "East Indonesia Summer Time", "EIST",
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   654
                                            "East Indonesia Time", "WIT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
            {"Asia/Kabul", new String[] {"Afghanistan Time", "AFT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   656
                                         "Afghanistan Summer Time", "AFST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   657
                                         "Afghanistan Time", "AFT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
            {"Asia/Kamchatka", new String[] {"Petropavlovsk-Kamchatski Time", "PETT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   659
                                             "Petropavlovsk-Kamchatski Summer Time", "PETST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   660
                                             "Petropavlovsk-Kamchatski Time", "PETT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
            {"Asia/Karachi", PKT},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   662
            {"Asia/Kashgar", XJT},
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1836
diff changeset
   663
            {"Asia/Kathmandu", NPT},
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1836
diff changeset
   664
            {"Asia/Katmandu", NPT},
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   665
            {"Asia/Khandyga", YAKT},
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   666
            {"Asia/Kolkata", IST},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   667
            {"Asia/Krasnoyarsk", KRAT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
            {"Asia/Kuala_Lumpur", MYT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
            {"Asia/Kuching", MYT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
            {"Asia/Kuwait", ARAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
            {"Asia/Macao", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
            {"Asia/Macau", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
            {"Asia/Magadan", new String[] {"Magadan Time", "MAGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   674
                                           "Magadan Summer Time", "MAGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   675
                                           "Magadan Time", "MAGT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
            {"Asia/Makassar", CIT},
52373
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 51247
diff changeset
   677
            {"Asia/Manila", new String[] {"Philippines Standard Time", "PST",
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 51247
diff changeset
   678
                                          "Philippines Daylight Time", "PDT",
c9bbf33fd1ae 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil
parents: 51247
diff changeset
   679
                                          "Philippines Time", "PT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
            {"Asia/Muscat", GST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
            {"Asia/Nicosia", EET},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   682
            {"Asia/Novokuznetsk", KRAT},
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 2813
diff changeset
   683
            {"Asia/Novosibirsk", NOVT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
            {"Asia/Oral", new String[] {"Oral Time", "ORAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   685
                                        "Oral Summer Time", "ORAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   686
                                        "Oral Time", "ORAT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
            {"Asia/Omsk", new String[] {"Omsk Time", "OMST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   688
                                        "Omsk Summer Time", "OMSST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   689
                                        "Omsk Time", "OMST"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
            {"Asia/Phnom_Penh", ICT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
            {"Asia/Pontianak", WIT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
            {"Asia/Pyongyang", KST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
            {"Asia/Qatar", ARAST},
55634
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 52373
diff changeset
   694
            {"Asia/Qostanay", new String[] {"Kostanay Standard Time", "QOST",
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 52373
diff changeset
   695
                                            "Kostanay Summer Time", "QOSST",
0f1e29c77e50 8224560: (tz) Upgrade time-zone data to tzdata2019a
rpatil
parents: 52373
diff changeset
   696
                                            "Kostanay Time", "QOST"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
            {"Asia/Qyzylorda", new String[] {"Qyzylorda Time", "QYZT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   698
                                             "Qyzylorda Summer Time", "QYZST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   699
                                             "Qyzylorda Time", "QYZT"}},
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 35770
diff changeset
   700
            {"Asia/Rangoon", MMT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
            {"Asia/Riyadh", ARAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
            {"Asia/Saigon", ICT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
            {"Asia/Sakhalin", new String[] {"Sakhalin Time", "SAKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   704
                                            "Sakhalin Summer Time", "SAKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   705
                                            "Sakhalin Time", "SAKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
            {"Asia/Samarkand", UZT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
            {"Asia/Seoul", KST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
            {"Asia/Singapore", SGT},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   709
            {"Asia/Srednekolymsk", new String[] {"Srednekolymsk Time", "SRET",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   710
                                                 "Srednekolymsk Daylight Time", "SREDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   711
                                                 "Srednekolymsk Time", "SRET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
            {"Asia/Taipei", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
            {"Asia/Tel_Aviv", ISRAEL},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
            {"Asia/Tashkent", UZT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
            {"Asia/Tbilisi", new String[] {"Georgia Time", "GET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   716
                                           "Georgia Summer Time", "GEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   717
                                           "Georgia Time", "GET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
            {"Asia/Tehran", IRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
            {"Asia/Thimbu", BTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
            {"Asia/Thimphu", BTT},
51247
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   721
            {"Asia/Tomsk", new String[] {"Tomsk Standard Time", "GMT+07:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   722
                                         "Tomsk Daylight Time", "GMT+07:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   723
                                         "Tomsk Time" , "GMT+07:00"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
            {"Asia/Ujung_Pandang", CIT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
            {"Asia/Ulaanbaatar", ULAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
            {"Asia/Ulan_Bator", ULAT},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   727
            {"Asia/Urumqi", XJT},
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14765
diff changeset
   728
            {"Asia/Ust-Nera", new String[] {"Ust-Nera Time", "VLAT",
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14765
diff changeset
   729
                                            "Ust-Nera Summer Time", "VLAST",
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14765
diff changeset
   730
                                            "Ust-Nera Time", "VLAT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
            {"Asia/Vientiane", ICT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
            {"Asia/Vladivostok", new String[] {"Vladivostok Time", "VLAT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   733
                                               "Vladivostok Summer Time", "VLAST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   734
                                               "Vladivostok Time", "VLAT"}},
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 34425
diff changeset
   735
            {"Asia/Yakutsk", YAKT},
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 35770
diff changeset
   736
            {"Asia/Yangon", MMT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
            {"Asia/Yekaterinburg", new String[] {"Yekaterinburg Time", "YEKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   738
                                                 "Yekaterinburg Summer Time", "YEKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   739
                                                 "Yekaterinburg Time", "YEKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
            {"Asia/Yerevan", ARMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
            {"Atlantic/Azores", new String[] {"Azores Time", "AZOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   742
                                              "Azores Summer Time", "AZOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   743
                                              "Azores Time", "AZOT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
            {"Atlantic/Bermuda", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
            {"Atlantic/Canary", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
            {"Atlantic/Cape_Verde", new String[] {"Cape Verde Time", "CVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   747
                                                  "Cape Verde Summer Time", "CVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   748
                                                  "Cape Verde Time", "CVT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
            {"Atlantic/Faeroe", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
            {"Atlantic/Faroe", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
            {"Atlantic/Jan_Mayen", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
            {"Atlantic/Madeira", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
            {"Atlantic/Reykjavik", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
            {"Atlantic/South_Georgia", new String[] {"South Georgia Standard Time", "GST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   755
                                                     "South Georgia Daylight Time", "GDT",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   756
                                                     "South Georgia Time", "GT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
            {"Atlantic/St_Helena", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
            {"Atlantic/Stanley", new String[] {"Falkland Is. Time", "FKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   759
                                               "Falkland Is. Summer Time", "FKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   760
                                               "Falkland Is. Time", "FKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
            {"Australia/ACT", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
            {"Australia/Adelaide", ADELAIDE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
            {"Australia/Brisbane", BRISBANE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
            {"Australia/Broken_Hill", BROKEN_HILL},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
            {"Australia/Canberra", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
            {"Australia/Currie", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
            {"Australia/Darwin", DARWIN},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   768
            {"Australia/Eucla", new String[] {"Australian Central Western Standard Time", "ACWST",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   769
                                              "Australian Central Western Daylight Time", "ACWDT",
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   770
                                              "Australian Central Western Time", "ACWT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
            {"Australia/Hobart", TASMANIA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
            {"Australia/LHI", LORD_HOWE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
            {"Australia/Lindeman", BRISBANE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
            {"Australia/Lord_Howe", LORD_HOWE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
            {"Australia/Melbourne", VICTORIA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
            {"Australia/North", DARWIN},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
            {"Australia/NSW", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
            {"Australia/Perth", WST_AUS},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
            {"Australia/Queensland", BRISBANE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
            {"Australia/South", ADELAIDE},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
            {"Australia/Sydney", EST_NSW},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
            {"Australia/Tasmania", TASMANIA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
            {"Australia/Victoria", VICTORIA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
            {"Australia/West", WST_AUS},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
            {"Australia/Yancowinna", BROKEN_HILL},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
            {"BET", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
            {"BST", BDT},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   788
            {"Brazil/Acre", ACT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
            {"Brazil/DeNoronha", NORONHA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
            {"Brazil/East", BRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
            {"Brazil/West", AMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
            {"Canada/Atlantic", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
            {"Canada/Central", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
            {"Canada/Eastern", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
            {"Canada/Mountain", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
            {"Canada/Newfoundland", NST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
            {"Canada/Pacific", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
            {"Canada/Yukon", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
            {"Canada/Saskatchewan", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
            {"CAT", CAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
            {"CET", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
            {"Chile/Continental", CLT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
            {"Chile/EasterIsland", EASTER},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
            {"CST6CDT", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
            {"Cuba", CUBA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
            {"EAT", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
            {"EET", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
            {"Egypt", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
            {"Eire", DUBLIN},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
            {"EST5EDT", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
            {"Etc/Greenwich", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
            {"Etc/UCT", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
            {"Etc/Universal", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
            {"Etc/UTC", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
            {"Etc/Zulu", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
            {"Europe/Amsterdam", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
            {"Europe/Andorra", CET},
50576
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   818
            {"Europe/Astrakhan", new String[] {"Astrakhan Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   819
                                               "Astrakhan Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   820
                                               "Astrakhan Time", "GMT+04:00"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
            {"Europe/Athens", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
            {"Europe/Belfast", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
            {"Europe/Belgrade", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
            {"Europe/Berlin", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
            {"Europe/Bratislava", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
            {"Europe/Brussels", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
            {"Europe/Budapest", CET},
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 17464
diff changeset
   828
            {"Europe/Busingen", CET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
            {"Europe/Chisinau", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
            {"Europe/Copenhagen", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
            {"Europe/Dublin", DUBLIN},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
            {"Europe/Gibraltar", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
            {"Europe/Guernsey", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
            {"Europe/Helsinki", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
            {"Europe/Isle_of_Man", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
            {"Europe/Istanbul", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
            {"Europe/Jersey", GMTBST},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   838
            {"Europe/Kaliningrad", EET},
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10796
diff changeset
   839
            {"Europe/Kiev", EET},
51247
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   840
            {"Europe/Kirov", new String[] {"Kirov Standard Time", "GMT+03:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   841
                                           "Kirov Daylight Time", "GMT+03:00",
13e816d02c25 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel
parents: 50576
diff changeset
   842
                                           "Kirov Time", "GMT+03:00"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
            {"Europe/Lisbon", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
            {"Europe/Ljubljana", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
            {"Europe/London", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
            {"Europe/Luxembourg", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
            {"Europe/Madrid", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
            {"Europe/Malta", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
            {"Europe/Mariehamn", EET},
27294
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   850
            {"Europe/Minsk", MSK},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
            {"Europe/Monaco", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
            {"Europe/Moscow", MSK},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
            {"Europe/Nicosia", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
            {"Europe/Oslo", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
            {"Europe/Podgorica", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
            {"Europe/Prague", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
            {"Europe/Riga", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
            {"Europe/Rome", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
            {"Europe/Samara", new String[] {"Samara Time", "SAMT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   860
                                            "Samara Summer Time", "SAMST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   861
                                            "Samara Time", "SAMT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
            {"Europe/San_Marino", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
            {"Europe/Sarajevo", CET},
50576
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   864
            {"Europe/Saratov", new String[] {"Saratov Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   865
                                             "Saratov Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   866
                                             "Saratov Time", "GMT+04:00"}},
23719
7c9e2106906c 8038306: (tz) Support tzdata2014b
aefimov
parents: 22616
diff changeset
   867
            {"Europe/Simferopol", MSK},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
            {"Europe/Skopje", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
            {"Europe/Sofia", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
            {"Europe/Stockholm", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
            {"Europe/Tallinn", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
            {"Europe/Tirane", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
            {"Europe/Tiraspol", EET},
50576
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   874
            {"Europe/Ulyanovsk", new String[] {"Ulyanovsk Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   875
                                               "Ulyanovsk Standard Time", "GMT+04:00",
374bd919d8fe 8202537: CLDR33
rgoel
parents: 49550
diff changeset
   876
                                               "Ulyanovsk Time", "GMT+04:00"}},
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10796
diff changeset
   877
            {"Europe/Uzhgorod", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
            {"Europe/Vaduz", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
            {"Europe/Vatican", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
            {"Europe/Vienna", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
            {"Europe/Vilnius", EET},
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 25859
diff changeset
   882
            {"Europe/Volgograd", MSK},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
            {"Europe/Warsaw", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
            {"Europe/Zagreb", CET},
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10796
diff changeset
   885
            {"Europe/Zaporozhye", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
            {"Europe/Zurich", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
            {"GB", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
            {"GB-Eire", GMTBST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
            {"Greenwich", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
            {"Hongkong", HKT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
            {"Iceland", GMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
            {"Iran", IRT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
            {"IST", IST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
            {"Indian/Antananarivo", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
            {"Indian/Chagos", new String[] {"Indian Ocean Territory Time", "IOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   896
                                            "Indian Ocean Territory Summer Time", "IOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   897
                                            "Indian Ocean Territory Time", "IOT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
            {"Indian/Christmas", new String[] {"Christmas Island Time", "CXT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   899
                                               "Christmas Island Summer Time", "CXST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   900
                                               "Christmas Island Time", "CIT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
            {"Indian/Cocos", new String[] {"Cocos Islands Time", "CCT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   902
                                           "Cocos Islands Summer Time", "CCST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   903
                                           "Cocos Islands Time", "CCT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
            {"Indian/Comoro", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
            {"Indian/Kerguelen", new String[] {"French Southern & Antarctic Lands Time", "TFT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   906
                                               "French Southern & Antarctic Lands Summer Time", "TFST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   907
                                               "French Southern & Antarctic Lands Time", "TFT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
            {"Indian/Mahe", new String[] {"Seychelles Time", "SCT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   909
                                          "Seychelles Summer Time", "SCST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   910
                                          "Seychelles Time", "SCT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
            {"Indian/Maldives", new String[] {"Maldives Time", "MVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   912
                                              "Maldives Summer Time", "MVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   913
                                              "Maldives Time", "MVT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
            {"Indian/Mauritius", new String[] {"Mauritius Time", "MUT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   915
                                               "Mauritius Summer Time", "MUST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   916
                                               "Mauritius Time", "MUT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
            {"Indian/Mayotte", EAT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
            {"Indian/Reunion", new String[] {"Reunion Time", "RET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   919
                                             "Reunion Summer Time", "REST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   920
                                             "Reunion Time", "RET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
            {"Israel", ISRAEL},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
            {"Jamaica", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
            {"Japan", JST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
            {"Kwajalein", MHT},
21843
766fef71e8bb 8027370: Support tzdata2013h
aefimov
parents: 20867
diff changeset
   925
            {"Libya", EET},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
            {"MET", new String[] {"Middle Europe Time", "MET",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   927
                                  "Middle Europe Summer Time", "MEST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   928
                                  "Middle Europe Time", "MET"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
            {"Mexico/BajaNorte", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
            {"Mexico/BajaSur", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
            {"Mexico/General", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
            {"MIT", WST_SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
            {"MST7MDT", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
            {"Navajo", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
            {"NET", ARMT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
            {"NST", NZST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
            {"NZ", NZST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
            {"NZ-CHAT", CHAST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
            {"PLT", PKT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
            {"Portugal", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
            {"PRT", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
            {"Pacific/Apia", WST_SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
            {"Pacific/Auckland", NZST},
27294
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   944
            {"Pacific/Bougainville", new String[] {"Bougainville Standard Time", "BST",
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   945
                                                   "Bougainville Daylight Time", "BST",
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   946
                                                   "Bougainville Time", "BT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
            {"Pacific/Chatham", CHAST},
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
   948
            {"Pacific/Chuuk", CHUT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
            {"Pacific/Easter", EASTER},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
            {"Pacific/Efate", new String[] {"Vanuatu Time", "VUT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   951
                                            "Vanuatu Summer Time", "VUST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   952
                                            "Vanuatu Time", "VUT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
            {"Pacific/Enderbury", new String[] {"Phoenix Is. Time", "PHOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   954
                                                "Phoenix Is. Summer Time", "PHOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   955
                                                "Phoenix Is. Time", "PHOT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
            {"Pacific/Fakaofo", new String[] {"Tokelau Time", "TKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   957
                                              "Tokelau Summer Time", "TKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   958
                                              "Tokelau Time", "TKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
            {"Pacific/Fiji", new String[] {"Fiji Time", "FJT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   960
                                           "Fiji Summer Time", "FJST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   961
                                           "Fiji Time", "FJT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
            {"Pacific/Funafuti", new String[] {"Tuvalu Time", "TVT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   963
                                               "Tuvalu Summer Time", "TVST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   964
                                               "Tuvalu Time", "TVT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
            {"Pacific/Galapagos", new String[] {"Galapagos Time", "GALT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   966
                                                "Galapagos Summer Time", "GALST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   967
                                                "Galapagos Time", "GALT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
            {"Pacific/Gambier", GAMBIER},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
            {"Pacific/Guadalcanal", SBT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
            {"Pacific/Guam", ChST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
            {"Pacific/Johnston", HST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
            {"Pacific/Kiritimati", new String[] {"Line Is. Time", "LINT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   973
                                                 "Line Is. Summer Time", "LINST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   974
                                                 "Line Is. Time", "LINT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
            {"Pacific/Kosrae", new String[] {"Kosrae Time", "KOST",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   976
                                             "Kosrae Summer Time", "KOSST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   977
                                             "Kosrae Time", "KOST"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
            {"Pacific/Kwajalein", MHT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
            {"Pacific/Majuro", MHT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
            {"Pacific/Marquesas", new String[] {"Marquesas Time", "MART",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   981
                                                "Marquesas Summer Time", "MARST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   982
                                                "Marquesas Time", "MART"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
            {"Pacific/Midway", SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
            {"Pacific/Nauru", new String[] {"Nauru Time", "NRT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   985
                                            "Nauru Summer Time", "NRST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   986
                                            "Nauru Time", "NRT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
            {"Pacific/Niue", new String[] {"Niue Time", "NUT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   988
                                           "Niue Summer Time", "NUST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   989
                                           "Niue Time", "NUT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
            {"Pacific/Norfolk", new String[] {"Norfolk Time", "NFT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   991
                                              "Norfolk Summer Time", "NFST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   992
                                              "Norfolk Time", "NFT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
            {"Pacific/Noumea", new String[] {"New Caledonia Time", "NCT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   994
                                             "New Caledonia Summer Time", "NCST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   995
                                             "New Caledonia Time", "NCT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
            {"Pacific/Pago_Pago", SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
            {"Pacific/Palau", new String[] {"Palau Time", "PWT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   998
                                            "Palau Summer Time", "PWST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
   999
                                            "Palau Time", "PWT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
            {"Pacific/Pitcairn", PITCAIRN},
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1001
            {"Pacific/Pohnpei", PONT},
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1002
            {"Pacific/Ponape", PONT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
            {"Pacific/Port_Moresby", new String[] {"Papua New Guinea Time", "PGT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1004
                                                   "Papua New Guinea Summer Time", "PGST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1005
                                                   "Papua New Guinea Time", "PGT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
            {"Pacific/Rarotonga", new String[] {"Cook Is. Time", "CKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1007
                                                "Cook Is. Summer Time", "CKHST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1008
                                                "Cook Is. Time", "CKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
            {"Pacific/Saipan", ChST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
            {"Pacific/Samoa", SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
            {"Pacific/Tahiti", new String[] {"Tahiti Time", "TAHT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1012
                                             "Tahiti Summer Time", "TAHST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1013
                                             "Tahiti Time", "TAHT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
            {"Pacific/Tarawa", new String[] {"Gilbert Is. Time", "GILT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1015
                                             "Gilbert Is. Summer Time", "GILST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1016
                                             "Gilbert Is. Time", "GILT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
            {"Pacific/Tongatapu", new String[] {"Tonga Time", "TOT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1018
                                                "Tonga Summer Time", "TOST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1019
                                                "Tonga Time", "TOT"}},
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1020
            {"Pacific/Truk", CHUT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
            {"Pacific/Wake", new String[] {"Wake Time", "WAKT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1022
                                           "Wake Summer Time", "WAKST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1023
                                           "Wake Time", "WAKT"}},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
            {"Pacific/Wallis", new String[] {"Wallis & Futuna Time", "WFT",
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1025
                                             "Wallis & Futuna Summer Time", "WFST",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 14342
diff changeset
  1026
                                             "Wallis & Futuna Time", "WFT"}},
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1027
            {"Pacific/Yap", CHUT},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
            {"Poland", CET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
            {"PRC", CTT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
            {"PST8PDT", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
            {"ROK", KST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
            {"Singapore", SGT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
            {"SST", SBT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
            {"SystemV/AST4", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
            {"SystemV/AST4ADT", AST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
            {"SystemV/CST6", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
            {"SystemV/CST6CDT", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
            {"SystemV/EST5", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
            {"SystemV/EST5EDT", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
            {"SystemV/HST10", HST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
            {"SystemV/MST7", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
            {"SystemV/MST7MDT", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
            {"SystemV/PST8", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
            {"SystemV/PST8PDT", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
            {"SystemV/YST9", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
            {"SystemV/YST9YDT", AKST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
            {"Turkey", EET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
            {"UCT", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
            {"Universal", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
            {"US/Alaska", AKST},
30320
e868aabb6a2a 8077685: (tz) Support tzdata2015d
aefimov
parents: 28776
diff changeset
  1051
            {"US/Aleutian", HST},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
            {"US/Arizona", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
            {"US/Central", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
            {"US/Eastern", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
            {"US/Hawaii", HST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
            {"US/Indiana-Starke", CST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
            {"US/East-Indiana", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
            {"US/Michigan", EST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
            {"US/Mountain", MST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
            {"US/Pacific", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
            {"US/Pacific-New", PST},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
            {"US/Samoa", SAMOA},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
            {"VST", ICT},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
            {"W-SU", MSK},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
            {"WET", WET},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
            {"Zulu", UTC},
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
}