diff --git a/newswire.py b/newswire.py index 70191282..2d3045b2 100644 --- a/newswire.py +++ b/newswire.py @@ -135,8 +135,6 @@ def atomFeedToDict(xmlStr: str, moderated: bool) -> {}: try: publishedDate = \ datetime.strptime(pubDate, "%Y-%m-%dT%H:%M:%SZ") - publishedDate = publishedDate.replace('Z', '') - publishedDate = publishedDate.replace('T', ' ') + '+00:00' postFilename = '' votesStatus = [] result[str(publishedDate)] = [title, link,