Make timestamp format in workload overview report consistent

Brackets for both timestamps.
This commit is contained in:
Daniel Borchmann 2023-01-16 19:16:04 +01:00
parent e5577f8094
commit 558bb0b1cc
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -608,7 +608,7 @@ PARAMS is a property list of the following parameters:
(push current date-range)))
(setq date-range (nreverse date-range))
(insert (format "#+CAPTION: Workload Overview Report at %s with start date [%s]\n"
(insert (format "#+CAPTION: Workload Overview Report at [%s] with start date [%s]\n"
(format-time-string timestamp-format (current-time))
(format-time-string timestamp-format start-date)))
(insert "| End Time | Planned Total |\n| <r> | <r> |\n|---|\n")