So for my CentOS install, to set my machine to London time, I use:
## this is not correct for me# $ date Wed Oct 1 07:43:58 CDT 2011## to fix it# $ sudo rm /etc/localtime $ sudo ln -s /usr/share/zoneinfo/Asia/Kuala_Lumpur /etc/localtime ## now check it's ok# $ date Wed Oct 112:42:33 GMT 2011
No comments:
Post a Comment