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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Currently the timestamp used in set_times is a u64 nanoseconds. We should change it to a seconds + nanoseconds record, similar to timespec as used in POSIX utimensat etc.
Currently the timestamp used in
set_timesis a u64 nanoseconds. We should change it to a seconds + nanoseconds record, similar totimespecas used in POSIXutimensatetc.