]> Sergey Matveev's repositories - public-inbox.git/commitdiff
msgtime: assume +0000 if TZ missing when using Date::Parse
authorEric Wong <e@yhbt.net>
Tue, 25 Feb 2020 09:23:03 +0000 (09:23 +0000)
committerEric Wong <e@yhbt.net>
Sun, 1 Mar 2020 23:24:16 +0000 (23:24 +0000)
Some old emails don't have timezone offsets, since our
Date::Parse code path takes a liberal interpretation of dates,
fallback to using "+0000" as the timezone offset since it's
closer to the actual date of the message than whatever the
current date is.

Reported-by: Leah Neukirchen <leah@vuxu.org>
Link: https://public-inbox.org/meta/87h7zfemur.fsf@vuxu.org/
Fixes: ae80a3fdb53d7014 ("MsgTime.pm: Use strptime to compute the time zone")

No differences found