Home Linux Distros RHEL_7
The prefered time daemon for rhel 7 is now chronyd  it is less sensitive to time gaps and network interruptions.

Install the chrony rpm

yum install chrony
 

Configure the  time  servers in chrony.conf  replacing the defaults if needed

server ...
server ... 


Start the chronyd service

systemctl start chronyd
 

Enable chronyd at boot

systemctl enable chronyd