Searched refs:adjustment (Results 1 – 1 of 1) sorted by relevance
1228 long adjustment = nanos / 1000_000 - 1000; in toEpochMilli() local1229 return Math.addExact(millis, adjustment); in toEpochMilli()