1#
2# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25# JDK 1.1.x compatible time zone IDs
26#
27
28# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
29Rule	SystemV	min	1973	-	Apr	lastSun	2:00	1:00	D
30Rule	SystemV	min	1973	-	Oct	lastSun	2:00	0	S
31Rule	SystemV	1974	only	-	Jan	6	2:00	1:00	D
32Rule	SystemV	1974	only	-	Nov	lastSun	2:00	0	S
33Rule	SystemV	1975	only	-	Feb	23	2:00	1:00	D
34Rule	SystemV	1975	only	-	Oct	lastSun	2:00	0	S
35Rule	SystemV	1976	max	-	Apr	lastSun	2:00	1:00	D
36Rule	SystemV	1976	max	-	Oct	lastSun	2:00	0	S
37
38# Zone	NAME		GMTOFF	RULES/SAVE	FORMAT	[UNTIL]
39Zone	SystemV/AST4ADT	-4:00	SystemV		A%sT
40Zone	SystemV/EST5EDT	-5:00	SystemV		E%sT
41Zone	SystemV/CST6CDT	-6:00	SystemV		C%sT
42Zone	SystemV/MST7MDT	-7:00	SystemV		M%sT
43Zone	SystemV/PST8PDT	-8:00	SystemV		P%sT
44Zone	SystemV/YST9YDT	-9:00	SystemV		Y%sT
45Zone	SystemV/AST4	-4:00	-		AST
46Zone	SystemV/EST5	-5:00	-		EST
47Zone	SystemV/CST6	-6:00	-		CST
48Zone	SystemV/MST7	-7:00	-		MST
49Zone	SystemV/PST8	-8:00	-		PST
50Zone	SystemV/YST9	-9:00	-		YST
51Zone	SystemV/HST10	-10:00	-		HST
52