summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/BrowseHTML.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/Util/BrowseHTML.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/Util/BrowseHTML.pm')
-rw-r--r--lib/VNDB/Util/BrowseHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/BrowseHTML.pm b/lib/VNDB/Util/BrowseHTML.pm
index d57c0546..b4510079 100644
--- a/lib/VNDB/Util/BrowseHTML.pm
+++ b/lib/VNDB/Util/BrowseHTML.pm
@@ -146,7 +146,7 @@ sub htmlBrowseHist {
td class => 'tc1_2';
a href => $revurl, ".$i->{rev}";
end;
- td class => 'tc2', $self->{l10n}->date($i->{added});
+ td class => 'tc2', $self->{l10n}->date($i->{added}, 'full');
td class => 'tc3';
lit $self->{l10n}->userstr($i);
end;