From LQWiki
NTP is an acronym for network time protocol.
NTP describes a protocol used by servers and clients to keep the time of all computers on the network synchronized. This is important, for example, to be able to accurately compare timestamps in logs on two different systems.
If you want to synchronize your local time with a ntp server target, stop your ntp daemon and issue:
$ ntpdate target 3 Jul 10:13:34 ntpdate[9484]: step time server 192.168.0.1 offset 33.206060 sec
The offset shows you the time difference between local clock and server before the sync.
The software
The software called xntpd (extended ntp daemon) and can be configured under
/etc/xntpd.conf
To start the daemon, issue
/etc/init.d/xntpd start

This page is available under a