-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intl.DateTimeFormat(...).resolvedOptions() always return 'short' in timeZoneName #26790
Comments
@nodejs/intl |
TimothyGu
added
question
Issues that look for answers.
i18n-api
Issues and PRs related to the i18n implementation.
labels
Mar 20, 2019
^ not repro in all versions, may be something that was fixed in v8 |
working fine in 42dbaed |
srl295
added
v8 engine
Issues and PRs related to the V8 dependency.
and removed
question
Issues that look for answers.
assert
Issues and PRs related to the assert subsystem.
labels
Mar 20, 2019
@srl295 Thank you for quick response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: tested for 9.21 and 11.60
Platform: OSX Mojave x86_64
tested with ICU v: '63.1', and without.
quick step to reproduce:
will always return 'short'.
Chrome v72.0 - show's correct value
you can check it quickly in sandbox at MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
The text was updated successfully, but these errors were encountered: