Add checkpoint timestamp based on mtime

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-04 15:12:57 -08:00
parent 7baee380ea
commit 3fdc48eb01
7 changed files with 18 additions and 14 deletions

View file

@ -173,13 +173,15 @@ Response:
"name" : "test1",
"unixSockets" : false,
"tcp" : false,
"shell" : false
"shell" : false,
"timestamp" : "2015-12-04T15:09:14.915868934-08:00"
},
{
"name" : "test2",
"tcp" : false,
"unixSockets" : false,
"shell" : false
"shell" : false,
"timestamp" : "2015-12-04T15:09:14.915868934-08:00"
}
]
```