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
is_Int64( mktime64(&date), time, "mktime64(%lld)", time );
Time is set earlier as time = 12344678900LL;. So a value of 140721847750144 is absurd. It should be mktime64(12344678900). It's possible something is altering time.
The text was updated successfully, but these errors were encountered:
It's test 13 in t/mktime64.t.c which is this.
Time is set earlier as
time = 12344678900LL;
. So a value of140721847750144
is absurd. It should bemktime64(12344678900)
. It's possible something is alteringtime
.The text was updated successfully, but these errors were encountered: