unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Cc: emacs-devel@gnu.org
Subject: Re: US daylight savings for 2007
Date: Thu, 21 Dec 2006 12:22:28 +0000 (UTC)	[thread overview]
Message-ID: <m1GxMwO-0004EsC@rattlesnake.com> (raw)
In-Reply-To: <877iwm6x6e.fsf@zip.com.au> (message from Kevin Ryde on Thu, 21 Dec 2006 09:04:57 +1100)

According to 
    http://www.answers.com/topic/daylight-saving-time
on 2006 Mar 25

    In 1987 federal legislation fixed the period of daylight saving
    time in the United States as the first Sunday (previously the last
    Sunday) in April to the last Sunday in October; it was expanded in
    2005 (effective 2007) to extend from the second Sunday in March to
    the first Sunday in November. Arizona, Hawaii, and sections of
    Indiana do not use daylight saving time.

Thus, if you are in the US, in your .emacs file, put the following:

;; effective 2007, in the US, daylight saving time extends from
;; the second Sunday in March to the first Sunday in November.
;;   In 2007, daylight time begins on March 11 and ends on November 4. 
;;   In 2008, daylight time begins on March 9  and ends on November 2.

;; second Sunday in March 
(setq calendar-daylight-savings-starts '(calendar-nth-named-day 2 0 3 year))
;; first Sunday in November
(setq calendar-daylight-savings-ends '(calendar-nth-named-day 1 0 11 year))

  reply	other threads:[~2006-12-21 12:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 22:04 US daylight savings for 2007 Kevin Ryde
2006-12-21 12:22 ` Robert J. Chassell [this message]
2006-12-24  0:59   ` Kevin Ryde
2006-12-24 17:09     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1GxMwO-0004EsC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).