Set timezone and ntp on systemd distro

sudo timedatectl set-timezone Europe/Zagreb
sudo vim /etc/systemd/timesyncd.conf
# append line
NTP=hr.pool.ntp.org
sudo systemctl restart systemd-timesyncd
systemctl status systemd-timesyncd