Skip to content

Commit

Permalink
Merge pull request #9343 from baude/pstonano
Browse files Browse the repository at this point in the history
change ps Created to unix
  • Loading branch information
openshift-merge-robot authored Feb 12, 2021
2 parents 1d15ed7 + 4067f3a commit 87b2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/containers/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 87b2722

Please sign in to comment.