Given a string of "EST", is there a way in .net (c#) to look up the standard name string like "Eastern Standard Time" in return? I know that TimeZoneInfo object has the StandardName field, but I cannot associate it with just the abbreviation.
I would hope to strictly do the look up in .net without accessing external web services.