cli icon indicating copy to clipboard operation
cli copied to clipboard

ContainerFormat's CreatedAt has wrong documentation

Open diamondo25 opened this issue 4 years ago • 4 comments

https://github.com/docker/cli/blob/389fa742ff0ebfeda5d94735ac0ca09eac8ecc4f/cli/command/formatter/container.go#L179-L182

time.Unix().String() will not create a unix timestamp (number), but instead will create an string as explained in the documentation: https://golang.org/pkg/time/#Time.String .

Maybe add another variant, eg CreatedAtTimestamp to support this option nonetheless.

diamondo25 avatar Apr 01 '20 09:04 diamondo25

Hey, I'm a newcomer and I want to contribute to this project. Is this issue good to start?

GOTAM672 avatar Jun 15 '23 13:06 GOTAM672

Hi, do we still work on this issue? I can help

leungyukshing avatar Jun 23 '23 03:06 leungyukshing

Hey, I have been working with GoLang for the past year and I would like to contribute to this project.

milanvthakor avatar Jun 26 '23 02:06 milanvthakor

Hi, not sure if this is still being worked on but the change also needs a test update provided here: https://github.com/docker/cli/pull/4765

(Or feel free to update the original PR I'm easy)

simonha9 avatar Jan 09 '24 14:01 simonha9