Skip to content
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

toLocaleDateString not working as expected on latest node 18 #46162

Closed
keepitterron opened this issue Jan 10, 2023 · 2 comments
Closed

toLocaleDateString not working as expected on latest node 18 #46162

keepitterron opened this issue Jan 10, 2023 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. icu Issues and PRs related to the ICU dependency.

Comments

@keepitterron
Copy link

Version

v18.13.0

Platform

Darwin Kernel Version 22.1.0

Subsystem

No response

What steps will reproduce the bug?

new Date().toLocaleDateString('en-CA')

How often does it reproduce? Is there a required condition?

always

What is the expected behavior?

2023-01-10 (browser and node until 18.12.x)

What do you see instead?

1/10/2023

Additional information

This looks related to the ICU update to 72.1
#45068 cc @targo

@bnoordhuis
Copy link
Member

Duplicate of #45945. Not considered a bug.

@bnoordhuis bnoordhuis added duplicate Issues and PRs that are duplicates of other issues or PRs. icu Issues and PRs related to the ICU dependency. labels Jan 10, 2023
@keepitterron
Copy link
Author

I should've looked for a similar issue first. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. icu Issues and PRs related to the ICU dependency.
Projects
None yet
Development

No branches or pull requests

2 participants