mattjohnsonpint / TimeZoneNames

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

TZNames.GetAbbreviationsForTimeZone returns wrong short name in french for America_Eastern #68

Closed msavaria closed 2 years ago

msavaria commented 3 years ago

The short name for daylight saving time returned is HEE (as per the data in the data.json.gz file) but this is incorrect

"America_Eastern": {​​​​​​​
    "Generic": "HE",
    "Standard": "HNE",
    "Daylight": "HEE"
}​​​​​​​,

It should be HAE for Heure Avancée de l'Est

mattjohnsonpint commented 2 years ago

This is fixed in the current version. Thanks.