mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user