Merge pull request #9343 from baude/pstonano

change ps Created to unix
This commit is contained in:
OpenShift Merge Robot 2021-02-12 15:54:46 -05:00 committed by GitHub
commit 87b2722c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ func jsonOut(responses []entities.ListContainer) error {
con.Status = psReporter{con}.Status() con.Status = psReporter{con}.Status()
jf := jsonFormat{ jf := jsonFormat{
ListContainer: con, ListContainer: con,
Created: con.Created.UnixNano(), Created: con.Created.Unix(),
} }
r = append(r, jf) r = append(r, jf)
} }