Last updated on July 2nd, 2018 at 03:37 pm
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.
sudo rm /etc/localtime sudo ln -s /usr/share/zoneinfo/Asia/Kolkata /etc/localtime date
Hope this tip help you. 🙂