test/sun/util/calendar/zi/tzdata/zone.tab

Print this page




   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #  
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #  
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #  
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # <pre>

  25 # This file is in the public domain, so clarified as of
  26 # 2009-05-17 by Arthur David Olson.
  27 #
  28 # TZ zone descriptions
  29 #
  30 # From Paul Eggert (1996-08-05):
  31 #
  32 # This file contains a table with the following columns:
  33 # 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.


  34 # 2.  Latitude and longitude of the zone's principal location
  35 #     in ISO 6709 sign-degrees-minutes-seconds format,
  36 #     either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
  37 #     first latitude (+ is north), then longitude (+ is east).

  38 # 3.  Zone name used in value of TZ environment variable.

  39 # 4.  Comments; present if and only if the country has multiple rows.
  40 #
  41 # Columns are separated by a single tab.
  42 # The table is sorted first by country, then an order within the country that
  43 # (1) makes some geographical sense, and
  44 # (2) puts the most populous zones first, where that does not contradict (1).
  45 #
  46 # Lines beginning with `#' are comments.
  47 #




  48 #country-
  49 #code   coordinates     TZ                      comments
  50 AD      +4230+00131     Europe/Andorra
  51 AE      +2518+05518     Asia/Dubai
  52 AF      +3431+06912     Asia/Kabul
  53 AG      +1703-06148     America/Antigua
  54 AI      +1812-06304     America/Anguilla
  55 AL      +4120+01950     Europe/Tirane
  56 AM      +4011+04430     Asia/Yerevan
  57 AO      -0848+01314     Africa/Luanda
  58 AQ      -7750+16636     Antarctica/McMurdo      McMurdo Station, Ross Island
  59 AQ      -9000+00000     Antarctica/South_Pole   Amundsen-Scott Station, South Pole
  60 AQ      -6734-06808     Antarctica/Rothera      Rothera Station, Adelaide Island
  61 AQ      -6448-06406     Antarctica/Palmer       Palmer Station, Anvers Island
  62 AQ      -6736+06253     Antarctica/Mawson       Mawson Station, Holme Bay
  63 AQ      -6835+07758     Antarctica/Davis        Davis Station, Vestfold Hills
  64 AQ      -6617+11031     Antarctica/Casey        Casey Station, Bailey Peninsula
  65 AQ      -7824+10654     Antarctica/Vostok       Vostok Station, Lake Vostok
  66 AQ      -6640+14001     Antarctica/DumontDUrville       Dumont-d'Urville Station, Terre Adelie
  67 AQ      -690022+0393524 Antarctica/Syowa        Syowa Station, E Ongul I


 222 GM      +1328-01639     Africa/Banjul
 223 GN      +0931-01343     Africa/Conakry
 224 GP      +1614-06132     America/Guadeloupe
 225 GQ      +0345+00847     Africa/Malabo
 226 GR      +3758+02343     Europe/Athens
 227 GS      -5416-03632     Atlantic/South_Georgia
 228 GT      +1438-09031     America/Guatemala
 229 GU      +1328+14445     Pacific/Guam
 230 GW      +1151-01535     Africa/Bissau
 231 GY      +0648-05810     America/Guyana
 232 HK      +2217+11409     Asia/Hong_Kong
 233 HN      +1406-08713     America/Tegucigalpa
 234 HR      +4548+01558     Europe/Zagreb
 235 HT      +1832-07220     America/Port-au-Prince
 236 HU      +4730+01905     Europe/Budapest
 237 ID      -0610+10648     Asia/Jakarta    Java & Sumatra
 238 ID      -0002+10920     Asia/Pontianak  west & central Borneo
 239 ID      -0507+11924     Asia/Makassar   east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor
 240 ID      -0232+14042     Asia/Jayapura   west New Guinea (Irian Jaya) & Malukus (Moluccas)
 241 IE      +5320-00615     Europe/Dublin
 242 IL      +3146+03514     Asia/Jerusalem
 243 IM      +5409-00428     Europe/Isle_of_Man
 244 IN      +2232+08822     Asia/Kolkata
 245 IO      -0720+07225     Indian/Chagos
 246 IQ      +3321+04425     Asia/Baghdad
 247 IR      +3540+05126     Asia/Tehran
 248 IS      +6409-02151     Atlantic/Reykjavik
 249 IT      +4154+01229     Europe/Rome
 250 JE      +4912-00207     Europe/Jersey
 251 JM      +1800-07648     America/Jamaica
 252 JO      +3157+03556     Asia/Amman
 253 JP      +353916+1394441 Asia/Tokyo
 254 KE      -0117+03649     Africa/Nairobi
 255 KG      +4254+07436     Asia/Bishkek
 256 KH      +1133+10455     Asia/Phnom_Penh
 257 KI      +0125+17300     Pacific/Tarawa  Gilbert Islands
 258 KI      -0308-17105     Pacific/Enderbury       Phoenix Islands
 259 KI      +0152-15720     Pacific/Kiritimati      Line Islands
 260 KM      -1141+04316     Indian/Comoro
 261 KN      +1718-06243     America/St_Kitts
 262 KP      +3901+12545     Asia/Pyongyang




   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # TZ zone descriptions
  25 #
  26 # This file is in the public domain, so clarified as of
  27 # 2009-05-17 by Arthur David Olson.
  28 #
  29 # From Paul Eggert (2013-05-27):


  30 #
  31 # This file contains a table with the following columns:
  32 # 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.
  33 #     This identifies a country that overlaps the zone.  The country may
  34 #     overlap other zones and the zone may overlap other countries.
  35 # 2.  Latitude and longitude of the zone's principal location
  36 #     in ISO 6709 sign-degrees-minutes-seconds format,
  37 #     either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
  38 #     first latitude (+ is north), then longitude (+ is east).
  39 #     This location need not lie within the column-1 country.
  40 # 3.  Zone name used in value of TZ environment variable.
  41 #     Please see the 'Theory' file for how zone names are chosen.
  42 # 4.  Comments; present if and only if the country has multiple rows.
  43 #
  44 # Columns are separated by a single tab.
  45 # The table is sorted first by country, then an order within the country that
  46 # (1) makes some geographical sense, and
  47 # (2) puts the most populous zones first, where that does not contradict (1).
  48 #
  49 # Lines beginning with `#' are comments.
  50 #
  51 # This table is intended as an aid for users, to help them select time
  52 # zone data appropriate for their practical needs.  It is not intended
  53 # to take or endorse any position on legal or territorial claims.
  54 #
  55 #country-
  56 #code   coordinates     TZ                      comments
  57 AD      +4230+00131     Europe/Andorra
  58 AE      +2518+05518     Asia/Dubai
  59 AF      +3431+06912     Asia/Kabul
  60 AG      +1703-06148     America/Antigua
  61 AI      +1812-06304     America/Anguilla
  62 AL      +4120+01950     Europe/Tirane
  63 AM      +4011+04430     Asia/Yerevan
  64 AO      -0848+01314     Africa/Luanda
  65 AQ      -7750+16636     Antarctica/McMurdo      McMurdo Station, Ross Island
  66 AQ      -9000+00000     Antarctica/South_Pole   Amundsen-Scott Station, South Pole
  67 AQ      -6734-06808     Antarctica/Rothera      Rothera Station, Adelaide Island
  68 AQ      -6448-06406     Antarctica/Palmer       Palmer Station, Anvers Island
  69 AQ      -6736+06253     Antarctica/Mawson       Mawson Station, Holme Bay
  70 AQ      -6835+07758     Antarctica/Davis        Davis Station, Vestfold Hills
  71 AQ      -6617+11031     Antarctica/Casey        Casey Station, Bailey Peninsula
  72 AQ      -7824+10654     Antarctica/Vostok       Vostok Station, Lake Vostok
  73 AQ      -6640+14001     Antarctica/DumontDUrville       Dumont-d'Urville Station, Terre Adelie
  74 AQ      -690022+0393524 Antarctica/Syowa        Syowa Station, E Ongul I


 229 GM      +1328-01639     Africa/Banjul
 230 GN      +0931-01343     Africa/Conakry
 231 GP      +1614-06132     America/Guadeloupe
 232 GQ      +0345+00847     Africa/Malabo
 233 GR      +3758+02343     Europe/Athens
 234 GS      -5416-03632     Atlantic/South_Georgia
 235 GT      +1438-09031     America/Guatemala
 236 GU      +1328+14445     Pacific/Guam
 237 GW      +1151-01535     Africa/Bissau
 238 GY      +0648-05810     America/Guyana
 239 HK      +2217+11409     Asia/Hong_Kong
 240 HN      +1406-08713     America/Tegucigalpa
 241 HR      +4548+01558     Europe/Zagreb
 242 HT      +1832-07220     America/Port-au-Prince
 243 HU      +4730+01905     Europe/Budapest
 244 ID      -0610+10648     Asia/Jakarta    Java & Sumatra
 245 ID      -0002+10920     Asia/Pontianak  west & central Borneo
 246 ID      -0507+11924     Asia/Makassar   east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor
 247 ID      -0232+14042     Asia/Jayapura   west New Guinea (Irian Jaya) & Malukus (Moluccas)
 248 IE      +5320-00615     Europe/Dublin
 249 IL      +314650+0351326 Asia/Jerusalem
 250 IM      +5409-00428     Europe/Isle_of_Man
 251 IN      +2232+08822     Asia/Kolkata
 252 IO      -0720+07225     Indian/Chagos
 253 IQ      +3321+04425     Asia/Baghdad
 254 IR      +3540+05126     Asia/Tehran
 255 IS      +6409-02151     Atlantic/Reykjavik
 256 IT      +4154+01229     Europe/Rome
 257 JE      +4912-00207     Europe/Jersey
 258 JM      +1800-07648     America/Jamaica
 259 JO      +3157+03556     Asia/Amman
 260 JP      +353916+1394441 Asia/Tokyo
 261 KE      -0117+03649     Africa/Nairobi
 262 KG      +4254+07436     Asia/Bishkek
 263 KH      +1133+10455     Asia/Phnom_Penh
 264 KI      +0125+17300     Pacific/Tarawa  Gilbert Islands
 265 KI      -0308-17105     Pacific/Enderbury       Phoenix Islands
 266 KI      +0152-15720     Pacific/Kiritimati      Line Islands
 267 KM      -1141+04316     Indian/Comoro
 268 KN      +1718-06243     America/St_Kitts
 269 KP      +3901+12545     Asia/Pyongyang