Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2945
TimeZoneInfo.FromStandardName problem
posted

It seems System.TimeZoneInfo.GetSystemTimeZones sometimes returns UTC with a StandardName of "Coordinated Universal Time", and sometimes as "Co-ordinated Universal Time".

Infragistics.Win.TimeZoneInfo.FromStandardName appears to return a timezone from the latter, but not the former.

Why doesn't Infragistics.WIn.TimeZoneInfo allow a lookup on the Id?  Surely this would be more reliable than having to do so by name?