]> git.eshelyaron.com Git - emacs.git/commit
Further workaround for faulty localtime() under macOS 10.6
authorCharles A. Roelli <charles@aurox.ch>
Wed, 8 Nov 2017 19:51:48 +0000 (20:51 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Wed, 8 Nov 2017 19:51:48 +0000 (20:51 +0100)
commit98288ecaffbc0947ec3193088172ea85ad5e42a5
treedc72cf9358c4c560a7c078508c49f0abb30bdbc3
parenta215be999454b8f0118141d4e4f6cf58298f79e0
Further workaround for faulty localtime() under macOS 10.6

* lisp/org/org-clock.el (org-clock--oldest-date): Fix an issue
when compiling on macOS 10.6 with a western time zone (a
continuation of Bug#27736).  In particular, see:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27736#74

and the first commit that attempted to work around this problem,
"Workaround for faulty localtime() under macOS 10.6", bd49b6f1 of
2017-09-30.
lisp/org/org-clock.el