about summary refs log tree commit homepage
path: root/lib/PublicInbox/MsgTime.pm
DateCommit message (Expand)
2020-05-09remove most internal Email::MIME usage
2020-04-09triewyde: ficks soem speling errrors
2020-03-22index: use git commit times on missing Date/Received
2020-03-01msgtime: assume +0000 if TZ missing when using Date::Parse
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-12msgtime: avoid obviously out-of-range dates (for now)
2019-12-12msgtime: drop Date::Parse for RFC2822
2019-11-27msgtime: deal with strange minutes in TZ offsets
2019-09-09run update-copyrights from gnulib for 2019
2019-06-04msgtime: require ASCII digits for parsing dates
2019-01-09doc: various overview-level module comments
2018-07-06MsgTime.pm: Use strptime to compute the time zone
2018-03-30msgtime: parse 3-digit years properly
2018-03-22use both Date: and Received: times
2018-03-06favor Received: date over Date: header globally