-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b26
The javadoc of java.util.zip.ZipEntry#setTime(long time) currently states:
"If the entry is output to a ZIP file or ZIP file formatted output stream the last modification time set by this method will be stored into the date and time fields of the zip file entry and encoded in standard MS-DOS date and time format. The default TimeZone is used to convert the epoch time to the MS-DOS data and time."
The last sentence should instead be ".... MS-DOS date and time"
"If the entry is output to a ZIP file or ZIP file formatted output stream the last modification time set by this method will be stored into the date and time fields of the zip file entry and encoded in standard MS-DOS date and time format. The default TimeZone is used to convert the epoch time to the MS-DOS data and time."
The last sentence should instead be ".... MS-DOS date and time"