Closed cathay4t closed 1 year ago
The libc::time_t is i32 on i686 while x64 is i64. Hence we use try_into for the conversion.
libc::time_t
try_into
CI expand to include build test on i686.
The
libc::time_t
is i32 on i686 while x64 is i64. Hence we usetry_into
for the conversion.CI expand to include build test on i686.