moby--moby/graph
Hu Keping 945fc9d882 Fix inconsistent date formats in API
Prior to this patch, the response of
- GET /images/json
- GET /containers/json
- GET /images/(name)/history

display the Created Time as UNIX format which doesn't make sense.

These should be more readable as CLI command `docker inspect` shows.

Due to the case that an older client with a newer version daemon, we
need the version check for now.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-05-14 18:58:55 +08:00
..
tags Windows: Build load.go 2015-05-12 14:26:57 -07:00
export.go
graph.go
graph_test.go
history.go Fix inconsistent date formats in API 2015-05-14 18:58:55 +08:00
import.go Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
list.go Fix inconsistent date formats in API 2015-05-14 18:58:55 +08:00
load.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
load_unsupported.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
manifest.go
manifest_test.go
pools_test.go
pull.go Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
push.go Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
service.go
tags.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
tags_unit_test.go Windows: Build load.go 2015-05-12 14:26:57 -07:00