Closed
Description
This is one thing that I forgot to do as part of #10179. From rust you should be able to change the modification times of files (as permitted by the os). Relevant libuv calls are:
uv_fs_utime
uv_fs_futime
We should probably have a more rustic name than utime
because I personally have no idea what that's implying.