These steps solved an issue with automatic datetime synchronization in a SBC (Lepotato - Debian).
sudo apt install systemd-timesyncd
sudo timedatectl set-timezone "America/Bogota"
sudo timedatectl set-ntp true
sudo systemctl restart systemd-timedated
sudo timedatectl set-ntp on
# Check configuration
sudo timedatectl
linux command