dateparser
dateparser copied to clipboard
Parse 1mon ago
from dateparser import parse
parse('1mon ago')
>> None
Be sure that after fixing this issue, The behavior of the dateparser should be:
In [2]: dateparser.parse('Mon, 05 Dec 2022 19:43:03 GMT') is None
Out[2]: False
https://github.com/scrapinghub/dateparser/pull/1121 - to understand the context