Searched refs:JULIAN_EPOCH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DJulianCalendar.java45 private static final int JULIAN_EPOCH = -1; field in class:JulianCalendar
160 long days = JULIAN_EPOCH - 1 + (365 * (y - 1)) + dayOfMonth;
187 long fd = 4 * (fixedDate - JULIAN_EPOCH) + 1464;
220 int year = (int) CalendarUtils.floorDivide(4 * (fixedDate - JULIAN_EPOCH) + 1464, 1461);

Completed in 238 milliseconds