intl/icu/source/tools/tzcode/icuzones

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/tzcode/icuzones	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,71 @@
     1.4 +######################################################################
     1.5 +# Copyright (C) 2007-2010, International Business Machines
     1.6 +# Corporation and others.  All Rights Reserved.
     1.7 +######################################################################
     1.8 +# This is an ICU-specific file with the same format as regular
     1.9 +# tzdata time zone files, for consistent parsing by the tools that
    1.10 +# turn "Olson" tzdata into ICU's zoneinfo.txt.
    1.11 +# The purpose of this file is to give ICU a superset of the time zones
    1.12 +# that are in CLDR and also include legacy ICU time zones originally
    1.13 +# in tz.alias for rataining backward compatibility.
    1.14 +
    1.15 +# Add Etc/Unknown, defined by CLDR. Give it Etc/GMT behavior.
    1.16 +
    1.17 +# Zone	NAME		GMTOFF	RULES	FORMAT
    1.18 +Zone	Etc/Unknown	0	-	Unknown
    1.19 +
    1.20 +# SystemV time zones.
    1.21 +# The Olson systemv file has these commented out.
    1.22 +
    1.23 +# Zone	NAME		GMTOFF	RULES/SAVE	FORMAT	[UNTIL]
    1.24 +Zone	SystemV/AST4ADT	-4:00	SystemV		A%sT
    1.25 +Zone	SystemV/EST5EDT	-5:00	SystemV		E%sT
    1.26 +Zone	SystemV/CST6CDT	-6:00	SystemV		C%sT
    1.27 +Zone	SystemV/MST7MDT	-7:00	SystemV		M%sT
    1.28 +Zone	SystemV/PST8PDT	-8:00	SystemV		P%sT
    1.29 +Zone	SystemV/YST9YDT	-9:00	SystemV		Y%sT
    1.30 +Zone	SystemV/AST4	-4:00	-		AST
    1.31 +Zone	SystemV/EST5	-5:00	-		EST
    1.32 +Zone	SystemV/CST6	-6:00	-		CST
    1.33 +Zone	SystemV/MST7	-7:00	-		MST
    1.34 +Zone	SystemV/PST8	-8:00	-		PST
    1.35 +Zone	SystemV/YST9	-9:00	-		YST
    1.36 +Zone	SystemV/HST10	-10:00	-		HST
    1.37 +
    1.38 +
    1.39 +# The list below is for supporting legacy ICU zone aliases.
    1.40 +# These definitions were originally defined in tz.alias.
    1.41 +
    1.42 +#### Aliases that conflict with Olson compatibility Zone definition
    1.43 +
    1.44 +Link Australia/Darwin ACT
    1.45 +Link Australia/Sydney AET
    1.46 +Link America/Argentina/Buenos_Aires AGT
    1.47 +Link Africa/Cairo ART
    1.48 +Link America/Anchorage AST
    1.49 +Link America/Sao_Paulo BET
    1.50 +Link Asia/Dhaka BST
    1.51 +Link Africa/Harare CAT
    1.52 +Link America/St_Johns CNT
    1.53 +Link America/Chicago CST
    1.54 +Link Asia/Shanghai CTT
    1.55 +Link Africa/Addis_Ababa EAT
    1.56 +Link Europe/Paris ECT
    1.57 +#Link Europe/Istanbul EET # EET is a standard UNIX zone
    1.58 +####Link EST America/New_York EST # Defined as -05:00
    1.59 +####Link Pacific/Honolulu HST # Defined as -10:00
    1.60 +Link America/Indiana/Indianapolis IET
    1.61 +Link Asia/Kolkata IST
    1.62 +Link Asia/Tokyo JST
    1.63 +#Link Asia/Tehran MET # MET is a standard UNIX zone
    1.64 +Link Pacific/Apia MIT
    1.65 +####Link America/Denver MST # Defined as -07:00
    1.66 +Link Asia/Yerevan NET
    1.67 +Link Pacific/Auckland NST
    1.68 +Link Asia/Karachi PLT
    1.69 +Link America/Phoenix PNT
    1.70 +Link America/Puerto_Rico PRT
    1.71 +Link America/Los_Angeles PST
    1.72 +Link Pacific/Guadalcanal SST
    1.73 +#Link Etc/UTC UTC # Olson LINK
    1.74 +Link Asia/Ho_Chi_Minh VST

mercurial