Searched refs:MILLISECONDS_PER_DAY (Results 1 – 1 of 1) sorted by relevance
73 private static final long MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000; field in ZoneInfo75 MILLISECONDS_PER_DAY * (400 * 365 + 100 - 3);414 calc += year * (365 * MILLISECONDS_PER_DAY); in getOffset()415 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY; in getOffset()418 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY; in getOffset()424 calc += mlen[month] * MILLISECONDS_PER_DAY; in getOffset()425 calc += (day - 1) * MILLISECONDS_PER_DAY; in getOffset()