Searched refs:secondsSinceEpoch (Results 1 – 1 of 1) sorted by relevance
123 long secondsSinceEpoch = mEraSeconds - OFFSET_1900_TO_1970; in toInstant() local124 secondsSinceEpoch += ntpEra * SECONDS_IN_ERA; in toInstant()127 return Instant.ofEpochSecond(secondsSinceEpoch, nanos); in toInstant()