From 77445839207f446eeb5cc3d7f009dfc0773b1de5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 17 Apr 2020 14:14:03 +0200 Subject: templates: 'time->string' doesn't show timezone for old builds. * src/cuirass/templates.scm (time->string): Remove ~z for old builds. --- src/cuirass/templates.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm index a8beb17..9171956 100644 --- a/src/cuirass/templates.scm +++ b/src/cuirass/templates.scm @@ -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) -- cgit v1.2.3