Set current time as est time
To set current time as EST time , just execute the following commands on your server or VE
root@server [/]# cp /usr/share/zoneinfo/EST /etc/localtime
cp: overwrite `/etc/localtime'? y
root@server [/]# date
Thu May 13 12:38:16 EST 2010
root@server [/]# cp /usr/share/zoneinfo/EST /etc/localtime
cp: overwrite `/etc/localtime'? y
root@server [/]# date
Thu May 13 12:38:16 EST 2010
No comments:
Post a Comment