Variable: calendar-chinese-daylight-time-offset

calendar-chinese-daylight-time-offset is a customizable variable defined in cal-china.el.gz.

Value

0

Documentation

Minutes difference between daylight saving and standard time.

Default is for no daylight saving time.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-china.el.gz
(defcustom calendar-chinese-daylight-time-offset 0
;; The correct value is as follows, but the Chinese calendrical
;; authorities do NOT use DST in determining astronomical events:
;;  60
  "Minutes difference between daylight saving and standard time.
Default is for no daylight saving time."
  :type 'integer
  :group 'calendar-chinese)