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
The parseInterval function is missing a radix parameter in all of its parseInt calls. This may cause the hours, minutes and seconds fields to be incorrectly parsed when they have a leading '0' and are interpreted as octal values. For instance, having "08" or "09" as a value will cause the field to be interpreted by parseInt as undefined.
The text was updated successfully, but these errors were encountered:
The parseInterval function is missing a radix parameter in all of its parseInt calls. This may cause the hours, minutes and seconds fields to be incorrectly parsed when they have a leading '0' and are interpreted as octal values. For instance, having "08" or "09" as a value will cause the field to be interpreted by parseInt as undefined.
The text was updated successfully, but these errors were encountered: