guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Fri, 17 Apr 2020 09:08:09 -0400 (EDT)

branch: master
commit 77445839207f446eeb5cc3d7f009dfc0773b1de5
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 17 14:14:03 2020 +0200

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]