, . , :
foreach (TimeZoneInfo tz in TimeZoneInfo.GetSystemTimeZones()){
Console.WriteLine("{0}, {1}, {2}, {3}", tz.Id,
tz.DisplayName, tz.StandardName, tz.DaylightName);
}
CreateCustomTimeZone , Windows:
TimeZoneInfo newtz = TimeZoneInfo.CreateCustomTimeZone("Central Standard Time",
tzi.BaseUtcOffset, "(GMT-06:00) Central Time (US & Canada)",
"Central Standard Time");
. , ( , ..).