-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
utimes precision errors #13255
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Version: v7.10.0
Platform: Windows 10 64-bit
Subsystem: fs
I was working on a fuzz test to test the accuracy of timestamps set using
fs.utimes()and found the following two precision bugs on Windows:Here's the gist to reproduce (on a Windows fs with support for at least millisecond timestamps):
On Mac, the negative mtime is also an issue.