mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
no fix needed
This commit is contained in:
@@ -50,7 +50,6 @@ def to_python(obj,
|
||||
for in_key in date_keys:
|
||||
in_date = in_dict.get(in_key)
|
||||
try:
|
||||
# TODO: Fix date formatting.
|
||||
out_date = datetime.strptime(in_date, '%Y-%m-%dT%H:%M:%SZ')
|
||||
except TypeError:
|
||||
out_date = None
|
||||
|
||||
Reference in New Issue
Block a user