* On 2026 22 Feb 09:45 -0600, Eric Gammeter wrote:
> What Network Time application to use? I have a Raspberry PI4 and WEEWX
> 5.2.
Presumably you mean an NTP client. One is already bundled in Raspberry
Pi OS--systemd-timesyncd. You can see if it's running by running:
sudo systemctl status systemd-timesyncd.service
If it shows that it is not running then start it with:
sudo systemctl start systemd-timesyncd.service
Then to ensure that it is started on every system restart enable with:
sudo systemctl enable systemd-timesyncd.service
Check its status again to see that it is running and enabled.
That is all there is to it, no additional packages to install and
configure.
If you have a time server on your network, then it can be added by
editing /etc/systemd/timesyncd.conf, uncommenting the "NTP" line and
adding its IP address or host name.
You'll likely never have to mess with it again.
- Nate
--
"The optimist proclaims that we live in the best of all
possible worlds. The pessimist fears this is true."
Web:
https://www.n0nb.us
Projects:
https://github.com/N0NB
GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819