[ https://issues.apache.org/jira/browse/COMPRESS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefan Bodewig resolved COMPRESS-283. ------------------------------------- Resolution: Fixed Fix Version/s: 1.6 I stumbled over this myself when I played with some Java8 pre-releases. http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java?r1=1454874&r2=1529645 I never created a JIRA ticket for it and didn't even add a note to che changelog. I'll add it to the know issues section. > Zip file timestamps contain spurious millisecond values > ------------------------------------------------------- > > Key: COMPRESS-283 > URL: https://issues.apache.org/jira/browse/COMPRESS-283 > Project: Commons Compress > Issue Type: Bug > Components: Archivers > Affects Versions: 1.5 > Environment: Java 8u5 > Reporter: Trejkaz > Fix For: 1.6 > > > Running under Java 8, Commons Compress' timestamps from zip files seem to > include a random millisecond value. > The workaround we're applying is to round down to the nearest multiple of > 1000, a workaround which could move into Commons Compress itself. -- This message was sent by Atlassian JIRA (v6.2#6252)