On 2013-10-27, <[email protected]> wrote:

> URL: http://svn.apache.org/r1536171
> Log:
> explicitly set milliseconds to 0 when parsing ZipEntry's time field, it has 
> two second granularity anyway

this is another JDK8 issue.  java.util.zip.ZipEntry setTime or getTime
seems to be rounding up to the next even second now, while it used to
round down.  This patch avoids the rounding.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to