org-clock: Remove daylight saving time offset in duration
commit112c5ba479d52c3c36de5c7aafd14ab6bc075005
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 21 Jun 2017 20:29:52 +0000 (21 22:29 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 21 Jun 2017 20:32:57 +0000 (21 22:32 +0200)
tree23b73884cfb5f13204b959fbe946c1346f750fa1
parent877377ebb306141c52674cdc42fc0c05d2af648e
org-clock: Remove daylight saving time offset in duration

* lisp/org-clock.el (org-clock-out):
(org-clock-sum):
(org-clocktable-steps):
(org-clock-update-time-maybe): Use UTC to compute time differences.

* testing/lisp/test-org-clock.el (test-org-clock/clocktable/scope):
  Update test.
lisp/org-clock.el
testing/lisp/test-org-clock.el