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

* src/cuirass/templates.scm (time->string): Remove ~z for old builds.
This commit is contained in:
Ludovic Courtès 2020-04-17 14:14:03 +02:00
parent 9b40113ec2
commit 7744583920
1 changed files with 1 additions and 1 deletions

View File

@ -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)