Possible Duplicate:
TimeZoneInfo.GetSystemTimeZones() how to Select entries for specific country codes only?
in C#, I'm trying to get the TimeZoneInfo for a specified country code (for example 'US' for united states).
Is there a way I can achieve that without any 3rd party\saving the TimeZoneInfo.Id string on my countries table?
Thanks, Nir.