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

v14.21.3 release includes out-of-date tzdata2022f #47895

Closed
DevAhmedRadwan opened this issue May 6, 2023 · 3 comments
Closed

v14.21.3 release includes out-of-date tzdata2022f #47895

DevAhmedRadwan opened this issue May 6, 2023 · 3 comments

Comments

@DevAhmedRadwan
Copy link

DevAhmedRadwan commented May 6, 2023

Version

v14.21.3

Platform

No response

Subsystem

No response

What steps will reproduce the bug?

v14.21.3 release includes out-of-date tzdata2022f

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

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

The ICU repository was just updated to include the binary files 2 months ago:
https://github.com/unicode-org/icu-data/tree/main/tzdata/icunew/2023c/44

It includes an update to Egypt DST that already took effect April 28th.

Additional information

No response

@climba03003
Copy link
Contributor

climba03003 commented May 6, 2023

node@14 already End-of-Life on 2023-04-30.
You should use node@18 or node@20 instead.

@DevAhmedRadwan
Copy link
Author

DevAhmedRadwan commented May 6, 2023

node@14 already End-of-Life on 2023-04-30. You should use node@18 or node@20 instead.

v18 has the same problem it's not updated but v20.1.0 is up todate

Welcome to Node.js v18.16.0.
Type ".help" for more information.

new Date().toString()
'Sat May 06 2023 10:46:43 GMT+0200 (Eastern European Standard Time)'

Welcome to Node.js v20.1.0.
Type ".help" for more information.

new Date().toString()
'Sat May 06 2023 11:48:38 GMT+0300 (Eastern European Summer Time)'

@bnoordhuis
Copy link
Member

See discussion in #47872. Closing.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants