Skip to content

Instantly share code, notes, and snippets.

@hisea
Created March 10, 2013 16:53
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 hisea/5129394 to your computer and use it in GitHub Desktop.
Save hisea/5129394 to your computer and use it in GitHub Desktop.
Configure Time Zone on Ubuntu
$ date
Sun Mar 10 12:50:37 EDT 2013
$ more /etc/timezone
America/Toronto
$ sudo dpkg-reconfigure tzdata
$ sudo service cron stop
$ sudo service cron start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment