You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.