toLocaleString not working h24 - Italy

Full ICU support in standard NodeJS builds seems to be on it's way, see https://github.com/nodejs/node/pull/29522

Meanwhile installing https://www.npmjs.com/package/full-icu adds the necessary icudt64l.dat file. With this Date.toLocaleString() is working as expected.

1 Like