Created
June 17, 2018 10:44
-
-
Save fltd/6295fe5959aa882f1f75f9e81baa684e to your computer and use it in GitHub Desktop.
Set datetime from https://now.httpbin.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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