Formatting/TimeZone.format.ps1

Write-FormatView -TypeName System.TimeZoneInfo -Property ID, DisplayName -AutoSize -AlignProperty @{
    ID = 'Right'
    DisplayName = 'Left'
}