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 default entry in "Show current time" is given as "HH:MM". This leads to a wrong display of the current time as the token MM shows the current month as decimal. Meaning the minutes seem to be stuck at "10" (October). The correct format token is "mm" (lower case).
The default value should be corrected to "HH:mm" instead to display minutes correctly and avoid irritations for the users.
The default entry in "Show current time" is given as "HH:MM". This leads to a wrong display of the current time as the token MM shows the current month as decimal. Meaning the minutes seem to be stuck at "10" (October). The correct format token is "mm" (lower case).
The default value should be corrected to "HH:mm" instead to display minutes correctly and avoid irritations for the users.
See also https://momentjs.com/docs/#/displaying/format/
The text was updated successfully, but these errors were encountered: