Setting timezone on CentOS

Print Friendly

Timezone data files are stored on:

/usr/share/zoneinfo

 

$ sudo rm /etc/localtime
$ sudo ln -s /usr/share/zoneinfo/Europe/Athens /etc/localtime
#
# now check it's ok
#
$ date
Wed Oct  1 12:42:33 GMT 2008
This entry was posted in Linux. Bookmark the permalink.

Comments are closed.