ootbee-support-tools
ootbee-support-tools copied to clipboard
Incorrect date rendered as execution date in JavaScript Console
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.