get the System time zones in your local system using powershell,below is command for that
[System.TimeZoneInfo]::GetSystemTimeZones()
Regards,
Chaitanya
get the System time zones in your local system using powershell,below is command for that
[System.TimeZoneInfo]::GetSystemTimeZones()
Regards,
Chaitanya