Variable: calendar-chinese-daylight-saving-start-time

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

Value

0

Documentation

Number of minutes after midnight that daylight saving time starts.

Default is for no daylight saving time.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-china.el.gz
(defcustom calendar-chinese-daylight-saving-start-time 0
  "Number of minutes after midnight that daylight saving time starts.
Default is for no daylight saving time."
  :type 'integer
  :group 'calendar-chinese)