Node.js fs.utimesSync() Method
The fs.utimesSync() method is used to synchronously change the modification and access timestamps of a file. The timestamps can be specified using a number, string, or Date object. An error would be thrown if the timestamp cannot be converted to a proper number, or is NaN, Infinity or -Infinity. Syn