Summary: Use Windows PowerShell to find the current time zone information.
How can I use Windows PowerShell to find my current time zone?
Use the System.TimeZone .Net Framework class with the static CurrentTimeZone property:
PS C:\> [System.TimeZone]::CurrentTimeZone
StandardName DaylightName
------------ ------------
Eastern Standard Time Eastern Daylight Time