Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2396dbcb
Commit
2396dbcb
authored
Apr 27, 1996
by
Edward M. Reingold
Browse files
Double DST correction removed!
parent
2f8d25d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
lisp/calendar/solar.el
lisp/calendar/solar.el
+4
-6
No files found.
lisp/calendar/solar.el
View file @
2396dbcb
...
...
@@ -884,12 +884,10 @@ No diary entry if there is no sunset on that date."
(
if
(
=
(
%
(
calendar-absolute-from-gregorian
date
)
7
)
5
)
;; Friday
(
let*
((
sunset
(
car
(
cdr
(
solar-sunrise-sunset
date
))))
(
light
(
if
sunset
(
dst-adjust-time
date
(
-
(
car
sunset
)
(
/
18.0
60.0
))))))
(
if
(
and
light
(
calendar-date-equal
date
(
car
light
)))
(
cons
(
-
(
car
sunset
)
(
/
18.0
60.0
))
(
cdr
sunset
)))))
(
if
sunset
(
format
"%s Sabbath candle lighting"
(
apply
'solar-time-string
(
cdr
light
))))))
)
(
apply
'solar-time-string
light
))))))
(
defun
solar-equinoxes/solstices
(
k
year
)
"Date of equinox/solstice K for YEAR.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment