/[emacs]/emacs/lisp/calendar/cal-dst.el
ViewVC logotype

Diff of /emacs/lisp/calendar/cal-dst.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by pj, Mon Jul 16 07:46:48 2001 UTC revision 1.18.8.1 by miles, Fri Apr 4 06:20:15 2003 UTC
# Line 278  example, -300 for New York City, -480 fo Line 278  example, -300 for New York City, -480 fo
278  (defvar calendar-daylight-time-offset  (defvar calendar-daylight-time-offset
279    (or (car (cdr calendar-current-time-zone-cache)) 60)    (or (car (cdr calendar-current-time-zone-cache)) 60)
280    "*Number of minutes difference between daylight savings and standard time.    "*Number of minutes difference between daylight savings and standard time.
281      
282  If the locale never uses daylight savings time, set this to 0.")  If the locale never uses daylight savings time, set this to 0.")
283    
284  (defvar calendar-standard-time-zone-name  (defvar calendar-standard-time-zone-name
# Line 290  For example, \"EST\" in New York City, \ Line 290  For example, \"EST\" in New York City, \
290    (or (car (nthcdr 3 calendar-current-time-zone-cache)) "EDT")    (or (car (nthcdr 3 calendar-current-time-zone-cache)) "EDT")
291    "*Abbreviated name of daylight-savings time zone at `calendar-location-name'.    "*Abbreviated name of daylight-savings time zone at `calendar-location-name'.
292  For example, \"EDT\" in New York City, \"PDT\" for Los Angeles.")  For example, \"EDT\" in New York City, \"PDT\" for Los Angeles.")
293      
294  ;;;###autoload  ;;;###autoload
295  (put 'calendar-daylight-savings-starts 'risky-local-variable t)  (put 'calendar-daylight-savings-starts 'risky-local-variable t)
296  (defvar calendar-daylight-savings-starts  (defvar calendar-daylight-savings-starts
# Line 331  For example, if daylight savings time en Line 331  For example, if daylight savings time en
331        '(calendar-nth-named-day -1 0 10 year)        '(calendar-nth-named-day -1 0 10 year)
332    
333  If the locale never uses daylight savings time, set this to nil.")  If the locale never uses daylight savings time, set this to nil.")
334      
335  (defvar calendar-daylight-savings-starts-time  (defvar calendar-daylight-savings-starts-time
336    (or (car (nthcdr 6 calendar-current-time-zone-cache)) 120)    (or (car (nthcdr 6 calendar-current-time-zone-cache)) 120)
337    "*Number of minutes after midnight that daylight savings time starts.")    "*Number of minutes after midnight that daylight savings time starts.")
338      
339  (defvar calendar-daylight-savings-ends-time  (defvar calendar-daylight-savings-ends-time
340    (or (car (nthcdr 7 calendar-current-time-zone-cache))    (or (car (nthcdr 7 calendar-current-time-zone-cache))
341        calendar-daylight-savings-starts-time)        calendar-daylight-savings-starts-time)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26