Mercurial > emacs
changeset 74871:07a95dc49e5a
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Dec 2006 02:59:28 +0000 |
parents | 06cc5e77c85a |
children | 789e50a3feec |
files | lisp/calendar/cal-dst.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-dst.el Sun Dec 24 02:58:41 2006 +0000 +++ b/lisp/calendar/cal-dst.el Sun Dec 24 02:59:28 2006 +0000 @@ -346,6 +346,7 @@ (cadr (calendar-dst-find-startend year)) (nth 4 calendar-current-time-zone-cache)))) (if expr (eval expr))) + ;; New US rules commencing 2007. ftp://elsie.nci.nih.gov/pub/. (and (not (zerop calendar-daylight-time-offset)) (calendar-nth-named-day 2 0 3 year)))) @@ -356,6 +357,7 @@ (nth 2 (calendar-dst-find-startend year)) (nth 5 calendar-current-time-zone-cache)))) (if expr (eval expr))) + ;; New US rules commencing 2007. ftp://elsie.nci.nih.gov/pub/. (and (not (zerop calendar-daylight-time-offset)) (calendar-nth-named-day 1 0 11 year))))