Re: ProcessHandle.Info startInstant() drifts with system time on Linux

2019-08-07 Thread Duft Markus
n the clock (timezone, DST, ...). Cheers, Thanks, Markus From: jdk-dev on behalf of Roger Riggs Sent: Wednesday, August 7, 2019 19:42 To: core-libs-dev Subject: Re: ProcessHandle.Info startInstant() drifts with system time on Linux Hi Markus, core-libs-

Re: ProcessHandle.Info startInstant() drifts with system time on Linux

2019-08-07 Thread Roger Riggs
Hi Markus, core-libs-dev@openjdk.java.net is the more appropriate list for this question. The ProcessHandle info is based directly on the OS information about a process, there is no separate information stored or kept. If Linux had a stable way to represent the start time it would be reflect