I would like to know how I get the date and time with the time zone through the Windows 10 PowerShell, I know what it is with the command get-date
but I don't know what option I have to use. If you can help me, thank you.
I would like to know how I get the date and time with the time zone through the Windows 10 PowerShell, I know what it is with the command get-date
but I don't know what option I have to use. If you can help me, thank you.
This command does just what you need:
It just gives Get-Date a format and the z at the end is the timezone. You can find more information in this documentation .
You can also use this other command to display a complete list with all time zones: