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 moving random.go from utils 2015-02-26 18:31:18 +00:00
engine_test.go Fix premature close of build output on pull 2015-01-27 10:07:01 -08:00
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 gofmt 2013-11-13 19:25:55 +00:00
helpers_test.go Remove error from engine.New() 2014-04-23 11:54:35 -07:00
http.go typo fix: 'methid' -> 'method' 2014-04-19 23:25:48 -07:00
job.go Add system time to /info 2015-03-10 15:29:05 -07:00
job_test.go remove addString and replace Tail 2014-05-09 18:09:59 +00:00
shutdown_test.go Extra testing for engine.Shutdown 2014-08-06 17:56:12 +00:00
streams.go Fix write after close on http response 2015-01-21 15:14:01 -08:00
streams_test.go Fix go vet errors 2014-06-18 17:39:57 +00:00
table.go Some more style fixes 2014-08-29 15:21:28 +04:00
table_test.go move Table to a separate file and add additional unit tests 2014-05-08 02:31:23 +00:00