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
Some(time)if time > crate::sys::time::UNIX_EPOCH => Err(io::const_io_error!(io::ErrorKind::InvalidInput,"timestamp is too large to set as a file time")),
1307
-
Some(_) => Err(io::const_io_error!(io::ErrorKind::InvalidInput,"timestamp is too small to set as a file time")),
0 commit comments