]> Sergey Matveev's repositories - public-inbox.git/commit
xt/msgtime_cmp: fix false positives from msgtime change
authorEric Wong <e@yhbt.net>
Sat, 4 Apr 2020 23:51:41 +0000 (23:51 +0000)
committerEric Wong <e@yhbt.net>
Sun, 5 Apr 2020 07:25:11 +0000 (07:25 +0000)
commitb6fc8916a05176ef006b07bba977b59cdf6a0bce
treeed28c59069531fbf443ea5c3b9b1a30527251149
parent6ebcec3add4d6aeff6e3b3eb019a404528c079ec
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.
xt/msgtime_cmp.t