-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b129
-
Verified
setTimeLocal(LocalDateTime time)/LocalDateTime getTimeLocal() from java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch which is "1 January 1980 to 31 December 2099"
It looks like upper limit till year 2107 silently accepts
But with year 2108 and beyond shows the invalid range.
Whereas, the lower limit of year less than 1980 validation works well.
It looks like upper limit till year 2107 silently accepts
But with year 2108 and beyond shows the invalid range.
Whereas, the lower limit of year less than 1980 validation works well.
- relates to
-
JDK-8075526 Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
-
- Closed
-