ViennaRSS / vienna-rss

Vienna is a free and open-source RSS/Atom newsreader for macOS.
https://www.vienna-rss.com
Apache License 2.0
1.85k stars 227 forks source link

Correct feeds with creation date of 1.1.1970 #1836

Closed TAKeanice closed 3 weeks ago

TAKeanice commented 1 month ago

added a database update to change "last update" entries that were 1.1.1970 to the publication date of the article, and some guards so that "0" dates (= 1.1.1970) are treated as if they did not exist.

TAKeanice commented 3 weeks ago

Strange, I was sure I had added the lines from a8b9a1e1d4ea5f0a5cf1be76e075cb25160c2c6c already. I'll check if other things are missing, too, and create another PR if necessary. Additionally, some more things seem to be wrong with dates, and I will probably create some unit or integration tests to figure out what it is.