moby--moby/engine
Ahmet Alp Balkan 2977fd2b7a Add system time to /info
This change adds daemon's system time as RFC3339Nano to the `/info` endpoint
and shows in a more readable format (UnixDate) in `docker -D info` output.

I will be using this to fix the clock skew between the remote test host and
the CI machines running `docker events`-related tests as they're using `--since`
and `--until` and the timestamps are not matching when daemon is not on the
same machine.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-03-10 15:29:05 -07:00
..
engine.go
engine_test.go
env.go Add system time to /info 2015-03-10 15:29:05 -07:00
env_test.go Add system time to /info 2015-03-10 15:29:05 -07:00
hack.go
helpers_test.go
http.go
job.go Add system time to /info 2015-03-10 15:29:05 -07:00
job_test.go
shutdown_test.go
streams.go
streams_test.go
table.go
table_test.go