mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
196 stars 32 forks source link

Incorrect transliteration for Kyiv #98

Open ksmarko opened 1 year ago

ksmarko commented 1 year ago

According to the Ukrainian transliteration rules, the correct value is Kyiv (not Kiev)

mattjohnsonpint commented 1 year ago

Please provide the code that is giving you the undesirable result.

ksmarko commented 11 months ago

@mattjohnsonpint You can find all references of "Kiev" and replace them with "Kyiv". Here is the search results: https://github.com/search?q=repo%3Amattjohnsonpint%2FTimeZoneNames+Kiev&type=code. Also, I get this error when trying to search time zone by name "Europe/Kyiv": NodaTime.TimeZones.DateTimeZoneNotFoundException: 'Time zone Europe/Kyiv is unknown to source TZDB: 2019c (mapping: 14742)'

oserdiuk commented 10 months ago

Hi @mattjohnsonpint , are there any updates on this?

mattjohnsonpint commented 10 months ago

A few things:

That said, some of the Kiev spellings may have been updated already with CLDR 43, and I haven't updated TimeZoneNames since CLDR 42 - so I'll get on that soon. It also looks like CLDR 44 is around the corner (their releases are twice annually), so there may be multiple updates to TimeZoneNames accordingly.

mattjohnsonpint commented 10 months ago

Tracking CLDR updates in #101 and #102. Thanks.