Skip to content

Instantly share code, notes, and snippets.

@fltd
Created June 17, 2018 10:44
Show Gist options
  • Save fltd/6295fe5959aa882f1f75f9e81baa684e to your computer and use it in GitHub Desktop.
Save fltd/6295fe5959aa882f1f75f9e81baa684e to your computer and use it in GitHub Desktop.
Set datetime from https://now.httpbin.org
sudo date --set=@$(curl -sL https://now.httpbin.org | grep -Po '"epoch": \K\d+\.\d+')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment