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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
As the current synchronized time system stands, it notates time in seconds using floating points. This causes many conversion and comparison problems because of the nature of floating points.
An integer tick offset could be used instead of a floating point clock offset to notate a timestamp. If the floating point representation is required, the current tick could easily be converted to a time using the fixed tick delta time.