From 0d12a2325d4bbf4ed3863db686a9a172643f3e30 Mon Sep 17 00:00:00 2001 From: simon987 Date: Wed, 25 Dec 2019 17:46:31 -0500 Subject: [PATCH] date format fix --- chan/lynx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan/lynx.py b/chan/lynx.py index f8b2daf..4dc149d 100644 --- a/chan/lynx.py +++ b/chan/lynx.py @@ -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 [