Extra date format

merge-requests/30/head
Bob Mottram 2021-10-17 15:16:20 +01:00
parent 0349f366a5
commit f7ab7e3239
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")