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
When a script is executed in the JavaScript Console, the date of the last execution is shown above the result tabs. This date should be formatted in ISO 8601 format with two digits for months and days.
Actual behavior
When a script is executed in October, the month is displayed with three digits, consisting of a leading 0 and the actual month.
Steps to reproduce the behavior
Execute a script in October of any year.
Additional details (analysis so far, log statements, references, etc.)
Tell us about your environment
The text was updated successfully, but these errors were encountered:
BUG
Expected behavior
When a script is executed in the JavaScript Console, the date of the last execution is shown above the result tabs. This date should be formatted in ISO 8601 format with two digits for months and days.
Actual behavior
When a script is executed in October, the month is displayed with three digits, consisting of a leading 0 and the actual month.
Steps to reproduce the behavior
Execute a script in October of any year.
Additional details (analysis so far, log statements, references, etc.)
Tell us about your environment
The text was updated successfully, but these errors were encountered: