summaryrefslogtreecommitdiff
path: root/lib/VNDB/HomePages.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/HomePages.pm')
-rw-r--r--lib/VNDB/HomePages.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/HomePages.pm b/lib/VNDB/HomePages.pm
index c79b3ac6..eb0f9e0b 100644
--- a/lib/VNDB/HomePages.pm
+++ b/lib/VNDB/HomePages.pm
@@ -133,7 +133,7 @@ sub History { # type(p,v,r,u), id, [rss|/]
$x->startTag('item');
$x->dataElement(title => $_->{ititle});
$x->dataElement(link => $url);
- $x->dataElement(pubDate => VNDB::time2str($_->{requested}));
+ $x->dataElement(pubDate => NTL::time2str($_->{requested}));
$x->dataElement(guid => $url);
$x->dataElement(description => $_->{comments});
$x->endTag('item');