1 parent 2270825 commit 7d1c855Copy full SHA for 7d1c855
1 file changed
github2/core.py
@@ -88,7 +88,7 @@ def datetime_to_isodate(datetime_):
88
89
:param str datetime_: datetime object to convert
90
"""
91
- return "%s%z" % datetime_.isoformat()
+ return "%sZ" % datetime_.isoformat()
92
93
94
class GithubCommand(object):
0 commit comments