Setting Timezone on CentOS


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $ sudo rm /etc/localtime
  2. $ sudo ln -s /usr/share/zoneinfo/Europe/London /etc/localtime

URL: http://whomwah.com/2008/10/01/setting-the-timezone-on-centos/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.