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
Time is is saved as a 64 bit int which holds two 32 bit ints for s and ms, each. The combination and splitting of these two ints needs to be done with a central, reusable utility function.
The text was updated successfully, but these errors were encountered:
Time is is saved as a 64 bit int which holds two 32 bit ints for s and ms, each. The combination and splitting of these two ints needs to be done with a central, reusable utility function.
The text was updated successfully, but these errors were encountered: