Fix off-by-one error in workload overview report end-date handling

Pushed one to much, so just removed it afterwards.
This commit is contained in:
Daniel - 2023-01-16 19:20:44 +01:00
parent 558bb0b1cc
commit d373976965
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ PARAMS is a property list of the following parameters:
(format "+%s" increment)
nil current))
(push current date-range)))
(setq date-range (nreverse date-range))
(setq date-range (nreverse (cdr date-range)))
(insert (format "#+CAPTION: Workload Overview Report at [%s] with start date [%s]\n"
(format-time-string timestamp-format (current-time))