Skip to content

Commit 67a8cc6

Browse files
committed
Update check-time-zone.ps1
1 parent 91566b3 commit 67a8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/check-time-zone.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ try {
1717
$Time = $((Get-Date).ToShortTimeString())
1818
$TZ = (Get-Timezone)
1919
if ($TZ.SupportsDaylightSavingTime) { $DST=", DST+1h" } else { $DST="" }
20-
Write-Host "$Time $($TZ.Id) time (TZ+$($TZ.BaseUtcOffset)$($DST))"
20+
Write-Host "$Time @ $($TZ.Id) (TZ+$($TZ.BaseUtcOffset)$($DST))"
2121
exit 0 # success
2222
} catch {
2323
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"

0 commit comments

Comments
 (0)