We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs.utimes
1 parent 4465d23 commit 2c49dd3Copy full SHA for 2c49dd3
doc/api/fs.md
@@ -3788,8 +3788,8 @@ Change the file system timestamps of the object referenced by `path`.
3788
3789
The `atime` and `mtime` arguments follow these rules:
3790
3791
-* Values can be either numbers representing Unix epoch time, `Date`s, or a
3792
- 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'`.
3793
* If the value can not be converted to a number, or is `NaN`, `Infinity` or
3794
`-Infinity`, an `Error` will be thrown.
3795
0 commit comments