Hello! I am trying to update the time zone of my server. I have been able to change the local time zone by using the command sudo dpkg-reconfigure tzdata. However, this only changed the local time and not the universal time. How would I change the universal time? Thank you in regard. -Kevin
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!
Hello,
Have you tried using timedatectl?
For example to set your timezone to UTC you could run:
timedatectl set-timezone UTC
Also you could run timedatectl list-timezones to see all the available timezones and choose the one that you need from there,
Hope that this helps! Regards, Bobby
1: timedatectl set-timezone UTC
2: timedatectl set-local-rtc 1 --adjust-system-clock
3: [change time of your system] eg: date --set="6 Apr 2019 11:30:00"
4: timedatectl set-local-rtc 0
5: timedatectl set-timezone [your timezone] eg: Asia/Tehran
Sure this helps! Regards, Amirhossein
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.