Skip to content

Instantly share code, notes, and snippets.

@cftang0827
Created October 14, 2023 18:24
Show Gist options
  • Save cftang0827/2e09fbee5c8c8bc4fd60b74bed983ed8 to your computer and use it in GitHub Desktop.
Save cftang0827/2e09fbee5c8c8bc4fd60b74bed983ed8 to your computer and use it in GitHub Desktop.
Script to correct your Unix system datetime
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment