Variable: calendar-dst-transition-cache

calendar-dst-transition-cache is a variable defined in cal-dst.el.gz.

Value

nil

Documentation

Internal cal-dst variable storing date of daylight saving time transitions.

Value is a list with elements of the form (YEAR START END), where START and END are expressions that when evaluated return the start and end dates (respectively) for DST in YEAR. Used by the function calendar-dst-find-startend.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-dst.el.gz
(defvar calendar-dst-transition-cache nil
  "Internal cal-dst variable storing date of daylight saving time transitions.
Value is a list with elements of the form (YEAR START END), where
START and END are expressions that when evaluated return the
start and end dates (respectively) for DST in YEAR.  Used by the
function `calendar-dst-find-startend'.")