Skip to content

dateparse with fuzzy=True

Chris Jordan requested to merge ChrisJordan/gfeeds:fuzzy_datetime into master

Allows dateparse to match partial date times.

Currently throws on datetimes with timezone but no time.

E.g. "19 Sep 2022 GMT" as in https://this-week-in-neovim.org/rss

This results in all such items sorted as though 0 secs old.

Which in the case of this feed is 20+ items to scroll past before rest.

Merge request reports