PowerTip: Find Time Zone Names with PowerShell
Summary: Find time zone enumeration names with Windows PowerShell. How can I use Windows PowerShell to enumerate the names of time zones that are configured on my computer? Use the System.TimeZoneInfo .NET Framework class, and use the GetSystemTimeZones static method to obtain the list....