about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-05 23:27:33 +0000
committerEric Wong <e@yhbt.net>2020-07-06 20:01:15 +0000
commitc447bbbddb4ac8e1e9b7c35a15c09776d18501db (patch)
tree9b61883c48eb9936db15ef42642e4f3cd4e09aa8 /Documentation
parent903c74de0b1feae03fdeb8a7ce68b6327699e3a2 (diff)
downloadpublic-inbox-c447bbbddb4ac8e1e9b7c35a15c09776d18501db.tar.gz
We always return Z (UTC) times, anyways, so we'll always
use gmtime() on the seconds-after-the-epoch.
Diffstat (limited to 'Documentation')
-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