aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index abb561e4..8046b50e 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -380,7 +380,7 @@ class Module(ModuleManager.BaseModule):
return url
def _iso8601(self, s):
- return datetime.datetime.strptime(s, utils.ISO8601_FORMAT)
+ return datetime.datetime.strptime(s, utils.ISO8601_PARSE)
def ping(self, data):
return ["Received new webhook"]