[FIXED JENKINS-18671] Clock Difference broken on Manage Nodes page
System.nanos() returns a monotonically increasing value that is not related to wallclock time. Use System.currentTimeMillis() instead.
Loading
Please register or sign in to comment