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
On platforms where the underlying OS APIs are not y2038-ready, use
`OVERFLOW` rather than `INVALID` if a y2038 time value is provided,
to indicate that the time cannot be converted into a value that can
be passed to the OS.
This fixes tests/fs/y2038.rs and tests/time/y2038.re on 32-bit Linux
systems which lack `statx`, and is consistent with what libc
implementations do.
0 commit comments