Variable: calendar-chinese-daylight-saving-end

calendar-chinese-daylight-saving-end is a customizable variable defined in cal-china.el.gz.

Value

nil

Documentation

Sexp giving the date on which daylight saving time ends.

Default is for no daylight saving time. See documentation of calendar-daylight-savings-ends.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-china.el.gz
(defcustom calendar-chinese-daylight-saving-end nil
;; The correct value is as follows, but the Chinese calendrical
;; authorities do NOT use DST in determining astronomical events:
;;  '(if (<= 1986 year) (calendar-nth-named-day 1 0 9 year 11))
  "Sexp giving the date on which daylight saving time ends.
Default is for no daylight saving time.  See documentation of
`calendar-daylight-savings-ends'."
  :type 'sexp
  :risky t
  :group 'calendar-chinese)