You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2013/10/27 19:22:17 UTC

Re: svn commit: r1536171 - /ant/core/trunk/src/main/org/apache/tools/zip/ZipUtil.java

On 2013-10-27, <bo...@apache.org> 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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org