If you need to find out the time in another time zone, you can convert your local time to Universal Time and then add the number of offset hours to the time zone you want to display:
((get-date).toUniversalTime()).AddHours(8)
If you need to find out the time in another time zone, you can convert your local time to Universal Time and then add the number of offset hours to the time zone you want to display:
((get-date).toUniversalTime()).AddHours(8)