< prev index next >

src/java.base/share/classes/java/time/temporal/ChronoField.java

Print this page

        

@@ -426,11 +426,11 @@
      * Note that this uses the <i>local</i> time-line, ignoring offset and time-zone.
      * <p>
      * This field is strictly defined to have the same meaning in all calendar systems.
      * This is necessary to ensure interoperation between calendars.
      */
-    EPOCH_DAY("EpochDay", DAYS, FOREVER, ValueRange.of((long) (Year.MIN_VALUE * 365.25), (long) (Year.MAX_VALUE * 365.25))),
+    EPOCH_DAY("EpochDay", DAYS, FOREVER, ValueRange.of(-365243219162L , 365241780471L)),
     /**
      * The aligned week within a month.
      * <p>
      * This represents concept of the count of weeks within the period of a month
      * where the weeks are aligned to the start of the month.
< prev index next >