-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Time Zone Bug ('Antarctica/DumontDUrville') #28455
Comments
This is a V8 thing that got fixed in Node 12.5.0 via the V8 update. |
Antarctica/DumontDurville was fixed in commit v8/v8@2cf79d12e8 and could be back-ported to the v10.x branch. Asia/Qostanay requires an ICU update because that's where we get the tzdata from. |
@Lonniebiz as to I just checked Node 10.16.3 and it has ICU 64.2 and tz 2019a. I think we should close this as already fixed in v10.16.0 by b323658 / #27361 |
Whoops. the original issue is still there in v10.x. Reopening.
|
This bug just adds proof that the earth is flat. This is a fictitious timezone anyway, so don't bother fixing this. |
does this need to remain open? |
Given that this is limited to 10.x and there will not be another 10.x release before it hits end of life in a few days, going ahead and closing this. |
Sorry I didn't get back to this, but closing is the right path |
There is a timezone bug in Node 10.16.0. It is the same bug that I reported to Chromium here:
https://bugs.chromium.org/p/chromium/issues/detail?id=928068
Run the code in comment 1, from there, to reproduce the bug in Node 10.16.0.
I'm not sure if this is a V8 thing or if each environment has to fix the bug. If it is a V8 thing, perhaps this bug will go away by itself eventually. Otherwise, it needs to be addressed in Node.
The text was updated successfully, but these errors were encountered: