From f63ea68e457f9e2618eac1d3d62227d2b605651b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Jan 2017 01:44:50 +0000 Subject: remove incorrect comment about strftime + locales 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. --- lib/PublicInbox/WwwAtomStream.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/WwwAtomStream.pm') 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); -- cgit v1.2.3-24-ge0c7