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
Fix IO::get_current_time() to return an integer or a timestamp object and use instead of things like chrono::Local::now(), which are non-deterministic.
The text was updated successfully, but these errors were encountered:
Fix
IO::get_current_time()
to return an integer or a timestamp object and use instead of things likechrono::Local::now()
, which are non-deterministic.The text was updated successfully, but these errors were encountered: