gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.5k stars 578 forks source link

Node-RED npm is missing locales #190

Open Brezensalzer opened 4 years ago

Brezensalzer commented 4 years ago

In my Node-RED flow I have a javascript statement that puts out a datetime string to the dashboard with "var ts = d.toLocaleString('de-DE');". So I expect to get the time like "13:27:14". But in the dashboard I see "1:27:14 PM" which is the locale "en-US". Probably that happens because the underlying npm was built with "small-icu" and not with "full-icu".

Paraphraser commented 4 years ago

Hi,

This repository is dormant at the moment. Graham Garner isn't responding to emails. We all hope he is OK and will be back soon but, for now, the project has been forked to github.com/SensorsIot/IOTstack. Can I suggest that you re-post this issue over there.

Phill

CaptClaude commented 4 years ago

@Paraphraser thanks for redirecting us to the new repo.