I want to use the TimeZoneInfo.FindSystemTimeZoneById(String) method, but I don\'t know what values to use as the input?
Where can I get a list of values for i
Have a look at the static method on TimeZoneInfo called TimeZoneInfo.GetSystemTimeZones() method.
This will return a list of all TimeZoneInfo's on your operating system from the Registry. They are all stored under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.
An example is "GMT Standard Time" for the "Dublin, Edinburgh, Lisbon, London" time zone.