-
Bug
-
Resolution: Unresolved
-
P4
-
26
-
None
The interpretation of the Info-ZIP Extended Timestamp extra field needs to be checked. It's not documented in the ZIP file format spec but it stored by some tools as unsigned values from the Unix epoch. setExtra reads them as signed.
(A test case with a timestamps beyond January 19, 2038 would help identify issues with this code).
(A test case with a timestamps beyond January 19, 2038 would help identify issues with this code).