1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ** 4 ** Copyright 2006, The Android Open Source Project 5 ** 6 ** Licensed under the Apache License, Version 2.0 (the "License"); 7 ** you may not use this file except in compliance with the License. 8 ** You may obtain a copy of the License at 9 ** 10 ** http://www.apache.org/licenses/LICENSE-2.0 11 ** 12 ** Unless required by applicable law or agreed to in writing, software 13 ** distributed under the License is distributed on an "AS IS" BASIS, 14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 ** See the License for the specific language governing permissions and 16 ** limitations under the License. 17 */ 18 --> 19 <timezones> 20 <!-- Time zones by country. 21 22 Data in this file originates from IANA's zone.tab file. 23 The ordering of zones within each country is Android-specific and 24 affects Android behavior, see below for details. 25 26 The ordering of country elements is not important but is kept in ASCII 27 order by code for easier maintenance. There must only be one country 28 element per unique code. The code attribute is the (lower cased) 29 ISO 3166 2-character country code used in the IANA zones.tab file. 30 31 The <id> entries contain the IANA IDs for time zones used in a 32 country. 33 34 The file is used when picking a time zone for an Android device given 35 a known local time, offset from UTC and whether the local zone is 36 currently observing DST. 37 38 The ordering of <id> elements is important because it influence the 39 order that time zones in a country are considered. 40 41 Currently the <id> entries are mostly primarily ordered by raw (non-DST) 42 offset and then "desirability". This ordering is an historical artifact 43 that is likely to change in future. 44 45 The most sensible ordering for <id> entries for a country is by 46 population of users that observe the time zone to maximize the 47 probability of matching an arbitrary user. Then: 48 49 The first <id> entry for a given country should have the highest 50 likelihood of matching the user's needs when only the user's country 51 code is available. 52 53 The first zone that matches a user's country, offset and DST state 54 should have the highest likelihood of matching the user's needs when 55 country code, offset and DST state are available. 56 --> 57 <countryzones> 58 59 <!-- ANDORRA, 1:00 --> 60 <country code="ad"> 61 <id>Europe/Andorra</id> 62 </country> 63 64 <!-- UNITED ARAB EMIRATES, 4:00 --> 65 <country code="ae"> 66 <id>Asia/Dubai</id> 67 </country> 68 69 <!-- AFGHANISTAN, 4:30 --> 70 <country code="af"> 71 <id>Asia/Kabul</id> 72 </country> 73 74 <!-- ANTIGUA AND BARBUDA, -4:00 --> 75 <country code="ag"> 76 <id>America/Antigua</id> 77 </country> 78 79 <!-- ANGUILLA, -4:00 --> 80 <country code="ai"> 81 <id>America/Anguilla</id> 82 </country> 83 84 <!-- ALBANIA, 1:00 --> 85 <country code="al"> 86 <id>Europe/Tirane</id> 87 </country> 88 89 <!-- ARMENIA, 4:00 --> 90 <country code="am"> 91 <id>Asia/Yerevan</id> 92 </country> 93 94 <!-- ANGOLA, 1:00 --> 95 <country code="ao"> 96 <id>Africa/Luanda</id> 97 </country> 98 99 <!-- ANTARCTICA --> 100 <country code="aq"> 101 <!-- 12:00 --> 102 <id>Antarctica/McMurdo</id> 103 104 <!-- 10:00 --> 105 <id>Antarctica/DumontDUrville</id> 106 107 <!-- 8:00 --> 108 <id>Antarctica/Casey</id> 109 110 <!-- 7:00 --> 111 <id>Antarctica/Davis</id> 112 113 <!-- 5:00 --> 114 <id>Antarctica/Mawson</id> 115 116 <!-- 6:00 --> 117 <id>Antarctica/Vostok</id> 118 119 <!-- 3:00 --> 120 <id>Antarctica/Syowa</id> 121 122 <!-- 0:00 --> 123 <id>Antarctica/Troll</id> 124 125 <!-- -3:00 --> 126 <id>Antarctica/Rothera</id> 127 128 <!-- -4:00 --> 129 <id>Antarctica/Palmer</id> 130 </country> 131 132 <!-- ARGENTINA, -3:00 --> 133 <country code="ar"> 134 <id>America/Argentina/Buenos_Aires</id> 135 <id>America/Argentina/Cordoba</id> 136 <id>America/Argentina/Salta</id> 137 <id>America/Argentina/Jujuy</id> 138 <id>America/Argentina/Tucuman</id> 139 <id>America/Argentina/Catamarca</id> 140 <id>America/Argentina/La_Rioja</id> 141 <id>America/Argentina/San_Juan</id> 142 <id>America/Argentina/Mendoza</id> 143 <id>America/Argentina/San_Luis</id> 144 <id>America/Argentina/Rio_Gallegos</id> 145 <id>America/Argentina/Ushuaia</id> 146 </country> 147 148 <!-- AMERICAN SAMOA, -11:00 --> 149 <country code="as"> 150 <id>Pacific/Pago_Pago</id> 151 </country> 152 153 <!-- AUSTRIA, 1:00 --> 154 <country code="at"> 155 <id>Europe/Vienna</id> 156 </country> 157 158 <!-- AUSTRALIA --> 159 <country code="au"> 160 <!-- 10:00 --> 161 <id>Australia/Sydney</id> 162 <id>Australia/Melbourne</id> 163 <id>Australia/Brisbane</id> 164 <id>Australia/Hobart</id> 165 <id>Australia/Currie</id> 166 <id>Australia/Lindeman</id> 167 168 <!-- 11:00 --> 169 <id>Antarctica/Macquarie</id> 170 171 <!-- 10:30 --> 172 <id>Australia/Lord_Howe</id> 173 174 <!-- 9:30 --> 175 <id>Australia/Adelaide</id> 176 <id>Australia/Broken_Hill</id> 177 <id>Australia/Darwin</id> 178 179 <!-- 8:00 --> 180 <id>Australia/Perth</id> 181 182 <!-- 8:45 --> 183 <id>Australia/Eucla</id> 184 </country> 185 186 <!-- ARUBA, -4:00 --> 187 <country code="aw"> 188 <id>America/Aruba</id> 189 </country> 190 191 <!-- ALAND ISLANDS, 2:00 --> 192 <country code="ax"> 193 <id>Europe/Mariehamn</id> 194 </country> 195 196 <!-- AZERBAIJAN, 4:00 --> 197 <country code="az"> 198 <id>Asia/Baku</id> 199 </country> 200 201 <!-- BOSNIA AND HERZEGOVINA, 1:00 --> 202 <country code="ba"> 203 <id>Europe/Sarajevo</id> 204 </country> 205 206 <!-- BARBADOS, -4:00 --> 207 <country code="bb"> 208 <id>America/Barbados</id> 209 </country> 210 211 <!-- BANGLADESH, 6:00 --> 212 <country code="bd"> 213 <id>Asia/Dhaka</id> 214 </country> 215 216 <!-- BELGIUM, 1:00 --> 217 <country code="be"> 218 <id>Europe/Brussels</id> 219 </country> 220 221 <!-- BURKINA FASO, 0:00 --> 222 <country code="bf"> 223 <id>Africa/Ouagadougou</id> 224 </country> 225 226 <!-- BULGARIA, 2:00 --> 227 <country code="bg"> 228 <id>Europe/Sofia</id> 229 </country> 230 231 <!-- BAHRAIN, 3:00 --> 232 <country code="bh"> 233 <id>Asia/Bahrain</id> 234 </country> 235 236 <!-- BURUNDI, 2:00 --> 237 <country code="bi"> 238 <id>Africa/Bujumbura</id> 239 </country> 240 241 <!-- BENIN, 1:00 --> 242 <country code="bj"> 243 <id>Africa/Porto-Novo</id> 244 </country> 245 246 <!-- Saint Barthlemy, -4:00 --> 247 <country code="bl"> 248 <id>America/St_Barthelemy</id> 249 </country> 250 251 <!-- BERMUDA, -4:00 --> 252 <country code="bm"> 253 <id>Atlantic/Bermuda</id> 254 </country> 255 256 <!-- BRUNEI DARUSSALAM, 8:00 --> 257 <country code="bn"> 258 <id>Asia/Brunei</id> 259 </country> 260 261 <!-- BOLIVIA, -4:00 --> 262 <country code="bo"> 263 <id>America/La_Paz</id> 264 </country> 265 266 <!-- Caribbean Netherlands, -4:00 --> 267 <country code="bq"> 268 <id>America/Kralendijk</id> 269 </country> 270 271 <!-- BRAZIL --> 272 <country code="br"> 273 <!-- -2:00 --> 274 <id>America/Noronha</id> 275 276 <!-- -3:00 --> 277 <id>America/Sao_Paulo</id> 278 <id>America/Belem</id> 279 <id>America/Fortaleza</id> 280 <id>America/Recife</id> 281 <id>America/Araguaina</id> 282 <id>America/Maceio</id> 283 <id>America/Bahia</id> 284 <id>America/Santarem</id> 285 286 <!-- -4:00 --> 287 <id>America/Manaus</id> 288 <id>America/Campo_Grande</id> 289 <id>America/Cuiaba</id> 290 <id>America/Porto_Velho</id> 291 <id>America/Boa_Vista</id> 292 293 <!-- -5:00 --> 294 <id>America/Eirunepe</id> 295 <id>America/Rio_Branco</id> 296 </country> 297 298 <!-- BAHAMAS, -5:00 --> 299 <country code="bs"> 300 <id>America/Nassau</id> 301 </country> 302 303 <!-- BHUTAN, 6:00 --> 304 <country code="bt"> 305 <id>Asia/Thimphu</id> 306 </country> 307 308 <!-- BOTSWANA, 2:00 --> 309 <country code="bw"> 310 <id>Africa/Gaborone</id> 311 </country> 312 313 <!-- BELARUS, 3:00 --> 314 <country code="by"> 315 <id>Europe/Minsk</id> 316 </country> 317 318 <!-- BELIZE, -6:00 --> 319 <country code="bz"> 320 <id>America/Belize</id> 321 </country> 322 323 <!-- CANADA --> 324 <country code="ca"> 325 <!-- -3:30 --> 326 <id>America/St_Johns</id> 327 328 <!-- -4:00 --> 329 <id>America/Halifax</id> 330 <id>America/Glace_Bay</id> 331 <id>America/Moncton</id> 332 <id>America/Goose_Bay</id> 333 <id>America/Blanc-Sablon</id> 334 335 <!-- -5:00 --> 336 <id>America/Toronto</id> 337 <id>America/Nipigon</id> 338 <id>America/Thunder_Bay</id> 339 <id>America/Iqaluit</id> 340 <id>America/Pangnirtung</id> 341 <id>America/Atikokan</id> 342 343 <!-- -6:00 --> 344 <id>America/Winnipeg</id> 345 <id>America/Regina</id> 346 <id>America/Rankin_Inlet</id> 347 <id>America/Rainy_River</id> 348 <id>America/Swift_Current</id> 349 <id>America/Resolute</id> 350 351 <!-- -7:00 --> 352 <id>America/Edmonton</id> 353 <id>America/Cambridge_Bay</id> 354 <id>America/Yellowknife</id> 355 <id>America/Inuvik</id> 356 <id>America/Dawson_Creek</id> 357 <id>America/Creston</id> 358 <id>America/Fort_Nelson</id> 359 360 <!-- -8:00 --> 361 <id>America/Vancouver</id> 362 <id>America/Whitehorse</id> 363 <id>America/Dawson</id> 364 </country> 365 366 <!-- COCOS (KEELING) ISLANDS, 6:30 --> 367 <country code="cc"> 368 <id>Indian/Cocos</id> 369 </country> 370 371 <!-- CONGO, THE DEMOCRATIC REPUBLIC OF THE --> 372 <country code="cd"> 373 <!-- 2:00 --> 374 <id>Africa/Lubumbashi</id> 375 376 <!-- 1:00 --> 377 <id>Africa/Kinshasa</id> 378 </country> 379 380 <!-- CENTRAL AFRICAN REPUBLIC, 1:00 --> 381 <country code="cf"> 382 <id>Africa/Bangui</id> 383 </country> 384 385 <!-- CONGO, 1:00 --> 386 <country code="cg"> 387 <id>Africa/Brazzaville</id> 388 </country> 389 390 <!-- SWITZERLAND, 1:00 --> 391 <country code="ch"> 392 <id>Europe/Zurich</id> 393 </country> 394 395 <!-- COTE D'IVOIRE, 0:00 --> 396 <country code="ci"> 397 <id>Africa/Abidjan</id> 398 </country> 399 400 <!-- COOK ISLANDS, -10:00 --> 401 <country code="ck"> 402 <id>Pacific/Rarotonga</id> 403 </country> 404 405 <!-- CHILE --> 406 <country code="cl"> 407 <!-- -3:00 --> 408 <id>America/Punta_Arenas</id> 409 410 <!-- -4:00 --> 411 <id>America/Santiago</id> 412 413 <!-- -6:00 --> 414 <id>Pacific/Easter</id> 415 </country> 416 417 <!-- CAMEROON, 1:00 --> 418 <country code="cm"> 419 <id>Africa/Douala</id> 420 </country> 421 422 <!-- CHINA --> 423 <country code="cn"> 424 <!-- 8:00 --> 425 <id>Asia/Shanghai</id> 426 427 <!-- 6:00 --> 428 <id>Asia/Urumqi</id> 429 </country> 430 431 <!-- COLOMBIA, -5:00 --> 432 <country code="co"> 433 <id>America/Bogota</id> 434 </country> 435 436 <!-- COSTA RICA, -6:00 --> 437 <country code="cr"> 438 <id>America/Costa_Rica</id> 439 </country> 440 441 <!-- CUBA, -5:00 --> 442 <country code="cu"> 443 <id>America/Havana</id> 444 </country> 445 446 <!-- CAPE VERDE, -1:00 --> 447 <country code="cv"> 448 <id>Atlantic/Cape_Verde</id> 449 </country> 450 451 <!-- Curaao, -4:00 --> 452 <country code="cw"> 453 <id>America/Curacao</id> 454 </country> 455 456 <!-- CHRISTMAS ISLAND, 7:00 --> 457 <country code="cx"> 458 <id>Indian/Christmas</id> 459 </country> 460 461 <!-- CYPRUS --> 462 <country code="cy"> 463 <!-- 2:00 --> 464 <id>Asia/Nicosia</id> 465 466 <!-- 3:00 --> 467 <id>Asia/Famagusta</id> 468 </country> 469 470 <!-- CZECH REPUBLIC, 1:00 --> 471 <country code="cz"> 472 <id>Europe/Prague</id> 473 </country> 474 475 <!-- GERMANY, 1:00 --> 476 <country code="de"> 477 <id>Europe/Berlin</id> 478 <id>Europe/Busingen</id> 479 </country> 480 481 <!-- DJIBOUTI, 3:00 --> 482 <country code="dj"> 483 <id>Africa/Djibouti</id> 484 </country> 485 486 <!-- DENMARK, 1:00 --> 487 <country code="dk"> 488 <id>Europe/Copenhagen</id> 489 </country> 490 491 <!-- DOMINICA, -4:00 --> 492 <country code="dm"> 493 <id>America/Dominica</id> 494 </country> 495 496 <!-- DOMINICAN REPUBLIC, -4:00 --> 497 <country code="do"> 498 <id>America/Santo_Domingo</id> 499 </country> 500 501 <!-- ALGERIA, 1:00 --> 502 <country code="dz"> 503 <id>Africa/Algiers</id> 504 </country> 505 506 <!-- ECUADOR --> 507 <country code="ec"> 508 <!-- -5:00 --> 509 <id>America/Guayaquil</id> 510 511 <!-- -6:00 --> 512 <id>Pacific/Galapagos</id> 513 </country> 514 515 <!-- ESTONIA, 2:00 --> 516 <country code="ee"> 517 <id>Europe/Tallinn</id> 518 </country> 519 520 <!-- EGYPT, 2:00 --> 521 <country code="eg"> 522 <id>Africa/Cairo</id> 523 </country> 524 525 <!-- WESTERN SAHARA, 0:00 --> 526 <country code="eh"> 527 <id>Africa/El_Aaiun</id> 528 </country> 529 530 <!-- ERITREA, 3:00 --> 531 <country code="er"> 532 <id>Africa/Asmara</id> 533 </country> 534 535 <!-- SPAIN --> 536 <country code="es"> 537 <!-- 1:00 --> 538 <id>Europe/Madrid</id> 539 <id>Africa/Ceuta</id> 540 541 <!-- 0:00 --> 542 <id>Atlantic/Canary</id> 543 </country> 544 545 <!-- ETHIOPIA, 3:00 --> 546 <country code="et"> 547 <id>Africa/Addis_Ababa</id> 548 </country> 549 550 <!-- FINLAND, 2:00 --> 551 <country code="fi"> 552 <id>Europe/Helsinki</id> 553 </country> 554 555 <!-- FIJI, 12:00 --> 556 <country code="fj"> 557 <id>Pacific/Fiji</id> 558 </country> 559 560 <!-- FALKLAND ISLANDS (MALVINAS), -3:00 --> 561 <country code="fk"> 562 <id>Atlantic/Stanley</id> 563 </country> 564 565 <!-- MICRONESIA, FEDERATED STATES OF --> 566 <country code="fm"> 567 <!-- 11:00 --> 568 <id>Pacific/Pohnpei</id> 569 <id>Pacific/Kosrae</id> 570 571 <!-- 10:00 --> 572 <id>Pacific/Chuuk</id> 573 </country> 574 575 <!-- FAROE ISLANDS, 0:00 --> 576 <country code="fo"> 577 <id>Atlantic/Faroe</id> 578 </country> 579 580 <!-- FRANCE, 1:00 --> 581 <country code="fr"> 582 <id>Europe/Paris</id> 583 </country> 584 585 <!-- GABON, 1:00 --> 586 <country code="ga"> 587 <id>Africa/Libreville</id> 588 </country> 589 590 <!-- UNITED KINGDOM, 0:00 --> 591 <country code="gb"> 592 <id>Europe/London</id> 593 </country> 594 595 <!-- GRENADA, -4:00 --> 596 <country code="gd"> 597 <id>America/Grenada</id> 598 </country> 599 600 <!-- GEORGIA, 4:00 --> 601 <country code="ge"> 602 <id>Asia/Tbilisi</id> 603 </country> 604 605 <!-- FRENCH GUIANA, -3:00 --> 606 <country code="gf"> 607 <id>America/Cayenne</id> 608 </country> 609 610 <!-- GUERNSEY, 0:00 --> 611 <country code="gg"> 612 <id>Europe/Guernsey</id> 613 </country> 614 615 <!-- GHANA, 0:00 --> 616 <country code="gh"> 617 <id>Africa/Accra</id> 618 </country> 619 620 <!-- GIBRALTAR, 1:00 --> 621 <country code="gi"> 622 <id>Europe/Gibraltar</id> 623 </country> 624 625 <!-- GREENLAND --> 626 <country code="gl"> 627 <!-- 0:00 --> 628 <id>America/Danmarkshavn</id> 629 630 <!-- -1:00 --> 631 <id>America/Scoresbysund</id> 632 633 <!-- -3:00 --> 634 <id>America/Godthab</id> 635 636 <!-- -4:00 --> 637 <id>America/Thule</id> 638 </country> 639 640 <!-- GAMBIA, 0:00 --> 641 <country code="gm"> 642 <id>Africa/Banjul</id> 643 </country> 644 645 <!-- GUINEA, 0:00 --> 646 <country code="gn"> 647 <id>Africa/Conakry</id> 648 </country> 649 650 <!-- GUADELOUPE, -4:00 --> 651 <country code="gp"> 652 <id>America/Guadeloupe</id> 653 </country> 654 655 <!-- EQUATORIAL GUINEA, 1:00 --> 656 <country code="gq"> 657 <id>Africa/Malabo</id> 658 </country> 659 660 <!-- GREECE, 2:00 --> 661 <country code="gr"> 662 <id>Europe/Athens</id> 663 </country> 664 665 <!-- SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS, -2:00 --> 666 <country code="gs"> 667 <id>Atlantic/South_Georgia</id> 668 </country> 669 670 <!-- GUATEMALA, -6:00 --> 671 <country code="gt"> 672 <id>America/Guatemala</id> 673 </country> 674 675 <!-- GUAM, 10:00 --> 676 <country code="gu"> 677 <id>Pacific/Guam</id> 678 </country> 679 680 <!-- GUINEA-BISSAU, 0:00 --> 681 <country code="gw"> 682 <id>Africa/Bissau</id> 683 </country> 684 685 <!-- GUYANA, -4:00 --> 686 <country code="gy"> 687 <id>America/Guyana</id> 688 </country> 689 690 <!-- HONG KONG, 8:00 --> 691 <country code="hk"> 692 <id>Asia/Hong_Kong</id> 693 </country> 694 695 <!-- HONDURAS, -6:00 --> 696 <country code="hn"> 697 <id>America/Tegucigalpa</id> 698 </country> 699 700 <!-- CROATIA, 1:00 --> 701 <country code="hr"> 702 <id>Europe/Zagreb</id> 703 </country> 704 705 <!-- HAITI, -5:00 --> 706 <country code="ht"> 707 <id>America/Port-au-Prince</id> 708 </country> 709 710 <!-- HUNGARY, 1:00 --> 711 <country code="hu"> 712 <id>Europe/Budapest</id> 713 </country> 714 715 <!-- INDONESIA --> 716 <country code="id"> 717 <!-- 9:00 --> 718 <id>Asia/Jayapura</id> 719 720 <!-- 8:00 --> 721 <id>Asia/Makassar</id> 722 723 <!-- 7:00 --> 724 <id>Asia/Jakarta</id> 725 <id>Asia/Pontianak</id> 726 </country> 727 728 <!-- IRELAND, 0:00 --> 729 <country code="ie"> 730 <id>Europe/Dublin</id> 731 </country> 732 733 <!-- ISRAEL, 2:00 --> 734 <country code="il"> 735 <id>Asia/Jerusalem</id> 736 </country> 737 738 <!-- ISLE OF MAN, 0:00 --> 739 <country code="im"> 740 <id>Europe/Isle_of_Man</id> 741 </country> 742 743 <!-- INDIA, 5:30 --> 744 <country code="in"> 745 <id>Asia/Kolkata</id> 746 </country> 747 748 <!-- BRITISH INDIAN OCEAN TERRITORY, 6:00 --> 749 <country code="io"> 750 <id>Indian/Chagos</id> 751 </country> 752 753 <!-- IRAQ, 3:00 --> 754 <country code="iq"> 755 <id>Asia/Baghdad</id> 756 </country> 757 758 <!-- IRAN, ISLAMIC REPUBLIC OF, 3:30 --> 759 <country code="ir"> 760 <id>Asia/Tehran</id> 761 </country> 762 763 <!-- ICELAND, 0:00 --> 764 <country code="is"> 765 <id>Atlantic/Reykjavik</id> 766 </country> 767 768 <!-- ITALY, 1:00 --> 769 <country code="it"> 770 <id>Europe/Rome</id> 771 </country> 772 773 <!-- JERSEY, 0:00 --> 774 <country code="je"> 775 <id>Europe/Jersey</id> 776 </country> 777 778 <!-- JAMAICA, -5:00 --> 779 <country code="jm"> 780 <id>America/Jamaica</id> 781 </country> 782 783 <!-- JORDAN, 2:00 --> 784 <country code="jo"> 785 <id>Asia/Amman</id> 786 </country> 787 788 <!-- JAPAN, 9:00 --> 789 <country code="jp"> 790 <id>Asia/Tokyo</id> 791 </country> 792 793 <!-- KENYA, 3:00 --> 794 <country code="ke"> 795 <id>Africa/Nairobi</id> 796 </country> 797 798 <!-- KYRGYZSTAN, 6:00 --> 799 <country code="kg"> 800 <id>Asia/Bishkek</id> 801 </country> 802 803 <!-- CAMBODIA, 7:00 --> 804 <country code="kh"> 805 <id>Asia/Phnom_Penh</id> 806 </country> 807 808 <!-- KIRIBATI --> 809 <country code="ki"> 810 <!-- 14:00 --> 811 <id>Pacific/Kiritimati</id> 812 813 <!-- 13:00 --> 814 <id>Pacific/Enderbury</id> 815 816 <!-- 12:00 --> 817 <id>Pacific/Tarawa</id> 818 </country> 819 820 <!-- COMOROS, 3:00 --> 821 <country code="km"> 822 <id>Indian/Comoro</id> 823 </country> 824 825 <!-- SAINT KITTS AND NEVIS, -4:00 --> 826 <country code="kn"> 827 <id>America/St_Kitts</id> 828 </country> 829 830 <!-- KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF, 8:30 --> 831 <country code="kp"> 832 <id>Asia/Pyongyang</id> 833 </country> 834 835 <!-- KOREA, REPUBLIC OF, 9:00 --> 836 <country code="kr"> 837 <id>Asia/Seoul</id> 838 </country> 839 840 <!-- KUWAIT, 3:00 --> 841 <country code="kw"> 842 <id>Asia/Kuwait</id> 843 </country> 844 845 <!-- CAYMAN ISLANDS, -5:00 --> 846 <country code="ky"> 847 <id>America/Cayman</id> 848 </country> 849 850 <!-- KAZAKHSTAN --> 851 <country code="kz"> 852 <!-- 6:00 --> 853 <id>Asia/Almaty</id> 854 <id>Asia/Qyzylorda</id> 855 856 <!-- 5:00 --> 857 <id>Asia/Aqtau</id> 858 <id>Asia/Oral</id> 859 <id>Asia/Aqtobe</id> 860 <id>Asia/Atyrau</id> 861 </country> 862 863 <!-- LAO PEOPLE'S DEMOCRATIC REPUBLIC, 7:00 --> 864 <country code="la"> 865 <id>Asia/Vientiane</id> 866 </country> 867 868 <!-- LEBANON, 2:00 --> 869 <country code="lb"> 870 <id>Asia/Beirut</id> 871 </country> 872 873 <!-- SAINT LUCIA, -4:00 --> 874 <country code="lc"> 875 <id>America/St_Lucia</id> 876 </country> 877 878 <!-- LIECHTENSTEIN, 1:00 --> 879 <country code="li"> 880 <id>Europe/Vaduz</id> 881 </country> 882 883 <!-- SRI LANKA, 5:30 --> 884 <country code="lk"> 885 <id>Asia/Colombo</id> 886 </country> 887 888 <!-- LIBERIA, 0:00 --> 889 <country code="lr"> 890 <id>Africa/Monrovia</id> 891 </country> 892 893 <!-- LESOTHO, 2:00 --> 894 <country code="ls"> 895 <id>Africa/Maseru</id> 896 </country> 897 898 <!-- LITHUANIA, 2:00 --> 899 <country code="lt"> 900 <id>Europe/Vilnius</id> 901 </country> 902 903 <!-- LUXEMBOURG, 1:00 --> 904 <country code="lu"> 905 <id>Europe/Luxembourg</id> 906 </country> 907 908 <!-- LATVIA, 2:00 --> 909 <country code="lv"> 910 <id>Europe/Riga</id> 911 </country> 912 913 <!-- LIBYAN ARAB JAMAHIRIYA, 2:00 --> 914 <country code="ly"> 915 <id>Africa/Tripoli</id> 916 </country> 917 918 <!-- MOROCCO, 0:00 --> 919 <country code="ma"> 920 <id>Africa/Casablanca</id> 921 </country> 922 923 <!-- MONACO, 1:00 --> 924 <country code="mc"> 925 <id>Europe/Monaco</id> 926 </country> 927 928 <!-- MOLDOVA, 2:00 --> 929 <country code="md"> 930 <id>Europe/Chisinau</id> 931 </country> 932 933 <!-- MONTENEGRO, 1:00 --> 934 <country code="me"> 935 <id>Europe/Podgorica</id> 936 </country> 937 938 <!-- Collectivity of Saint Martin, -4:00 --> 939 <country code="mf"> 940 <id>America/Marigot</id> 941 </country> 942 943 <!-- MADAGASCAR, 3:00 --> 944 <country code="mg"> 945 <id>Indian/Antananarivo</id> 946 </country> 947 948 <!-- MARSHALL ISLANDS, 12:00 --> 949 <country code="mh"> 950 <id>Pacific/Majuro</id> 951 <id>Pacific/Kwajalein</id> 952 </country> 953 954 <!-- MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF, 1:00 --> 955 <country code="mk"> 956 <id>Europe/Skopje</id> 957 </country> 958 959 <!-- MALI, 0:00 --> 960 <country code="ml"> 961 <id>Africa/Bamako</id> 962 </country> 963 964 <!-- MYANMAR, 6:30 --> 965 <country code="mm"> 966 <id>Asia/Yangon</id> 967 </country> 968 969 <!-- MONGOLIA --> 970 <country code="mn"> 971 <!-- 8:00 --> 972 <id>Asia/Choibalsan</id> 973 <id>Asia/Ulaanbaatar</id> 974 975 <!-- 7:00 --> 976 <id>Asia/Hovd</id> 977 </country> 978 979 <!-- MACAO, 8:00 --> 980 <country code="mo"> 981 <id>Asia/Macau</id> 982 </country> 983 984 <!-- NORTHERN MARIANA ISLANDS, 10:00 --> 985 <country code="mp"> 986 <id>Pacific/Saipan</id> 987 </country> 988 989 <!-- MARTINIQUE, -4:00 --> 990 <country code="mq"> 991 <id>America/Martinique</id> 992 </country> 993 994 <!-- MAURITANIA, 0:00 --> 995 <country code="mr"> 996 <id>Africa/Nouakchott</id> 997 </country> 998 999 <!-- MONTSERRAT, -4:00 --> 1000 <country code="ms"> 1001 <id>America/Montserrat</id> 1002 </country> 1003 1004 <!-- MALTA, 1:00 --> 1005 <country code="mt"> 1006 <id>Europe/Malta</id> 1007 </country> 1008 1009 <!-- MAURITIUS, 4:00 --> 1010 <country code="mu"> 1011 <id>Indian/Mauritius</id> 1012 </country> 1013 1014 <!-- MALDIVES, 5:00 --> 1015 <country code="mv"> 1016 <id>Indian/Maldives</id> 1017 </country> 1018 1019 <!-- MALAWI, 2:00 --> 1020 <country code="mw"> 1021 <id>Africa/Blantyre</id> 1022 </country> 1023 1024 <!-- MEXICO --> 1025 <country code="mx"> 1026 <!-- -6:00 --> 1027 <id>America/Mexico_City</id> 1028 <id>America/Merida</id> 1029 <id>America/Monterrey</id> 1030 <id>America/Matamoros</id> 1031 <id>America/Bahia_Banderas</id> 1032 1033 <!-- -5:00 --> 1034 <id>America/Cancun</id> 1035 1036 <!-- -7:00 --> 1037 <id>America/Chihuahua</id> 1038 <id>America/Hermosillo</id> 1039 <id>America/Mazatlan</id> 1040 <id>America/Ojinaga</id> 1041 1042 <!-- -8:00 --> 1043 <id>America/Tijuana</id> 1044 </country> 1045 1046 <!-- MALAYSIA, 8:00 --> 1047 <country code="my"> 1048 <id>Asia/Kuala_Lumpur</id> 1049 <id>Asia/Kuching</id> 1050 </country> 1051 1052 <!-- MOZAMBIQUE, 2:00 --> 1053 <country code="mz"> 1054 <id>Africa/Maputo</id> 1055 </country> 1056 1057 <!-- NAMIBIA, 1:00 --> 1058 <country code="na"> 1059 <id>Africa/Windhoek</id> 1060 </country> 1061 1062 <!-- NEW CALEDONIA, 11:00 --> 1063 <country code="nc"> 1064 <id>Pacific/Noumea</id> 1065 </country> 1066 1067 <!-- NIGER, 1:00 --> 1068 <country code="ne"> 1069 <id>Africa/Niamey</id> 1070 </country> 1071 1072 <!-- NORFOLK ISLAND, 11:30 --> 1073 <country code="nf"> 1074 <id>Pacific/Norfolk</id> 1075 </country> 1076 1077 <!-- NIGERIA, 1:00 --> 1078 <country code="ng"> 1079 <id>Africa/Lagos</id> 1080 </country> 1081 1082 <!-- NICARAGUA, -6:00 --> 1083 <country code="ni"> 1084 <id>America/Managua</id> 1085 </country> 1086 1087 <!-- NETHERLANDS, 1:00 --> 1088 <country code="nl"> 1089 <id>Europe/Amsterdam</id> 1090 </country> 1091 1092 <!-- NORWAY, 1:00 --> 1093 <country code="no"> 1094 <id>Europe/Oslo</id> 1095 </country> 1096 1097 <!-- NEPAL, 5:45 --> 1098 <country code="np"> 1099 <id>Asia/Kathmandu</id> 1100 </country> 1101 1102 <!-- NAURU, 12:00 --> 1103 <country code="nr"> 1104 <id>Pacific/Nauru</id> 1105 </country> 1106 1107 <!-- NIUE, -11:00 --> 1108 <country code="nu"> 1109 <id>Pacific/Niue</id> 1110 </country> 1111 1112 <!-- NEW ZEALAND, 12:00 --> 1113 <country code="nz"> 1114 <!-- 12:00 --> 1115 <id>Pacific/Auckland</id> 1116 1117 <!-- 12:45 --> 1118 <id>Pacific/Chatham</id> 1119 </country> 1120 1121 <!-- OMAN, 4:00 --> 1122 <country code="om"> 1123 <id>Asia/Muscat</id> 1124 </country> 1125 1126 <!-- PANAMA, -5:00 --> 1127 <country code="pa"> 1128 <id>America/Panama</id> 1129 </country> 1130 1131 <!-- PERU, -5:00 --> 1132 <country code="pe"> 1133 <id>America/Lima</id> 1134 </country> 1135 1136 <!-- FRENCH POLYNESIA --> 1137 <country code="pf"> 1138 <!-- -9:00 --> 1139 <id>Pacific/Gambier</id> 1140 1141 <!-- -9:30 --> 1142 <id>Pacific/Marquesas</id> 1143 1144 <!-- -10:00 --> 1145 <id>Pacific/Tahiti</id> 1146 </country> 1147 1148 <!-- PAPUA NEW GUINEA --> 1149 <country code="pg"> 1150 <!-- 10:00 --> 1151 <id>Pacific/Port_Moresby</id> 1152 1153 <!-- 11:00 --> 1154 <id>Pacific/Bougainville</id> 1155 </country> 1156 1157 <!-- PHILIPPINES, 8:00 --> 1158 <country code="ph"> 1159 <id>Asia/Manila</id> 1160 </country> 1161 1162 <!-- PAKISTAN, 5:00 --> 1163 <country code="pk"> 1164 <id>Asia/Karachi</id> 1165 </country> 1166 1167 <!-- POLAND, 1:00 --> 1168 <country code="pl"> 1169 <id>Europe/Warsaw</id> 1170 </country> 1171 1172 <!-- SAINT PIERRE AND MIQUELON, -3:00 --> 1173 <country code="pm"> 1174 <id>America/Miquelon</id> 1175 </country> 1176 1177 <!-- PITCAIRN, -8:00 --> 1178 <country code="pn"> 1179 <id>Pacific/Pitcairn</id> 1180 </country> 1181 1182 <!-- PUERTO RICO, -4:00 --> 1183 <country code="pr"> 1184 <id>America/Puerto_Rico</id> 1185 </country> 1186 1187 <!-- PALESTINE, 2:00 --> 1188 <country code="ps"> 1189 <id>Asia/Gaza</id> 1190 <id>Asia/Hebron</id> 1191 </country> 1192 1193 <!-- PORTUGAL --> 1194 <country code="pt"> 1195 <!-- 0:00 --> 1196 <id>Europe/Lisbon</id> 1197 <id>Atlantic/Madeira</id> 1198 1199 <!-- -1:00 --> 1200 <id>Atlantic/Azores</id> 1201 </country> 1202 1203 <!-- PALAU, 9:00 --> 1204 <country code="pw"> 1205 <id>Pacific/Palau</id> 1206 </country> 1207 1208 <!-- PARAGUAY, -4:00 --> 1209 <country code="py"> 1210 <id>America/Asuncion</id> 1211 </country> 1212 1213 <!-- QATAR, 3:00 --> 1214 <country code="qa"> 1215 <id>Asia/Qatar</id> 1216 </country> 1217 1218 <!-- REUNION, 4:00 --> 1219 <country code="re"> 1220 <id>Indian/Reunion</id> 1221 </country> 1222 1223 <!-- ROMANIA, 2:00 --> 1224 <country code="ro"> 1225 <id>Europe/Bucharest</id> 1226 </country> 1227 1228 <!-- SERBIA, 1:00 --> 1229 <country code="rs"> 1230 <id>Europe/Belgrade</id> 1231 </country> 1232 1233 <!-- RUSSIAN FEDERATION --> 1234 <country code="ru"> 1235 <!-- 12:00 --> 1236 <id>Asia/Kamchatka</id> 1237 <id>Asia/Anadyr</id> 1238 1239 <!-- 11:00 --> 1240 <id>Asia/Magadan</id> 1241 <id>Asia/Sakhalin</id> 1242 <id>Asia/Srednekolymsk</id> 1243 1244 <!-- 10:00 --> 1245 <id>Asia/Vladivostok</id> 1246 <id>Asia/Ust-Nera</id> 1247 1248 <!-- 9:00 --> 1249 <id>Asia/Yakutsk</id> 1250 <id>Asia/Chita</id> 1251 <id>Asia/Khandyga</id> 1252 1253 <!-- 8:00 --> 1254 <id>Asia/Irkutsk</id> 1255 1256 <!-- 7:00 --> 1257 <id>Asia/Krasnoyarsk</id> 1258 <id>Asia/Novosibirsk</id> 1259 <id>Asia/Barnaul</id> 1260 <id>Asia/Novokuznetsk</id> 1261 <id>Asia/Tomsk</id> 1262 1263 <!-- 6:00 --> 1264 <id>Asia/Omsk</id> 1265 1266 <!-- 5:00 --> 1267 <id>Asia/Yekaterinburg</id> 1268 1269 <!-- 4:00 --> 1270 <id>Europe/Samara</id> 1271 <id>Europe/Astrakhan</id> 1272 <id>Europe/Ulyanovsk</id> 1273 <id>Europe/Saratov</id> 1274 1275 <!-- 3:00 --> 1276 <id>Europe/Moscow</id> 1277 <id>Europe/Volgograd</id> 1278 <id>Europe/Kirov</id> 1279 <id>Europe/Simferopol</id> 1280 1281 <!-- 2:00 --> 1282 <id>Europe/Kaliningrad</id> 1283 </country> 1284 1285 <!-- RWANDA, 2:00 --> 1286 <country code="rw"> 1287 <id>Africa/Kigali</id> 1288 </country> 1289 1290 <!-- SAUDI ARABIA, 3:00 --> 1291 <country code="sa"> 1292 <id>Asia/Riyadh</id> 1293 </country> 1294 1295 <!-- SOLOMON ISLANDS, 11:00 --> 1296 <country code="sb"> 1297 <id>Pacific/Guadalcanal</id> 1298 </country> 1299 1300 <!-- SEYCHELLES, 4:00 --> 1301 <country code="sc"> 1302 <id>Indian/Mahe</id> 1303 </country> 1304 1305 <!-- SUDAN, 3:00 --> 1306 <country code="sd"> 1307 <id>Africa/Khartoum</id> 1308 </country> 1309 1310 <!-- SWEDEN, 1:00 --> 1311 <country code="se"> 1312 <id>Europe/Stockholm</id> 1313 </country> 1314 1315 <!-- SINGAPORE, 8:00 --> 1316 <country code="sg"> 1317 <id>Asia/Singapore</id> 1318 </country> 1319 1320 <!-- SAINT HELENA, 0:00 --> 1321 <country code="sh"> 1322 <id>Atlantic/St_Helena</id> 1323 </country> 1324 1325 <!-- SLOVENIA, 1:00 --> 1326 <country code="si"> 1327 <id>Europe/Ljubljana</id> 1328 </country> 1329 1330 <!-- SVALBARD AND JAN MAYEN, 1:00 --> 1331 <country code="sj"> 1332 <id>Arctic/Longyearbyen</id> 1333 </country> 1334 1335 <!-- SLOVAKIA, 1:00 --> 1336 <country code="sk"> 1337 <id>Europe/Bratislava</id> 1338 </country> 1339 1340 <!-- SIERRA LEONE, 0:00 --> 1341 <country code="sl"> 1342 <id>Africa/Freetown</id> 1343 </country> 1344 1345 <!-- SAN MARINO, 1:00 --> 1346 <country code="sm"> 1347 <id>Europe/San_Marino</id> 1348 </country> 1349 1350 <!-- SENEGAL, 0:00 --> 1351 <country code="sn"> 1352 <id>Africa/Dakar</id> 1353 </country> 1354 1355 <!-- SOMALIA, 3:00 --> 1356 <country code="so"> 1357 <id>Africa/Mogadishu</id> 1358 </country> 1359 1360 <!-- SURINAME, -3:00 --> 1361 <country code="sr"> 1362 <id>America/Paramaribo</id> 1363 </country> 1364 1365 <!-- South Sudan, 3:00 --> 1366 <country code="ss"> 1367 <id>Africa/Juba</id> 1368 </country> 1369 1370 <!-- SAO TOME AND PRINCIPE, 0:00 --> 1371 <country code="st"> 1372 <id>Africa/Sao_Tome</id> 1373 </country> 1374 1375 <!-- EL SALVADOR, -6:00 --> 1376 <country code="sv"> 1377 <id>America/El_Salvador</id> 1378 </country> 1379 1380 <!-- Sint Maarten, -4:00 --> 1381 <country code="sx"> 1382 <id>America/Lower_Princes</id> 1383 </country> 1384 1385 <!-- SYRIAN ARAB REPUBLIC, 2:00 --> 1386 <country code="sy"> 1387 <id>Asia/Damascus</id> 1388 </country> 1389 1390 <!-- SWAZILAND, 2:00 --> 1391 <country code="sz"> 1392 <id>Africa/Mbabane</id> 1393 </country> 1394 1395 <!-- TURKS AND CAICOS ISLANDS, -4:00 --> 1396 <country code="tc"> 1397 <id>America/Grand_Turk</id> 1398 </country> 1399 1400 <!-- CHAD, 1:00 --> 1401 <country code="td"> 1402 <id>Africa/Ndjamena</id> 1403 </country> 1404 1405 <!-- FRENCH SOUTHERN TERRITORIES --> 1406 <country code="tf"> 1407 <!-- 5:00 --> 1408 <id>Indian/Kerguelen</id> 1409 </country> 1410 1411 <!-- TOGO, 0:00 --> 1412 <country code="tg"> 1413 <id>Africa/Lome</id> 1414 </country> 1415 1416 <!-- THAILAND, 7:00 --> 1417 <country code="th"> 1418 <id>Asia/Bangkok</id> 1419 </country> 1420 1421 <!-- TAJIKISTAN, 5:00 --> 1422 <country code="tj"> 1423 <id>Asia/Dushanbe</id> 1424 </country> 1425 1426 <!-- TOKELAU, +13:00 --> 1427 <country code="tk"> 1428 <id>Pacific/Fakaofo</id> 1429 </country> 1430 1431 <!-- TIMOR-LESTE, 9:00 --> 1432 <country code="tl"> 1433 <id>Asia/Dili</id> 1434 </country> 1435 1436 <!-- TURKMENISTAN, 5:00 --> 1437 <country code="tm"> 1438 <id>Asia/Ashgabat</id> 1439 </country> 1440 1441 <!-- TUNISIA, 1:00 --> 1442 <country code="tn"> 1443 <id>Africa/Tunis</id> 1444 </country> 1445 1446 <!-- TONGA, 13:00 --> 1447 <country code="to"> 1448 <id>Pacific/Tongatapu</id> 1449 </country> 1450 1451 <!-- TURKEY, 3:00 --> 1452 <country code="tr"> 1453 <id>Europe/Istanbul</id> 1454 </country> 1455 1456 <!-- TRINIDAD AND TOBAGO, -4:00 --> 1457 <country code="tt"> 1458 <id>America/Port_of_Spain</id> 1459 </country> 1460 1461 <!-- TUVALU, 12:00 --> 1462 <country code="tv"> 1463 <id>Pacific/Funafuti</id> 1464 </country> 1465 1466 <!-- TAIWAN, PROVINCE OF CHINA, 8:00 --> 1467 <country code="tw"> 1468 <id>Asia/Taipei</id> 1469 </country> 1470 1471 <!-- TANZANIA, UNITED REPUBLIC OF, 3:00 --> 1472 <country code="tz"> 1473 <id>Africa/Dar_es_Salaam</id> 1474 </country> 1475 1476 <!-- UKRAINE, 2:00 --> 1477 <country code="ua"> 1478 <id>Europe/Kiev</id> 1479 <id>Europe/Uzhgorod</id> 1480 <id>Europe/Zaporozhye</id> 1481 </country> 1482 1483 <!-- UGANDA, 3:00 --> 1484 <country code="ug"> 1485 <id>Africa/Kampala</id> 1486 </country> 1487 1488 <!-- UNITED STATES MINOR OUTLYING ISLANDS --> 1489 <country code="um"> 1490 <!-- 12:00 --> 1491 <id>Pacific/Wake</id> 1492 1493 <!-- -11:00 --> 1494 <id>Pacific/Midway</id> 1495 </country> 1496 1497 <!-- UNITED STATES --> 1498 <country code="us"> 1499 <!-- -5:00 --> 1500 <id>America/New_York</id> 1501 <id>America/Detroit</id> 1502 <id>America/Kentucky/Louisville</id> 1503 <id>America/Kentucky/Monticello</id> 1504 <id>America/Indiana/Indianapolis</id> 1505 <id>America/Indiana/Vincennes</id> 1506 <id>America/Indiana/Winamac</id> 1507 <id>America/Indiana/Marengo</id> 1508 <id>America/Indiana/Petersburg</id> 1509 <id>America/Indiana/Vevay</id> 1510 1511 <!-- -6:00 --> 1512 <id>America/Chicago</id> 1513 <id>America/Indiana/Knox</id> 1514 <id>America/Menominee</id> 1515 <id>America/North_Dakota/Center</id> 1516 <id>America/North_Dakota/New_Salem</id> 1517 <id>America/Indiana/Tell_City</id> 1518 <id>America/North_Dakota/Beulah</id> 1519 1520 <!-- -7:00 --> 1521 <id>America/Denver</id> 1522 <id>America/Boise</id> 1523 <id>America/Phoenix</id> 1524 1525 <!-- -8:00 --> 1526 <id>America/Los_Angeles</id> 1527 1528 <!-- -9:00 --> 1529 <id>America/Anchorage</id> 1530 <id>America/Juneau</id> 1531 <id>America/Yakutat</id> 1532 <id>America/Nome</id> 1533 <id>America/Metlakatla</id> 1534 <id>America/Sitka</id> 1535 1536 <!-- -10:00 --> 1537 <id>Pacific/Honolulu</id> 1538 <id>America/Adak</id> 1539 </country> 1540 1541 <!-- URUGUAY, -3:00 --> 1542 <country code="uy"> 1543 <id>America/Montevideo</id> 1544 </country> 1545 1546 <!-- UZBEKISTAN, 5:00 --> 1547 <country code="uz"> 1548 <id>Asia/Tashkent</id> 1549 <id>Asia/Samarkand</id> 1550 </country> 1551 1552 <!-- HOLY SEE (VATICAN CITY STATE), 1:00 --> 1553 <country code="va"> 1554 <id>Europe/Vatican</id> 1555 </country> 1556 1557 <!-- SAINT VINCENT AND THE GRENADINES, -4:00 --> 1558 <country code="vc"> 1559 <id>America/St_Vincent</id> 1560 </country> 1561 1562 <!-- VENEZUELA, -4:00 --> 1563 <country code="ve"> 1564 <id>America/Caracas</id> 1565 </country> 1566 1567 <!-- VIRGIN ISLANDS, BRITISH, -4:00 --> 1568 <country code="vg"> 1569 <id>America/Tortola</id> 1570 </country> 1571 1572 <!-- VIRGIN ISLANDS, U.S., -4:00 --> 1573 <country code="vi"> 1574 <id>America/St_Thomas</id> 1575 </country> 1576 1577 <!-- VIET NAM, 7:00 --> 1578 <country code="vn"> 1579 <id>Asia/Ho_Chi_Minh</id> 1580 </country> 1581 1582 <!-- VANUATU, 11:00 --> 1583 <country code="vu"> 1584 <id>Pacific/Efate</id> 1585 </country> 1586 1587 <!-- WALLIS AND FUTUNA, 12:00 --> 1588 <country code="wf"> 1589 <id>Pacific/Wallis</id> 1590 </country> 1591 1592 <!-- SAMOA, 13:00 --> 1593 <country code="ws"> 1594 <id>Pacific/Apia</id> 1595 </country> 1596 1597 <!-- YEMEN, 3:00 --> 1598 <country code="ye"> 1599 <id>Asia/Aden</id> 1600 </country> 1601 1602 <!-- MAYOTTE, 3:00 --> 1603 <country code="yt"> 1604 <id>Indian/Mayotte</id> 1605 </country> 1606 1607 <!-- SOUTH AFRICA, 2:00 --> 1608 <country code="za"> 1609 <id>Africa/Johannesburg</id> 1610 </country> 1611 1612 <!-- ZAMBIA, 2:00 --> 1613 <country code="zm"> 1614 <id>Africa/Lusaka</id> 1615 </country> 1616 1617 <!-- ZIMBABWE, 2:00 --> 1618 <country code="zw"> 1619 <id>Africa/Harare</id> 1620 </country> 1621 </countryzones> 1622 </timezones> 1623