Problem:
How can I change my timezone to UTC in Ubuntu?
Solution:
-
In a terminal window type:
sudo dpkg-reconfigure tzdata
- Then select "None of the above":
- After that, select "UTC":
If all goes well then the "date" command should show the date and time in UTC.
No comments:
Post a Comment