Hi,
You can use the ntpclient command to synchronize time with an NTP server. For example, to synchronise time once:
ntpclient -s -p 123 -h 0.europe.pool.ntp.org
To synchronize time at a one hour (3600 seconds) interval:
ntpclient -i 3600 -D -p 123 -h 0.europe.pool.ntp.org
Execute ntpclient --help for more options or lookup possible options here.