org-clock: Handle DST in clocktable
commit17deb1c7eb79e0851638b375655aa8bc8446d603
authorKevin Brubeck Unhammer <unhammer@fsfe.org>
Thu, 1 Nov 2018 12:59:09 +0000 (1 13:59 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 1 Nov 2018 18:00:28 +0000 (1 19:00 +0100)
treed049d9f1698fda17438a60cfe0db74e695c3c57c
parent67cea44c9fda74525e7d56c23bab6ed92235f9da
org-clock: Handle DST in clocktable

* lisp/org-clock.el (org-clocktable-steps): new fn
  org-clocktable-increment-day to add/subtract days that are not
  exactly 24 hours
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/step): Add
  test for DST.
lisp/org-clock.el
testing/lisp/test-org-clock.el