mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00

In the API, we are currently returning the image time of creation as a string, in time.Time format. The API is for a 64 bit integer representing Unix time. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>