Skip to content

Commit f68fb2b

Browse files
authored
Merge pull request #58 from supermeng/master
Fixed bug for time format
2 parents b9c2b8c + 969b29b commit f68fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ def convert_time_from_deployd(d_time):
240240
return t_time.strftime('%Y-%m-%d %H:%M:%S')
241241
except Exception as e:
242242
logger.error("strftime error:%s d_time:%s", str(e), d_time)
243-
return orc_convert_time_from_deployd(t_time)
243+
return orc_convert_time_from_deployd(d_time)

0 commit comments

Comments
 (0)