Skip to content

Commit 1b58574

Browse files
jianxiaoguoduanhongyi
authored andcommitted
chore(controller): list_pods datetime format
1 parent 48d9ebe commit 1b58574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/models/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def list_pods(self, *args, **kwargs):
515515
if 'startTime' in p['status']:
516516
started = p['status']['startTime']
517517
else:
518-
started = str(datetime.utcnow().strftime(settings.DEIS_DATETIME_FORMAT))
518+
started = str(datetime.utcnow().strftime(settings.DRYCC_DATETIME_FORMAT))
519519
item['started'] = started
520520

521521
data.append(item)

0 commit comments

Comments
 (0)