NaN、Infinity 和 -Infinity 不再是有效的时间说明符。
NaN
Infinity
-Infinity
参数 path 可以是使用 file: 协议的 WHATWG URL 对象。
path
file:
URL
现在允许使用数字字符串、NaN 和 Infinity 作为时间说明符。
新增于: v0.4.2
atime
mtime
返回 undefined。
undefined
有关详细信息,请参阅此 API 的异步版本的文档:fs.utimes()。
fs.utimes()
NaN, Infinity, and -Infinity are no longer valid time specifiers.
The path parameter can be a WHATWG URL object using file: protocol.
Numeric strings, NaN, and Infinity are now allowed time specifiers.
Added in: v0.4.2
Returns undefined.
For detailed information, see the documentation of the asynchronous version of this API: fs.utimes().