We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs.utimes
1 parent 33aacbe commit 4a58420Copy full SHA for 4a58420
doc/api/fs.md
@@ -3789,8 +3789,8 @@ Change the file system timestamps of the object referenced by `path`.
3789
3790
The `atime` and `mtime` arguments follow these rules:
3791
3792
-* Values can be either numbers representing Unix epoch time, `Date`s, or a
3793
- numeric string like `'123456789.0'`.
+* Values can be either numbers representing Unix epoch time in seconds,
+ `Date`s, or a numeric string like `'123456789.0'`.
3794
* If the value can not be converted to a number, or is `NaN`, `Infinity` or
3795
`-Infinity`, an `Error` will be thrown.
3796
0 commit comments