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 44f58db commit 45fe3dcCopy full SHA for 45fe3dc
utils.py src/utils.pyutils.py renamed to src/utils.py
@@ -7,4 +7,4 @@ def convert_to_locale(timestamp):
7
if timestamp == 'N/A':
8
return timestamp
9
dt = datetime.strptime(timestamp, '%Y-%m-%dT%H:%M:%S%z')
10
- return dt.strftime('%Y-%m-%d %H:%M:%S')
+ return dt.strftime('%Y-%m-%d %H:%M:%S')
0 commit comments