Skip to content

Instantly share code, notes, and snippets.

@hideshi
Created July 11, 2017 02:20
Show Gist options
  • Save hideshi/499ec15c3e158a4b3e3ae2f43513051b to your computer and use it in GitHub Desktop.
Save hideshi/499ec15c3e158a4b3e3ae2f43513051b to your computer and use it in GitHub Desktop.
Vagrantでホストとの時刻同期を止める ref: http://qiita.com/hideshi/items/a75f45e4d714708e46e3
$ date
Tue Jul 11 01:39:04 UTC 2017
$ sudo service vboxadd-service stop
$ sudo date -s "2017/07/02 01:40:00"
$ date
Sun Jul 2 01:40:02 UTC 2017
$ sudo service vboxadd-service start
$ date
Tue Jul 11 01:50:04 UTC 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment