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

View File

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