Update the locale AGAIN

This commit is contained in:
Bun 2025-03-13 20:50:03 -04:00
parent 9a5ec5fad3
commit 8b8f409683

View file

@ -2,5 +2,5 @@
{ {
console.keyMap = "us"; console.keyMap = "us";
i18n.defaultLocale = "en_CA.UTF-8"; i18n.defaultLocale = "en_CA.UTF-8";
time.timeZone = "America/Toronto"; time.timeZone = "Canada/Eastern";
} }