about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwAtomStream.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-07 01:44:50 +0000
committerEric Wong <e@80x24.org>2017-01-07 01:45:44 +0000
commitf63ea68e457f9e2618eac1d3d62227d2b605651b (patch)
treec9edf5e140ef4ebee9391e2b18fb5fa8effd9203 /lib/PublicInbox/WwwAtomStream.pm
parentb6de8d4f10aaca3f02707be45b4cd2dc04f48a1f (diff)
downloadpublic-inbox-f63ea68e457f9e2618eac1d3d62227d2b605651b.tar.gz
We only need strftime to be locale-independent when generating
dates for email and HTTP headers.  Purely numeric dates can
use strftime for ease-of-readability.
Diffstat (limited to 'lib/PublicInbox/WwwAtomStream.pm')
-rw-r--r--lib/PublicInbox/WwwAtomStream.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwAtomStream.pm b/lib/PublicInbox/WwwAtomStream.pm
index a6817b31..5a10034b 100644
--- a/lib/PublicInbox/WwwAtomStream.pm
+++ b/lib/PublicInbox/WwwAtomStream.pm
@@ -6,7 +6,6 @@ package PublicInbox::WwwAtomStream;
 use strict;
 use warnings;
 
-# FIXME: locale-independence:
 use POSIX qw(strftime);
 use Date::Parse qw(strptime);
 use Digest::SHA qw(sha1_hex);