Public/Get-TimeZoneLegacy.ps1

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