Searched refs:offsetSeconds (Results 1 – 2 of 2) sorted by relevance
767 int offsetSeconds = zoneInfo.mRawOffset / 1000; in localtime() local780 offsetSeconds = zoneInfo.mEarliestRawOffset / 1000; in localtime()783 offsetSeconds += zoneInfo.mOffsets[offsetIndex]; in localtime()789 int wallTimeSeconds = checked32BitAdd(timeSeconds, offsetSeconds); in localtime()795 this.gmtOffsetSeconds = offsetSeconds; in localtime()
720 private static Duration offsetFromSeconds(int offsetSeconds) { in offsetFromSeconds() argument721 return Duration.ofSeconds(offsetSeconds); in offsetFromSeconds()