Skip to content

Instantly share code, notes, and snippets.

@olivertappin
Created September 24, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivertappin/fb37a54c60004fcd1c6928ea0c3bd1f1 to your computer and use it in GitHub Desktop.
Save olivertappin/fb37a54c60004fcd1c6928ea0c3bd1f1 to your computer and use it in GitHub Desktop.
Update server date time using Google
date -s "$(curl -s --head http://google.com | grep ^Date: | sed 's/Date: //g')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment