xref: /onnv-gate/usr/src/cmd/zic/pacificnew (revision 9756:45e65ebadd04)
1*9756SNobutomo.Nakano@Sun.COM# <pre>
2*9756SNobutomo.Nakano@Sun.COM# @(#)pacificnew	8.2
3*9756SNobutomo.Nakano@Sun.COM# This file is in the public domain, so clarified as of
4*9756SNobutomo.Nakano@Sun.COM# 2009-05-17 by Arthur David Olson.
50Sstevel@tonic-gate
60Sstevel@tonic-gate# From Arthur David Olson (1989-04-05):
70Sstevel@tonic-gate# On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill
80Sstevel@tonic-gate# establishing "Pacific Presidential Election Time"; it was not acted on
90Sstevel@tonic-gate# by the Senate or signed into law by the President.
100Sstevel@tonic-gate# You might want to change the "PE" (Presidential Election) below to
110Sstevel@tonic-gate# "Q" (Quadrennial) to maintain three-character zone abbreviations.
120Sstevel@tonic-gate# If you're really conservative, you might want to change it to "D".
130Sstevel@tonic-gate# Avoid "L" (Leap Year), which won't be true in 2100.
140Sstevel@tonic-gate
150Sstevel@tonic-gate# If Presidential Election Time is ever established, replace "XXXX" below
160Sstevel@tonic-gate# with the year the law takes effect and uncomment the "##" lines.
170Sstevel@tonic-gate
180Sstevel@tonic-gate# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
190Sstevel@tonic-gate## Rule	Twilite	XXXX	max	-	Apr	Sun>=1	2:00	1:00	D
200Sstevel@tonic-gate## Rule	Twilite	XXXX	max	uspres	Oct	lastSun	2:00	1:00	PE
210Sstevel@tonic-gate## Rule	Twilite	XXXX	max	uspres	Nov	Sun>=7	2:00	0	S
220Sstevel@tonic-gate## Rule	Twilite	XXXX	max	nonpres	Oct	lastSun	2:00	0	S
230Sstevel@tonic-gate
240Sstevel@tonic-gate# Zone	NAME			GMTOFF	RULES/SAVE	FORMAT	[UNTIL]
250Sstevel@tonic-gate## Zone	America/Los_Angeles-PET	-8:00	US		P%sT	XXXX
260Sstevel@tonic-gate##				-8:00	Twilite		P%sT
270Sstevel@tonic-gate
280Sstevel@tonic-gate# For now...
290Sstevel@tonic-gateLink	America/Los_Angeles	US/Pacific-New	##
30