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