Changing Time Zone in Linux:1. Login to your VPS server using Putty. 2. Type the following commands: # cd /usr/share/zoneinfo# ls# cd Asia# rm -rf /etc/localtime# ln -sf /usr/share/zoneinfo/Asia/Manila /etc/localtime# sudo ln -sf /usr/share/zoneinfo/Asia/Manila /etc/localtime# timedatectl list-timezones | grep Manila# timedatectl set-timezone Asia/Manila# date 3. DONE. Check List of Timezones (example: Asia/Kolkata): Click Me