Skip to content

Instantly share code, notes, and snippets.

@stesee
Created August 31, 2024 06:15
Show Gist options
  • Select an option

  • Save stesee/f90afeb42a9b30c5192e40be722257ac to your computer and use it in GitHub Desktop.

Select an option

Save stesee/f90afeb42a9b30c5192e40be722257ac to your computer and use it in GitHub Desktop.

Revisions

  1. stesee created this gist Aug 31, 2024.
    5 changes: 5 additions & 0 deletions setSystemClockToGoogleTime.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    $response = Invoke-WebRequest 'google.at'
    $response.headers.Date
    # Sat, 31 Aug 2024 05:31:49 GMT
    $parsedDate = [datetime]::Parse($response.headers.Date)
    set-date $parsedDate