author | phh |
Sat, 30 Nov 2019 14:33:05 -0800 | |
changeset 59330 | 5b96c12f909d |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
15658 | 1 |
# |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
21805
diff
changeset
|
2 |
# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
15658 | 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 |
|
29 |
Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D |
|
30 |
Rule SystemV min 1973 - Oct lastSun 2:00 0 S |
|
31 |
Rule SystemV 1974 only - Jan 6 2:00 1:00 D |
|
32 |
Rule SystemV 1974 only - Nov lastSun 2:00 0 S |
|
33 |
Rule SystemV 1975 only - Feb 23 2:00 1:00 D |
|
34 |
Rule SystemV 1975 only - Oct lastSun 2:00 0 S |
|
35 |
Rule SystemV 1976 max - Apr lastSun 2:00 1:00 D |
|
36 |
Rule SystemV 1976 max - Oct lastSun 2:00 0 S |
|
37 |
||
38 |
# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] |
|
39 |
Zone SystemV/AST4ADT -4:00 SystemV A%sT |
|
40 |
Zone SystemV/EST5EDT -5:00 SystemV E%sT |
|
41 |
Zone SystemV/CST6CDT -6:00 SystemV C%sT |
|
42 |
Zone SystemV/MST7MDT -7:00 SystemV M%sT |
|
43 |
Zone SystemV/PST8PDT -8:00 SystemV P%sT |
|
44 |
Zone SystemV/YST9YDT -9:00 SystemV Y%sT |
|
45 |
Zone SystemV/AST4 -4:00 - AST |
|
46 |
Zone SystemV/EST5 -5:00 - EST |
|
47 |
Zone SystemV/CST6 -6:00 - CST |
|
48 |
Zone SystemV/MST7 -7:00 - MST |
|
49 |
Zone SystemV/PST8 -8:00 - PST |
|
50 |
Zone SystemV/YST9 -9:00 - YST |
|
51 |
Zone SystemV/HST10 -10:00 - HST |