Description
cli/cli/command/formatter/container.go
Lines 179 to 182 in 389fa74
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.