Searched refs:MILLISECONDS_PER_400_YEARS (Results 1 – 1 of 1) sorted by relevance
53 private static final long MILLISECONDS_PER_400_YEARS = field in ZoneInfo204 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; in getOffset()