Files
amiga-tz/northamerica
T

125 lines
4.4 KiB
Plaintext
Raw Normal View History

1986-03-02 21:03:02 -05:00
# %W%
1986-07-26 18:31:57 -04:00
# US Daylight Saving Time ended on the last Sunday of *October* in 1974.
# See, for example, the front page of the Saturday, October 26, 1974
# and Sunday, October 27, 1974 editions of the Washington Post.
# Note also this from seismo!munnari!kre:
1986-03-02 21:03:02 -05:00
# "I recall also being told by someone once that Canada didn't have
# the DST variations in 74/75 that the US did, but I am not nearly
# sure enough of this to add anything."
1986-07-26 18:31:57 -04:00
# The above has been confirmed by Bob Devine; we'll go with it here.
1986-07-09 10:23:51 -04:00
1986-03-02 21:03:02 -05:00
# Before the Uniform Time Act of 1966 took effect in 1967, observance of
1986-03-03 22:48:03 -05:00
# Daylight Saving Time in the US was by local option, except during wartime.
1986-03-02 21:03:02 -05:00
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1986-12-26 22:35:35 -05:00
Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
Rule US 1918 1919 - Oct lastSun 2:00 0 S
Rule US 1942 only - Feb 9 2:00 1:00 W # War
Rule US 1945 only - Sep 30 2:00 0 S
Rule US 1967 max - Oct lastSun 2:00 0 S
Rule US 1967 1973 - Apr lastSun 2:00 1:00 D
Rule US 1974 only - Jan 6 2:00 1:00 D
Rule US 1975 only - Feb 23 2:00 1:00 D
Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
Rule US 1987 max - Apr Sun>=1 2:00 1:00 D
1986-03-02 21:03:02 -05:00
###############################################################################
# New names
1986-11-24 15:49:59 -05:00
# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
1986-12-26 22:35:35 -05:00
Zone US/Eastern -5:00 US E%sT
Zone US/Central -6:00 US C%sT
Zone US/Mountain -7:00 US M%sT
Zone US/Pacific -8:00 US P%sT
Zone US/Yukon -9:00 US Y%sT
1986-03-02 21:03:02 -05:00
1986-11-15 20:05:50 -05:00
# Mainland US areas that are always Standard as of 1986.
1986-03-03 22:48:03 -05:00
1988-02-10 20:17:35 -05:00
Zone US/East-Indiana -5:00 US E%sT 1946
-5:00 - EST # Always EST as of 1986
Zone US/Arizona -7:00 US M%sT 1946
-7:00 - MST # Always MST as of 1986
1986-03-03 22:48:03 -05:00
1988-01-02 16:03:08 -05:00
# However. . .a writer from the Inter Tribal Council of Arizona, Inc.,
# notes in private correspondence dated 12/28/87 that "Presently, only the
# Navajo Nation participates in the Daylight Saving Time policy, due to its
# large size and location in three states."
Link US/Mountain Navajo
1988-02-10 20:17:35 -05:00
# Bob Devine notes that "Michigan didn't observe DST from 1968 to 1973."
Zone US/Michigan -5:00 US E%sT 1968
-5:00 - EST 1973
-5:00 US E%sT
1986-03-03 22:48:03 -05:00
# And then there's Hawaii.
1986-10-30 13:57:33 -05:00
# DST was observed for one day in 1933;
# Standard time was change by half an hour in 1947;
1987-02-19 08:49:04 -05:00
# it's always standard as of 1986.
1986-03-03 22:48:03 -05:00
1986-12-26 22:35:35 -05:00
Zone US/Hawaii -10:30 US H%sT 1933 Apr 30 2:00
1986-11-15 20:05:50 -05:00
-10:30 1:00 HDT 1933 May 1 2:00
1986-12-26 22:35:35 -05:00
-10:30 US H%sT 1947 Jun 8 2:00
1986-10-30 13:57:33 -05:00
-10:00 - HST
1986-07-26 18:31:57 -04:00
1986-12-02 19:00:23 -05:00
# Old names, for S5 users
# Link LINK-FROM LINK-TO
Link US/Eastern EST5EDT
Link US/Central CST6CDT
Link US/Mountain MST7MDT
Link US/Pacific PST8PDT
Link US/East-Indiana EST
Link US/Arizona MST
Link US/Hawaii HST
1986-07-26 18:31:57 -04:00
################################################################################
# Canada is reportedly lots easier than the US--leastways since 1951.
# I don't know what they did before then.
1986-08-28 09:44:08 -04:00
# 4.3BSD claims that it's perfectly regular.
1987-02-19 08:31:58 -05:00
# According to a posting in "comp.bugs.misc", "comp.unix.wizards", etc.
# on February 8, 1987, by Dave Sherman of the Law Society of Upper Canada,
# "...Canada (well, Ontario and at least some of the other provinces) are
# adopting the new daylight savings time rules...". We assume all of
# Canada is doing so.
1986-07-26 18:31:57 -04:00
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
1987-02-19 08:31:58 -05:00
Rule Canada 1969 max - Oct lastSun 2:00 0 S
Rule Canada 1969 1986 - Apr lastSun 2:00 1:00 D
Rule Canada 1987 max - Apr Sun>=1 2:00 1:00 D
1986-07-26 18:31:57 -04:00
1986-11-15 20:05:50 -05:00
# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
1986-08-28 09:44:08 -04:00
# Bob Devine says that DST *is* observed in Newfoundland
1986-11-15 20:05:50 -05:00
Zone Canada/Newfoundland -3:30 Canada N%sT
Zone Canada/Atlantic -4:00 Canada A%sT
Zone Canada/Eastern -5:00 Canada E%sT
Zone Canada/Central -6:00 Canada C%sT
1987-04-12 13:01:43 -04:00
Zone Canada/East-Saskatchewan -6:00 - CST # No DST as of 1987
1986-11-15 20:05:50 -05:00
Zone Canada/Mountain -7:00 Canada M%sT
Zone Canada/Pacific -8:00 Canada P%sT
Zone Canada/Yukon -9:00 Canada Y%sT
1986-07-26 18:31:57 -04:00
1986-11-24 15:49:59 -05:00
################################################################################
1988-01-02 16:03:08 -05:00
# Mexico
# Rules are from the Official Airline Guide, Worldwide Edition, for 1987.
# Rules prior to 1987 are unknown.
# The comments in the OAG say "Only Ensenada, Mexicale, San Felipe and Tijuana
# observe DST." This is presumably Baja California Norte, above 28th parallel,
# as listed there; Mexico/BajaSur is for "Baja California Sur and N. Pacific
# Coast (States of Sinaloa and Sonora)."
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
Rule Mexico 1987 max - Oct lastSun 2:00 0 S
Rule Mexico 1987 max - Apr Sun>=1 2:00 1:00 D
# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
Zone Mexico/BajaNorte -8:00 Mexico P%sT
Zone Mexico/BajaSur -7:00 - MST
Zone Mexico/General -6:00 - CST