We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd08fd commit b5c24dfCopy full SHA for b5c24df
doc/api/fs.md
@@ -2086,8 +2086,8 @@ changes:
2086
-->
2087
2088
* `fd` {integer}
2089
-* `atime` {integer}
2090
-* `mtime` {integer}
+* `atime` {number|string|Date}
+* `mtime` {number|string|Date}
2091
2092
Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
2093
@@ -3462,8 +3462,8 @@ changes:
3462
3463
3464
* `path` {string|Buffer|URL}
3465
3466
3467
3468
Returns `undefined`.
3469
0 commit comments