S9 EXT  (sys:utimes string)   ==>  unspecific
        (sys:lutimes string)  ==>  unspecific

Set the access and modification time of the file STRING to
the current time. SYS:UTIMES dereferences symlinks while
SYS:LUTIMES operates on the symlinks themselves.

(sys:utimes "file")  ==>  unspecific
