aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cuirass/templates.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 31a0863..a8beb17 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -411,7 +411,7 @@ system whose names start with " (code "guile-") ":" (br)
(date (time-utc->date time))
(year (date-year date))
(current (date-year (time-utc->date now*)))
- (format (if (= year )
+ (format (if (= year current)
"~e ~b ~H:~M ~z"
"~e ~b ~Y ~H:~M ~z")))
(date->string date format)))))