Files
swift/test
Peter Lisák a3f28e29a2 Add a jitter for check of time synchronization.
If a request time of check is smaller than a time diff (between local and remote
server) and that time diff is tolerable small then it still prints:
!! http://server:port/recon/time current time is 2016-07-05 06:24:02, but
remote is 2016-07-05 06:24:02, differs by 0.00 sec

So you can use a jitter option to consider it as time synchronized:
swift-recon -T --jitter 0.01

Change-Id: I4891397e7cc0817819201b361f79f8fe7fdcfc89
2016-07-28 09:44:10 +02:00
..