I see that the time in my Ubuntu 20.04 (12:40 PM) is different from my wall clock and also the www.timeanddate.com web site (12:20 PM). As you can see int he picture, the time zones are correct. How can I fix that?
Asked
Active
Viewed 1,516 times
1
-
2What is the output of `timedatectl` command? – FedKad Oct 26 '20 at 15:29
-
3Check that `systemd-timesyncd` is running... Check with the commands `systemctl status systemd-timesyncd` (must be **Active: active (running)**) and `journalctl -b -u systemd-timesyncd.service` (should show time synchronization status). – FedKad Oct 27 '20 at 18:36
2 Answers
0
step list time zone
timedatectl list-timezonesSet its time zone
sudo timedatectl set-timezone America/La_Paz
Jhonny Ramirez Zeballos
- 101
- 2
-1
Just install ntp
sudo apt-get install ntp
It'll automatically synchronize your clock.
Towsif Ahamed Labib
- 161
- 1
- 5
