forked from indymedia/epicyon
No default append to feed date
parent
e58effe89d
commit
669a70d0d2
|
@ -243,7 +243,7 @@ def xml2StrToDict(baseDir: str, domain: str, xmlStr: str,
|
||||||
|
|
||||||
publishedDate = parseFeedDate(pubDate)
|
publishedDate = parseFeedDate(pubDate)
|
||||||
if publishedDate:
|
if publishedDate:
|
||||||
pubDateStr = str(publishedDate) + '+00:00'
|
pubDateStr = str(publishedDate)
|
||||||
if not pubDateStr.endswith('+00:00'):
|
if not pubDateStr.endswith('+00:00'):
|
||||||
pubDateStr += '+00:00'
|
pubDateStr += '+00:00'
|
||||||
postFilename = ''
|
postFilename = ''
|
||||||
|
|
Loading…
Reference in New Issue