1 # <pre>
   2 # This file is in the public domain, so clarified as of
   3 # 2009-05-17 by Arthur David Olson.
   4 
   5 # From Arthur David Olson (1989-04-05):
   6 # On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill
   7 # establishing "Pacific Presidential Election Time"; it was not acted on
   8 # by the Senate or signed into law by the President.
   9 # You might want to change the "PE" (Presidential Election) below to
  10 # "Q" (Quadrennial) to maintain three-character zone abbreviations.
  11 # If you're really conservative, you might want to change it to "D".
  12 # Avoid "L" (Leap Year), which won't be true in 2100.
  13 
  14 # If Presidential Election Time is ever established, replace "XXXX" below
  15 # with the year the law takes effect and uncomment the "##" lines.
  16 
  17 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  18 ## Rule Twilite XXXX    max     -       Apr     Sun>=1       2:00    1:00    D
  19 ## Rule Twilite XXXX    max     uspres  Oct     lastSun 2:00    1:00    PE
  20 ## Rule Twilite XXXX    max     uspres  Nov     Sun>=7       2:00    0       S
  21 ## Rule Twilite XXXX    max     nonpres Oct     lastSun 2:00    0       S
  | 
   1 # This file is in the public domain, so clarified as of
   2 # 2009-05-17 by Arthur David Olson.
   3 
   4 # From Arthur David Olson (1989-04-05):
   5 # On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill
   6 # establishing "Pacific Presidential Election Time"; it was not acted on
   7 # by the Senate or signed into law by the President.
   8 # You might want to change the "PE" (Presidential Election) below to
   9 # "Q" (Quadrennial) to maintain three-character zone abbreviations.
  10 # If you're really conservative, you might want to change it to "D".
  11 # Avoid "L" (Leap Year), which won't be true in 2100.
  12 
  13 # If Presidential Election Time is ever established, replace "XXXX" below
  14 # with the year the law takes effect and uncomment the "##" lines.
  15 
  16 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  17 ## Rule Twilite XXXX    max     -       Apr     Sun>=1       2:00    1:00    D
  18 ## Rule Twilite XXXX    max     uspres  Oct     lastSun 2:00    1:00    PE
  19 ## Rule Twilite XXXX    max     uspres  Nov     Sun>=7       2:00    0       S
  20 ## Rule Twilite XXXX    max     nonpres Oct     lastSun 2:00    0       S
  |