[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: US daylight savings for 2007
From: |
Kevin Ryde |
Subject: |
Re: US daylight savings for 2007 |
Date: |
Sun, 24 Dec 2006 11:59:42 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
"Robert J. Chassell" <address@hidden> writes:
>
> ;; 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))
Yes. I was proposing to make that the default in the code, following
the way the manual says that the code defaults to current US rules.
(Not that the default in the code will be often reached these days,
certainly it's not on a gnu system.)