From: Eric Wong Date: Sat, 4 Apr 2020 23:51:41 +0000 (+0000) Subject: xt/msgtime_cmp: fix false positives from msgtime change X-Git-Tag: v1.4.0~23 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b6fc8916a05176ef006b07bba977b59cdf6a0bce;hp=b6fc8916a05176ef006b07bba977b59cdf6a0bce;p=public-inbox.git xt/msgtime_cmp: fix false positives from msgtime change commit d857e7dc0d816b635a7ead09c3273f8c2d2434be ("msgtime: assume +0000 if TZ missing when using Date::Parse") introduced a behavior change which was causes false positives when compared to the old code. Update the "old" implementation to match this overdue behavior change. ---