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
See also: #126947. The current implementation works for targets where sizeof(time_t) == sizeof(int64_t), but we shouldn't make that assumption. Instead of using int64_t perhaps we can use time_t.