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