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.
2 parents b9c2b8c + 969b29b commit f68fb2bCopy full SHA for f68fb2b
apis/utils.py
@@ -240,4 +240,4 @@ def convert_time_from_deployd(d_time):
240
return t_time.strftime('%Y-%m-%d %H:%M:%S')
241
except Exception as e:
242
logger.error("strftime error:%s d_time:%s", str(e), d_time)
243
- return orc_convert_time_from_deployd(t_time)
+ return orc_convert_time_from_deployd(d_time)
0 commit comments