set-file-times
set-file-times is a built-in function in `C source code
'.
(set-file-times FILENAME &optional TIMESTAMP)
Set times of file FILENAME to TIMESTAMP.
Set both access and modification times.
Return t on success, else nil.
Use the current time if TIMESTAMP is nil. TIMESTAMP is in the format of
`current-time'.