merge-requests/30/head
Bob Mottram 2023-01-18 11:59:01 +00:00
parent 425e3f5064
commit adb2303852
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ def parse_feed_date(pub_date: str, unique_string_identifier: str) -> str:
pub_date = pub_date.replace(':00:00', replace_time_str)
if pub_date.endswith('+:'):
pub_date = pub_date.replace('+:', ' Z')
pub_date = pub_date.replace('+:', 'Z')
formats = ("%a, %d %b %Y %H:%M:%S %z",
"%a, %d %b %Y %H:%M:%S Z",