Bug 1927348 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

At the moment chatZilla has it's only localisations for weekdays, months and AM/PM. This can be avoided by making use of Intl.DateTimeFormat
At the same time:
* use JS String padStart method for padNumber function
* use the definitions from https://metacpan.org/ for %c, %x and %X for the locales

Back to Bug 1927348 Comment 0