aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r--perllib/Utils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm
index 1dd732283..04d973067 100644
--- a/perllib/Utils.pm
+++ b/perllib/Utils.pm
@@ -242,6 +242,8 @@ sub prettify_dt {
$tt .= ', ' unless $type eq 'date';
if ($dt->strftime('%Y %U') eq $now->strftime('%Y %U')) {
$tt .= decode_utf8($dt->strftime('%A'));
+ } elsif ($type eq 'zurich') {
+ $tt .= decode_utf8($dt->strftime('%e. %B %Y'));
} elsif ($type eq 'short') {
$tt .= decode_utf8($dt->strftime('%e %b %Y'));
} elsif ($dt->strftime('%Y') eq $now->strftime('%Y')) {