summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2017-11-08 20:51:48 +0100
committerKyle Meyer <kyle@kyleam.com>2017-11-13 22:07:59 -0500
commit18af0f88d7f669a750ad1526db3975940793d734 (patch)
tree9343cd0da49d05e2799d30279257c5a9a0de3bf9
parent3f8d67c4904a17a6a0165cc5d2bbe4ee16917f50 (diff)
downloadorg-mode-18af0f88d7f669a750ad1526db3975940793d734.tar.gz
Backport commit 98288ecaf from Emacs
* lisp/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). Further workaround for faulty localtime() under macOS 10.6 98288ecaffbc0947ec3193088172ea85ad5e42a5 Charles A. Roelli Wed Nov 8 20:51:48 2017 +0100
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 4d909d0..83d0e12 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -487,7 +487,7 @@ to add an effort property.")
"10\\.6\\.[[:digit:]]"
(shell-command-to-string
"sw_vers -productVersion"))
- (<= m -1034058203136))
+ (<= m -1034058203135))
(ignore-errors (decode-time (list m 0)))))))
(low
(funcall dichotomy