https://bz.apache.org/bugzilla/show_bug.cgi?id=59562
--- Comment #4 from Stefan Bodewig <[email protected]> --- Yes, there are different granularities in this scenario. First of all, ZIPs store file times with a granularity of two seconds - and I think this is true for FAT and NTFS as well. Most file-system types on Unix use a granularity of seconds or even lower than that. The default behavior if the zip task is to round the file time up to the next even number of seconds in order to avoid the situation you describe - see the task's roundup attribute. What you see implies it didn't work correctly. -- You are receiving this mail because: You are the assignee for the bug.
