mattjohnsonpint / TimeZoneNames

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

Update to CLDR 44 when available #102

Open mattjohnsonpint opened 9 months ago

mattjohnsonpint commented 9 months ago

CLDR 44 is due October 2023. Update TimeZoneNames accordingly when available.

vas6ili commented 9 months ago

Hi,

Will this update fix "Greenland Standard Time" display name? TZNames.GetDisplayNameForTimeZone("Greenland Standard Time", "en") returns (UTC-03:00) Greenland, but should be (UTC-02:00) Greenland (https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-for-greenland-dst-changes-2023/ba-p/3910830)

Or does it require a separate issue?