mattjohnsonpint / TimeZoneNames

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

Incorrect Abbreviation for Atlantic Daylight Time in french (fr-CA) #88

Closed JimmyJonesJr closed 1 year ago

JimmyJonesJr commented 1 year ago

When you call TZNames.GetAbbreviationsForTimeZone with "Atlantic Standard Time" and "fr-CA" the daylight abbreviation comes back as "HEA" and not "HAA" as expected (see: https://www.timeanddate.com/time/zones/adt)

mattjohnsonpint commented 1 year ago

Thanks, but the data isn't created or maintained through this library. I return the data as given by the Unicode CLDR project.

You can see the French names and abbreviations for this time zone here: https://github.com/unicode-org/cldr/blob/main/common/main/fr.xml#L6912-L6923

If you wish to submit a correction to CLDR, see their "How to contribute" docs.

Thanks.