Closed timjnh closed 2 years ago
for me the same. npm command "generate" which is "babel-node generate.js" shows a warning.
Seems like IANA renamed Europe/Kiev to Europe/Kyiv (check tzdata2022c archive). But this is a broken update, of course
Hi,
the problem is in the version of the node (or browser).
The tzdb
package uses luxon
package for time zone validation. The luxon
package use native Intl
API for mentioned validation. The Kyiv
is a relatively new change. You need the latest version of the node with the new version Intl
API. If you run generate
with the latest node version, the Europe/Kyiv
time zone is presented.
@vvo, please, can you update your node version, run generate
and push the changes?
Thank you.
@NBaruK I am gonna try what you just suggested, hold on
@NBaruK done and a release should be out shortly
:tada: This issue has been resolved in version 6.71.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thank you very much <3.
Woohoo! Thanks guys and good find!
This is more of a question than an issue. In this commit Kiev was removed and Zaporozhye was added. I can't see that a similar change was made in the IANA db so I'm trying to understand why the change was made. This may be something I don't understand about the source of this data.