Why is this giving me 2 different sets of timezones?
- by chobo2
Hi
I have this line to get all the timezones
Dictionary<string, TimeZoneInfo> storeZoneName = TimeZoneInfo.GetSystemTimeZones().ToDictionary(z => z.DisplayName);
Now when I upload I try it on my local machine I get this
(UTC-12:00) International Date Line West
(UTC-11:00) Coordinated Universal Time-11
(UTC-11:00) Samoa
(UTC-10:00)…