Chtimes changes the access and modification times of the named
file, similar to the Unix utime() or utimes() functions.
A zero [time.Time] value will leave the corresponding file time unchanged.
The underlying filesystem may truncate or round the values to a
less precise time unit.
If there is an error, it will be of type [*PathError].
Chtimes changes the access and modification times of the named file, similar to the Unix utime() or utimes() functions. A zero [time.Time] value will leave the corresponding file time unchanged.
The underlying filesystem may truncate or round the values to a less precise time unit. If there is an error, it will be of type [*PathError].