about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl
index 965c30c1..ba049d9e 100755
--- a/Documentation/mknews.perl
+++ b/Documentation/mknews.perl
@@ -131,7 +131,7 @@ sub atom_start {
         delete $astream->{emit_header};
         my $ibx = $ctx->{-inbox};
         my $title = PublicInbox::WwwAtomStream::title_tag($ibx->description);
-        my $updated = PublicInbox::WwwAtomStream::feed_updated(gmtime($mtime));
+        my $updated = PublicInbox::WwwAtomStream::feed_updated($mtime);
         print $out <<EOF or die;
 <?xml version="1.0" encoding="us-ascii"?>
 <feed