summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Discussions.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-10 05:06:35 +0100
committerYorhel <git@yorhel.nl>2015-11-10 05:06:35 +0100
commit339f47375136b8abcb418cbdeae8adeaa2d3e73d (patch)
tree305f80d43ffb0a8cd6cdbb97417d92b29a1d6737 /lib/VNDB/Handler/Discussions.pm
parent655725983e5f34fbdaa1e281e745ccd62c1e0963 (diff)
Show full date/time at edit history and thread listings
Having the time display is quite useful. It does make the listings look more cluttered, but meh.
Diffstat (limited to 'lib/VNDB/Handler/Discussions.pm')
-rw-r--r--lib/VNDB/Handler/Discussions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Discussions.pm b/lib/VNDB/Handler/Discussions.pm
index 6029deae..421a998d 100644
--- a/lib/VNDB/Handler/Discussions.pm
+++ b/lib/VNDB/Handler/Discussions.pm
@@ -532,7 +532,7 @@ sub _threadlist {
lit $self->{l10n}->userstr($o->{luid}, $o->{lusername});
lit ' @ ';
a href => "/t$o->{id}.$o->{count}";
- lit $self->{l10n}->date($o->{ldate});
+ lit $self->{l10n}->date($o->{ldate}, 'full');
end;
end;
end 'tr';