Skip to content

Commit 45fe3dc

Browse files
authored
Rename utils.py to src/utils.py
1 parent 44f58db commit 45fe3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py renamed to src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def convert_to_locale(timestamp):
77
if timestamp == 'N/A':
88
return timestamp
99
dt = datetime.strptime(timestamp, '%Y-%m-%dT%H:%M:%S%z')
10-
return dt.strftime('%Y-%m-%d %H:%M:%S')
10+
return dt.strftime('%Y-%m-%d %H:%M:%S')

0 commit comments

Comments
 (0)