Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Unified Diff: icu46/source/tools/tzcode/tz.alias

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/tools/tzcode/scheck.c ('k') | icu46/source/tools/tzcode/tz2icu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/tools/tzcode/tz.alias
===================================================================
--- icu46/source/tools/tzcode/tz.alias (revision 0)
+++ icu46/source/tools/tzcode/tz.alias (revision 0)
@@ -0,0 +1,56 @@
+#
+# !!!! WARNING !!!!!
+#
+# This file is OBSOLLETE and no longer used by ICU tzdata build tool.
+# Use the file 'icuzones' to specify backward compatibility aliases.
+#
+# 2007-04-03 Yoshito Umaoka
+#
+
+######################################################################
+# Copyright (C) 1999-2007, International Business Machines
+# Corporation and others. All Rights Reserved.
+######################################################################
+# A simple alias list. We use this to retain backward compatibility.
+# For example, ICU has always defined the zone name "PST" to indicate
+# the zone America/Los_Angeles. Unless we continue to have a zone with
+# this ID, legacy code may break.
+#
+# This list is read by tz2icu to incorporate legacy ICU zone aliases
+# into the ICU system zone data.
+#
+# Format: alias_name unix_name # optional comment
+
+#### Aliases that conflict with Olson compatibility Zone definition
+
+ACT Australia/Darwin
+AET Australia/Sydney
+AGT America/Buenos_Aires
+ART Africa/Cairo
+AST America/Anchorage
+BET America/Sao_Paulo
+BST Asia/Dhaka # spelling changed in 2000h; was Asia/Dacca
+CAT Africa/Harare
+CNT America/St_Johns
+CST America/Chicago
+CTT Asia/Shanghai
+EAT Africa/Addis_Ababa
+ECT Europe/Paris
+# EET Europe/Istanbul # EET is a standard UNIX zone
+#### EST America/New_York # Defined as -05:00
+#### HST Pacific/Honolulu # Defined as -10:00
+IET America/Indianapolis
+IST Asia/Calcutta
+JST Asia/Tokyo
+# MET Asia/Tehran # MET is a standard UNIX zone
+MIT Pacific/Apia
+#### MST America/Denver # Defined as -07:00
+NET Asia/Yerevan
+NST Pacific/Auckland
+PLT Asia/Karachi
+PNT America/Phoenix
+PRT America/Puerto_Rico
+PST America/Los_Angeles
+SST Pacific/Guadalcanal
+# UTC Etc/UTC # Olson LINK
+VST Asia/Saigon
« no previous file with comments | « icu46/source/tools/tzcode/scheck.c ('k') | icu46/source/tools/tzcode/tz2icu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698