mirror of https://gitlab.com/bashrc2/epicyon
Date format
parent
602714906a
commit
a5291d4106
|
@ -145,8 +145,9 @@ def getRSSfromDict(baseDir: str, newswire: {},
|
|||
None, domainFull,
|
||||
'Newswire', translate)
|
||||
for published, fields in newswire.items():
|
||||
published = published.replace('+00:00', 'Z')
|
||||
try:
|
||||
pubDate = datetime.strptime(published, "%Y-%m-%dT%H:%M:%S+00:00")
|
||||
pubDate = datetime.strptime(published, "%Y-%m-%dT%H:%M:%SZ")
|
||||
except BaseException:
|
||||
continue
|
||||
rssStr += '<item>\n'
|
||||
|
|
Loading…
Reference in New Issue