systemv revision 707182d7330b4babcb29036eb83289a27dc0d513
5023N/A# <pre>
5023N/A# @(#)systemv 8.2
5023N/A# This file is in the public domain, so clarified as of
5023N/A# 2009-05-17 by Arthur David Olson.
5023N/A
5023N/A# Old rules, should the need arise.
5023N/A# No attempt is made to handle Newfoundland, since it cannot be expressed
5023N/A# using the System V "TZ" scheme (half-hour offset), or anything outside
5023N/A# North America (no support for non-standard DST start/end dates), nor
5023N/A# the changes in the DST rules in the US after 1976 (which occurred after
5023N/A# the old rules were written).
5023N/A#
5023N/A# If you need the old rules, uncomment ## lines.
5023N/A# Compile this *without* leap second correction for true conformance.
5023N/A
5023N/A# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
5023N/ARule SystemV min 1973 - Apr lastSun 2:00 1:00 D
5023N/ARule SystemV min 1973 - Oct lastSun 2:00 0 S
5023N/ARule SystemV 1974 only - Jan 6 2:00 1:00 D
5023N/ARule SystemV 1974 only - Nov lastSun 2:00 0 S
5023N/ARule SystemV 1975 only - Feb 23 2:00 1:00 D
5023N/ARule SystemV 1975 only - Oct lastSun 2:00 0 S
5023N/ARule SystemV 1976 max - Apr lastSun 2:00 1:00 D
5023N/ARule SystemV 1976 max - Oct lastSun 2:00 0 S
5023N/A
5023N/A# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
5023N/A## Zone SystemV/AST4ADT -4:00 SystemV A%sT
5023N/A## Zone SystemV/EST5EDT -5:00 SystemV E%sT
5023N/A## Zone SystemV/CST6CDT -6:00 SystemV C%sT
5023N/A## Zone SystemV/MST7MDT -7:00 SystemV M%sT
5023N/A## Zone SystemV/PST8PDT -8:00 SystemV P%sT
5023N/A## Zone SystemV/YST9YDT -9:00 SystemV Y%sT
5023N/A## Zone SystemV/AST4 -4:00 - AST
5023N/A## Zone SystemV/EST5 -5:00 - EST
5023N/A## Zone SystemV/CST6 -6:00 - CST
5023N/A## Zone SystemV/MST7 -7:00 - MST
5023N/A## Zone SystemV/PST8 -8:00 - PST
5045N/A## Zone SystemV/YST9 -9:00 - YST
5023N/A## Zone SystemV/HST10 -10:00 - HST
5023N/A