Searched refs:localOffset (Results 1 – 1 of 1) sorted by relevance
495 long localOffset = offset; in currentInstant() local496 long adjustment = VM.getNanoTimeAdjustment(localOffset); in currentInstant()510 localOffset = System.currentTimeMillis() / 1000 - 1024; in currentInstant()513 adjustment = VM.getNanoTimeAdjustment(localOffset); in currentInstant()518 throw new InternalError("Offset " + localOffset + " is not in range"); in currentInstant()522 offset = localOffset; in currentInstant()525 return Instant.ofEpochSecond(localOffset, adjustment); in currentInstant()