# HG changeset patch # User Richard M. Stallman # Date 1166929168 0 # Node ID 07a95dc49e5a1f2401b3ac668ee662be62d4d3f0 # Parent 06cc5e77c85adc867397de346783a311145cfd45 Comment change. diff -r 06cc5e77c85a -r 07a95dc49e5a lisp/calendar/cal-dst.el --- 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))))