I believe the dates reported in AesZipDecrypter.getEntryList() are incorrect.
The line below passes the DOS time from the ZIP structure to the
ZipEntry.setTime() method in the Java API, which is expecting the time to
be provided in Java time format.
zipEntry.setTime( raFile.readInt( fileOffset + 12 ) );
Original issue reported on code.google.com by andrew.m...@gmail.com on 13 Jun 2009 at 10:35
Original issue reported on code.google.com by
andrew.m...@gmail.com
on 13 Jun 2009 at 10:35