We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edc335 commit 3c84108Copy full SHA for 3c84108
github.py
@@ -19,7 +19,7 @@ def __init__(self, data):
19
@staticmethod
20
def _datetime(timestamp):
21
# Credit: https://stackoverflow.com/a/969324/1207769
22
- return datetime.datetime.strptime('2019-01-04T16:41:24+0200', "%Y-%m-%dT%H:%M:%S%z")
+ return datetime.datetime.strptime(timestamp, "%Y-%m-%dT%H:%M:%S%z")
23
24
@property
25
def created_at(self):
0 commit comments