getListOfMinutes and getListOfSeconds in util/time.js fails in certain locales
thomas15k opened this issue · 2 comments
thomas15k commented
- Operating system and version - all OS
- Browser - all browsers
Se jsbin for example of a localeTimeString not using the ':' delimiter (for instance 'da-DK')
https://jsbin.com/nemacetigu/edit?html,output
getListOfMinutes and getListOfSeconds is depending on toLocaleTimeString using ':' as delimiter which is not always the case.
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
thomas15k commented
This issue might be closed, but the problem persists