date format fix

This commit is contained in:
simon987 2019-12-25 17:46:31 -05:00
parent 77a053d6ee
commit 0d12a2325d

View File

@ -24,7 +24,7 @@ class LynxChanHelper(ChanHelper):
@staticmethod
def item_mtime(item):
return datetime.fromisoformat(item["creation"]).timestamp()
return datetime.fromisoformat(item["creation"][:-1]).timestamp()
def item_urls(self, item, board):
return [