Public/Get-TimeZoneLegacy.ps1
function Get-TimeZoneLegacy () { return ([System.TimeZone]::CurrentTimeZone).StandardName } |
function Get-TimeZoneLegacy () { return ([System.TimeZone]::CurrentTimeZone).StandardName } |