| OLD | NEW |
| 1 ###################################################################### | 1 ###################################################################### |
| 2 # Copyright (C) 2007-2010, International Business Machines | 2 # Copyright (C) 2007-2014, International Business Machines |
| 3 # Corporation and others. All Rights Reserved. | 3 # Corporation and others. All Rights Reserved. |
| 4 ###################################################################### | 4 ###################################################################### |
| 5 # This is an ICU-specific file with the same format as regular | 5 # This is an ICU-specific file with the same format as regular |
| 6 # tzdata time zone files, for consistent parsing by the tools that | 6 # tzdata time zone files, for consistent parsing by the tools that |
| 7 # turn "Olson" tzdata into ICU's zoneinfo.txt. | 7 # turn "Olson" tzdata into ICU's zoneinfo.txt. |
| 8 # The purpose of this file is to give ICU a superset of the time zones | 8 # The purpose of this file is to give ICU a superset of the time zones |
| 9 # that are in CLDR and also include legacy ICU time zones originally | 9 # that are in CLDR and also include legacy ICU time zones originally |
| 10 # in tz.alias for rataining backward compatibility. | 10 # in tz.alias for rataining backward compatibility. |
| 11 | 11 |
| 12 # Add Etc/Unknown, defined by CLDR. Give it Etc/GMT behavior. | 12 # Add Etc/Unknown, defined by CLDR. Give it Etc/GMT behavior. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 #### Aliases that conflict with Olson compatibility Zone definition | 39 #### Aliases that conflict with Olson compatibility Zone definition |
| 40 | 40 |
| 41 Link Australia/Darwin ACT | 41 Link Australia/Darwin ACT |
| 42 Link Australia/Sydney AET | 42 Link Australia/Sydney AET |
| 43 Link America/Argentina/Buenos_Aires AGT | 43 Link America/Argentina/Buenos_Aires AGT |
| 44 Link Africa/Cairo ART | 44 Link Africa/Cairo ART |
| 45 Link America/Anchorage AST | 45 Link America/Anchorage AST |
| 46 Link America/Sao_Paulo BET | 46 Link America/Sao_Paulo BET |
| 47 Link Asia/Dhaka BST | 47 Link Asia/Dhaka BST |
| 48 Link Africa/Harare CAT | 48 Link Africa/Maputo CAT |
| 49 Link America/St_Johns CNT | 49 Link America/St_Johns CNT |
| 50 Link America/Chicago CST | 50 Link America/Chicago CST |
| 51 Link Asia/Shanghai CTT | 51 Link Asia/Shanghai CTT |
| 52 Link Africa/Addis_Ababa EAT | 52 Link Africa/Addis_Ababa EAT |
| 53 Link Europe/Paris ECT | 53 Link Europe/Paris ECT |
| 54 #Link Europe/Istanbul EET # EET is a standard UNIX zone | 54 #Link Europe/Istanbul EET # EET is a standard UNIX zone |
| 55 ####Link EST America/New_York EST # Defined as -05:00 | 55 ####Link EST America/New_York EST # Defined as -05:00 |
| 56 ####Link Pacific/Honolulu HST # Defined as -10:00 | 56 ####Link Pacific/Honolulu HST # Defined as -10:00 |
| 57 Link America/Indiana/Indianapolis IET | 57 Link America/Indiana/Indianapolis IET |
| 58 Link Asia/Kolkata IST | 58 Link Asia/Kolkata IST |
| 59 Link Asia/Tokyo JST | 59 Link Asia/Tokyo JST |
| 60 #Link Asia/Tehran MET # MET is a standard UNIX zone | 60 #Link Asia/Tehran MET # MET is a standard UNIX zone |
| 61 Link Pacific/Apia MIT | 61 Link Pacific/Apia MIT |
| 62 ####Link America/Denver MST # Defined as -07:00 | 62 ####Link America/Denver MST # Defined as -07:00 |
| 63 Link Asia/Yerevan NET | 63 Link Asia/Yerevan NET |
| 64 Link Pacific/Auckland NST | 64 Link Pacific/Auckland NST |
| 65 Link Asia/Karachi PLT | 65 Link Asia/Karachi PLT |
| 66 Link America/Phoenix PNT | 66 Link America/Phoenix PNT |
| 67 Link America/Puerto_Rico PRT | 67 Link America/Puerto_Rico PRT |
| 68 Link America/Los_Angeles PST | 68 Link America/Los_Angeles PST |
| 69 Link Pacific/Guadalcanal SST | 69 Link Pacific/Guadalcanal SST |
| 70 #Link Etc/UTC UTC # Olson LINK | 70 #Link Etc/UTC UTC # Olson LINK |
| 71 Link Asia/Ho_Chi_Minh VST | 71 Link Asia/Ho_Chi_Minh VST |
| OLD | NEW |