Changing Time Zone

Changing Time Zone in Linux:

1. Login to your VPS using Putty.

2. Type the following commands:

rm -rf /etc/localtime

ln -s /usr/share/zoneinfo/Asia/Manila /etc/localtime

sudo service ntpd stop

ntpdate -u 0.asia.pool.ntp.org

sudo service ntpd start

date

3. DONE. Check List of Timezones (example: Asia/Kolkata): Click Me

Sending
User Review
0 (0 votes)

Leave a Reply