1

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?

enter image description here

mahmood
  • 1,836
  • 2
  • 18
  • 24
  • 2
    What is the output of `timedatectl` command? – FedKad Oct 26 '20 at 15:29
  • 3
    Check 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 Answers2

0
  1. step list time zone

    timedatectl list-timezones
    
  2. Set its time zone

    sudo timedatectl set-timezone America/La_Paz
    
-1

Just install ntp

sudo apt-get install ntp

It'll automatically synchronize your clock.