Extra date format

main
Bob Mottram 2021-10-17 15:17:42 +01:00
parent 82507d418e
commit 181455ff8a
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ def parseFeedDate(pubDate: str) -> str:
formats = ("%a, %d %b %Y %H:%M:%S %z",
"%a, %d %b %Y %H:%M:%S EST",
"%a, %d %b %Y %H:%M:%S UT",
"%a, %d %b %Y %H:%M:%S Z",
"%a, %d %b %Y %H:%M:%S GMT",
"%Y-%m-%dT%H:%M:%SZ",
"%Y-%m-%dT%H:%M:%S%z")