Skip to content
Snippets Groups Projects
Commit 77445839 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

templates: 'time->string' doesn't show timezone for old builds.

* src/cuirass/templates.scm (time->string): Remove ~z for old builds.
parent 9b40113e
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,7 @@ system whose names start with " (code "guile-") ":" (br)
(current (date-year (time-utc->date now*)))
(format (if (= year current)
"~e ~b ~H:~M ~z"
"~e ~b ~Y ~H:~M ~z")))
"~e ~b ~Y ~H:~M")))
(date->string date format)))))
(define (build-eval-table eval-id builds build-min build-max status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment