Skip to content

Instantly share code, notes, and snippets.

@dancourse
Created February 4, 2015 16:22
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 dancourse/8815977f247d7ebd962c to your computer and use it in GitHub Desktop.
Save dancourse/8815977f247d7ebd962c to your computer and use it in GitHub Desktop.
Is homestead's server time out of sync
# inside your homestead machine, ie. $homestead ssh
date
# Should give something like this, Wed Feb 4 16:21:30 UTC 2015
# That will tell you the time. If it's off by
# if it's bad, to fix it.
exit
# wait
homestead halt
# wait
homestead up
# wait
date
# Should give something like this, Wed Feb 4 16:28:00 UTC 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment