*** cal-dst.el.~1.26.~ 2006-12-15 07:15:51.000000000 +1100 --- cal-dst.el 2006-12-20 15:55:22.000000000 +1100 *************** *** 346,352 **** (nth 4 calendar-current-time-zone-cache)))) (if expr (eval expr))) (and (not (zerop calendar-daylight-time-offset)) ! (calendar-nth-named-day 1 0 4 year)))) (defun calendar-dst-ends (year) "Return the date of YEAR on which Daylight Saving Time ends. --- 346,352 ---- (nth 4 calendar-current-time-zone-cache)))) (if expr (eval expr))) (and (not (zerop calendar-daylight-time-offset)) ! (calendar-nth-named-day 2 0 3 year)))) (defun calendar-dst-ends (year) "Return the date of YEAR on which Daylight Saving Time ends. *************** *** 356,362 **** (nth 5 calendar-current-time-zone-cache)))) (if expr (eval expr))) (and (not (zerop calendar-daylight-time-offset)) ! (calendar-nth-named-day -1 0 10 year)))) ;;;###autoload --- 356,362 ---- (nth 5 calendar-current-time-zone-cache)))) (if expr (eval expr))) (and (not (zerop calendar-daylight-time-offset)) ! (calendar-nth-named-day 1 0 11 year)))) ;;;###autoload