aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 23fb73e91..5f8b29791 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.109 2008-09-16 15:48:16 matthew Exp $
+# $Id: Page.pm,v 1.110 2008-09-16 16:02:40 matthew Exp $
#
package Page;
@@ -535,7 +535,7 @@ sub prettify_epoch {
} elsif (strftime('%Y %U', @s) eq strftime('%Y %U', @t)) {
$tt = "$tt, " . strftime('%A', @s);
} elsif (strftime('%Y', @s) eq strftime('%Y', @t)) {
- $tt = "$tt, " . strftime('%A %e %B', @s);
+ $tt = "$tt, " . strftime('%A %e %B %Y', @s);
} else {
$tt = "$tt, " . strftime('%a %e %B %Y', @s);
}