Skip to content

Setup default system timezone in Linux

Setup default system timezone in Linux

Answer:

To setup the default system timezone in Linux.

1. Check what timezones are available in your system

# ls /usr/share/zoneinfo/

...
Australia  Canada   EST    ..
..

2. From the list above, pick one you want to set, e.g. Canada

# sudo ln -sf /usr/share/zoneinfo/Canada /etc/localtime

That's all.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. Remove default Debian/Ubuntu default Apache welcome page
  2. Setup time synchronisation in Ubuntu
  3. How to determine the type of a file in Linux
  4. Remove default Fedora/RHEL/CentOS default Apache welcome page
  5. How to check which directory used up most of the disk space?

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*