plexus-archiver
plexus-archiver copied to clipboard
Check for negative millisecond offset
File.setLastModified() does not allow negative values, but those can be present in Date. One such source is ZipEntry.getTime(), which returns -1 to indicate a non-applicable time. Fixes #170.
Signed-off-by: Robert Varga [email protected]