From da9c2c55c1962dc805a3bc74f7950379371dab98 Mon Sep 17 00:00:00 2001 From: Richard Mortimer Date: Thu, 11 Jul 2013 15:09:30 +0100 Subject: [PATCH] [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. --- changelog.html | 3 +++ core/src/main/java/hudson/model/Slave.java | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.html b/changelog.html index 7b9e2a7555..a766df6e1c 100644 --- a/changelog.html +++ b/changelog.html @@ -55,6 +55,9 @@ Upcoming changes