Skip to content

Instantly share code, notes, and snippets.

@nbcchen
Created April 3, 2023 20:35
Show Gist options
  • Save nbcchen/d53f02a93d942972a2c9923ccb636392 to your computer and use it in GitHub Desktop.
Save nbcchen/d53f02a93d942972a2c9923ccb636392 to your computer and use it in GitHub Desktop.
foreach($_ in [System.TimeZoneInfo]::GetSystemTimeZones()){if($_.Id.StartsWith('Greenwich') -or $_.Id.StartsWith('GMT')){ echo $_ }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment