I just recognized that Mac Os X does not return any millisecond information to java.io.File#lastModified() method.
java.io.File#lastModified()
The long values are rounded, so the m
This is a limitation of the file system, not of the Java API. According to the format specification HFS+ only stores timestamps to a granularity of one second.