06-24-2022, 02:54 PM
Try below on 32-bit.
It should be active after install
Code:
sudo apt install systemd-timesyncd
It should be active after install
Code:
pi@moode:~ $ systemctl status systemd-timesyncd
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2022-06-21 19:42:28 EDT; 2 days ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 2498 (systemd-timesyn)
Status: "Initial synchronization to time server 144.34.193.110:123 (0.debian.pool.ntp.org)."
Tasks: 2 (limit: 2060)
CPU: 163ms
CGroup: /system.slice/systemd-timesyncd.service
└─2498 /lib/systemd/systemd-timesyncd
Jun 21 19:42:28 moode systemd[1]: Starting Network Time Synchronization...
Jun 21 19:42:28 moode systemd[1]: Started Network Time Synchronization.
Jun 24 10:51:42 moode systemd-timesyncd[2498]: Initial synchronization to time server 144.34.193.110:123 (0.debian.pool.ntp.org).
pi@moode:~ $ sudo timedatectl
Local time: Fri 2022-06-24 10:52:01 EDT
Universal time: Fri 2022-06-24 14:52:01 UTC
RTC time: n/a
Time zone: America/Detroit (EDT, -0400)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
pi@moode:~ $