comparison lisp/calendar/solar.el @ 76480:4f58ec4ed8ed

(solar-date-next-longitude): "daylight savings" -> "daylight saving" doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 17:53:34 +0000
parents 7a3f13e2dd57
children 345c5cf4990e c0409ee15cee
comparison
equal deleted inserted replaced
76479:1b859d8eb581 76480:4f58ec4ed8ed
505 (+ t1 (/ (/ dt 86400) 36525)))) 505 (+ t1 (/ (/ dt 86400) 36525))))
506 506
507 (defun solar-date-next-longitude (d l) 507 (defun solar-date-next-longitude (d l)
508 "First moment on or after Julian day number D when sun's longitude is a 508 "First moment on or after Julian day number D when sun's longitude is a
509 multiple of L degrees at calendar-location-name with that location's 509 multiple of L degrees at calendar-location-name with that location's
510 local time (including any daylight savings rules). 510 local time (including any daylight saving rules).
511 511
512 L must be an integer divisor of 360. 512 L must be an integer divisor of 360.
513 513
514 Result is in local time expressed astronomical (Julian) day numbers. 514 Result is in local time expressed astronomical (Julian) day numbers.
515 515