docs/api/server
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
..
form.go Rename int64Value to int64ValueOrZero. 2015-05-05 08:54:28 +02:00
form_test.go Rename int64Value to int64ValueOrZero. 2015-05-05 08:54:28 +02:00
profiler.go api/server: fix profiler HTTP serving 2015-04-02 09:53:40 +03:00
server.go Fix inconsistent date formats in API 2015-05-14 18:58:55 +08:00
server_linux.go Make API server datastructure 2015-04-20 08:13:39 -07:00
server_windows.go Make API server datastructure 2015-04-20 08:13:39 -07:00
tcp_socket.go Make API server datastructure 2015-04-20 08:13:39 -07:00
unix_socket.go Make API server datastructure 2015-04-20 08:13:39 -07:00