]>
Commit | Line | Data |
---|---|---|
b75a7d8f | 1 | ###################################################################### |
374ca955 | 2 | # Copyright (C) 1999-2004, International Business Machines |
b75a7d8f A |
3 | # Corporation and others. All Rights Reserved. |
4 | ###################################################################### | |
5 | # A simple alias list. We use this to retain backward compatibility. | |
6 | # For example, ICU has always defined the zone name "PST" to indicate | |
7 | # the zone America/Los_Angeles. Unless we continue to have a zone with | |
8 | # this ID, legacy code may break. | |
9 | # | |
374ca955 A |
10 | # This list is read by tz2icu to incorporate legacy ICU zone aliases |
11 | # into the ICU system zone data. | |
b75a7d8f A |
12 | # |
13 | # Format: alias_name unix_name # optional comment | |
14 | ||
374ca955 A |
15 | #### Aliases that conflict with Olson compatibility links |
16 | ||
b75a7d8f A |
17 | ACT Australia/Darwin |
18 | AET Australia/Sydney | |
19 | AGT America/Buenos_Aires | |
20 | ART Africa/Cairo | |
21 | AST America/Anchorage | |
22 | BET America/Sao_Paulo | |
23 | BST Asia/Dhaka # spelling changed in 2000h; was Asia/Dacca | |
24 | CAT Africa/Harare | |
25 | CNT America/St_Johns | |
26 | CST America/Chicago | |
27 | CTT Asia/Shanghai | |
28 | EAT Africa/Addis_Ababa | |
29 | ECT Europe/Paris | |
30 | # EET Europe/Istanbul # EET is a standard UNIX zone | |
374ca955 A |
31 | #### EST America/New_York # Linked to America/Indianapolis in Olson |
32 | # HST Pacific/Honolulu # Olson LINK | |
b75a7d8f A |
33 | IET America/Indianapolis |
34 | IST Asia/Calcutta | |
35 | JST Asia/Tokyo | |
36 | # MET Asia/Tehran # MET is a standard UNIX zone | |
37 | MIT Pacific/Apia | |
374ca955 | 38 | #### MST America/Denver # Linked to America/Phoenix in Olson |
b75a7d8f A |
39 | NET Asia/Yerevan |
40 | NST Pacific/Auckland | |
41 | PLT Asia/Karachi | |
42 | PNT America/Phoenix | |
43 | PRT America/Puerto_Rico | |
44 | PST America/Los_Angeles | |
45 | SST Pacific/Guadalcanal | |
374ca955 | 46 | # UTC Etc/UTC # Olson LINK |
b75a7d8f | 47 | VST Asia/Saigon |