marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
282 stars 36 forks source link

Support file time truncation #120

Closed marschall closed 5 years ago

marschall commented 5 years ago

Currently we do not properly truncate file times, this becomes an issue in that after merging #116 we now support nanosecond resolution on file times.

We should probably use the following resolution:

File System Resolution
HFS+ 1 s
APFS 1 ns
Ext4 1 ns
NTFS 100 ns