By prassanm
kindly please me how can i the the time zone of my droplet in indian zone +5.30
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
You can change it, which os droplet do you have?
You have to login using ssh:
ubuntu:
$ sudo unlink /etc/localtime
$ sudo ln -s /usr/share/zoneinfo/Indian/<Zone-Of-Your-Choice> /etc/localtime
this will show you all available time zones for Indian
$ ls -al /usr/share/zoneinfo/Indian/
On Ubuntu/Debian distros, you can easily change the timezone by running the command :
sudo dpkg-reconfigure tzdata
You will be prompt with a list of timezones that you can select from.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.