Hi I am using digital ocean cloud for some of my application backends but the time zone by default is set for some other country I actually don’t know which country but we can change this using bellow command and set time zone to IST.
1 2 3 |
sudo rm /etc/localtime sudo ln -s /usr/share/zoneinfo/Asia/Kolkata /etc/localtime date |
Hope this tip help you. 🙂