Description
Since COMPRESS-613, we add an 'extra time data' field when the ZIP entry timestamp is outside the range the DOS timestamp used in other parts of the header can handle.
It currently incorrectly also adds this header when the ZIP entry timestamp is exactly the lowest possible timestamp expressable as a DOS timestamp.
This has the consequence that, when reading a ZIP file with such entries and writing it back again, ZipEntry will 'invent' an 'extra time data' field where none is needed.
Attachments
Issue Links
- links to