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

Fix TimeZone::MAPPING for 'Kyiv' #24375

Closed
wants to merge 1 commit into from
Closed

Conversation

bogdanvlviv
Copy link
Contributor

@bogdanvlviv bogdanvlviv commented Mar 30, 2016

ICANN renamed Europe/Kiev to Europe/Kyiv in
2022b release, https://mm.icann.org/pipermail/tz-announce/2022-August/000071.html.

tzinfo/tzinfo-data gem updated to tzdata version 2022b, tzinfo/tzinfo-data@5a58dcb.

Related to https://en.wikipedia.org/wiki/KyivNotKiev

The original request to ICANN: https://mm.icann.org/pipermail/tz/2016-April/023512.html

'Kyiv' is correct! It is translated from Ukrainian language.
'Kiev' is translated from Russian language this is not correct for Ukrainian.
Ukraine is my home country.
@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @chancancode (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@vipulnsward
Copy link
Member

See #22440 (comment)

This list has been frozen for more changes. The change is also bound to be a breaking one for Apps depending on it.

@bogdanvlviv
Copy link
Contributor Author

We can add it in changelog, to alert.

@@ -94,7 +94,7 @@ class TimeZone
"Bucharest" => "Europe/Bucharest",
"Cairo" => "Africa/Cairo",
"Helsinki" => "Europe/Helsinki",
"Kyiv" => "Europe/Kiev",
"Kyiv" => "Europe/Kyiv",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IANA timezone identifier is Europe/Kiev and you just can't change that in Rails. Please contact IANA first: https://www.iana.org/time-zones

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have contacted to IANA. I am waiting reply.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bogdanvlviv bogdanvlviv deleted the patch-6 branch August 15, 2016 13:20
@bogdanvlviv bogdanvlviv changed the title fix TimeZone::MAPPING for 'Kyiv' Fix TimeZone::MAPPING for 'Kyiv' Sep 6, 2022
@bogdanvlviv bogdanvlviv restored the patch-6 branch September 6, 2022 08:34
@bogdanvlviv
Copy link
Contributor Author

bogdanvlviv commented Sep 6, 2022

@rafaelfranca Could you please reopen this PR? I updated the PR description with recent changes on the ICANN side.

@DavertMik
Copy link

Please please please!
That really means a lot for Ukrainians

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants