Problem in java.util.zip.ZipEntry
Dear All,
When we use setTime in zip entry of the zip file stream we are creating, the millisecond information is removed and only the year, month, day, hour, minute and second is remembered. As a result, the zip entry information is not valid sometimes. Is this a feature of the java.util.zip package and why is it neccesary?
Thanks in advance
With Regards,
Keshavan

