diff options
-rw-r--r-- | src/cuirass/templates.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |