mattjohnsonpint / TimeZoneNames

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

UTC abbreviation #66

Closed mattjohnsonpint closed 1 year ago

mattjohnsonpint commented 3 years ago
Console.WriteLine(TZNames.GetAbbreviationsForTimeZone("UTC", "en-US").Generic);

Gives "UTC Time". Should give "UTC" regardless of language. This one can be hardcoded.

zoinkydoink commented 2 years ago

Yes please add this so that .Standard will actually return UTC and not "UTC Standard Time"

mattjohnsonpint commented 1 year ago

Fixed in 6.0.0