Make timestamp format in workload overview report consistent
Brackets for both timestamps.
This commit is contained in:
parent
e5577f8094
commit
558bb0b1cc
@ -608,7 +608,7 @@ PARAMS is a property list of the following parameters:
|
|||||||
(push current date-range)))
|
(push current date-range)))
|
||||||
(setq date-range (nreverse 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 (current-time))
|
||||||
(format-time-string timestamp-format start-date)))
|
(format-time-string timestamp-format start-date)))
|
||||||
(insert "| End Time | Planned Total |\n| <r> | <r> |\n|---|\n")
|
(insert "| End Time | Planned Total |\n| <r> | <r> |\n|---|\n")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user