Closed sjcorbett closed 10 years ago
Believe this should fix an issue where come web consoles reported 'last seen' as 44 years ago.
Brooklyn Central » brooklyn #2361 SUCCESS This pull request looks good (what's this?)
If System.nanoTime()
is the problem, then just get rid of Ticker
and call System.currentTimeMillis()
whenever appropriate.
@sjcorbett looks good. @grkvlt for getting rid of ticker, are you suggesting therefore to write time-sensitive tests (but thus have slightly simpler production code)? Once we reach conclusion with @grkvlt then happy for this to be merged.
@sjcorbett @aledsage I'm convinced :frog: I'll merge this...
System.nanoTime() should "only be used to measure elapsed time and is not related to any other notion of system or wall-clock time."