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
Methods that convert time units in TimeUtils accept and return double.
This can lead to unnecessary conversions so we might want to add methods that accept and return long to avoid this. See: #6180 (comment)