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
This may even be classified as a low severity security issue because someone may accept an hours number from a user and then do TimeAmount.hours(userProvidedValue). Not a good idea but you never know what users do.
Expected behavior
It should cap the amount to the maximum representable amount.