You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to install full ICU data, as the default Node.js build does not come with any locale other than English. Check out https://github.com/nodejs/node/wiki/Intl and the full-icu npm package.
Intl.DateTimeFormat
function gives wrong results in NodeJSExpected result (from Chrome 58.0.3029.110):
'25 июня 2017 г.'
Actual result:
'2017 M06 25'
'June 25, 2017
The text was updated successfully, but these errors were encountered: