mattjohnsonpint / TimeZoneNames

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

Upgrade from 1.2.1 to 3.1.1 #35

Closed joviledog closed 6 years ago

joviledog commented 6 years ago

We are using var tzNamesAbbrv = tzn.TimeZoneNames.GetAbbreviationsForTimeZone(timeZoneInfoId, "en-US"); in 1.2.1 What is the equivalent way to do that in V3.1.1 Also input timeZoneId of W. Europe Standard Time would output CET as the standard time.

I want to see if V.3.1.1 would provide a better mapping.

mattjohnsonpint commented 6 years ago

That API has not changed. On the abbreviation output, see my comments on #25. Thanks.