Searched refs:MILLISECONDS_PER_DAY (Results 1 – 1 of 1) sorted by relevance
66 private static final long MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000; field in ZoneInfo68 MILLISECONDS_PER_DAY * (400 * 365 + 100 - 3);365 calc += year * (365 * MILLISECONDS_PER_DAY); in getOffset()366 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY; in getOffset()369 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY; in getOffset()375 calc += mlen[month] * MILLISECONDS_PER_DAY; in getOffset()376 calc += (day - 1) * MILLISECONDS_PER_DAY; in getOffset()