Information
chrony is a daemon which implements the Network Time Protocol (NTP). It is designed to synchronize system clocks across a variety of systems and use a source that is highly accurate.
Rationale:
Proper configuration of chrony is vital to ensuring time synchronization is working properly.
Solution
Configure additional time servers as needed.
The following command would add "2.pool.ntp.org" to the list of time servers.
# apiclient apply <<EOF
[settings.ntp]
time-servers = [ "2.pool.ntp.org" ]
EOF
If chrony is not running, update to a version of the OS with the correct service configuration.