- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Timezone/Daylight savings query.
- From: Ken Foskey <foskey@xxxxxxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 12:18:51 +1100
On Sat, 2005-12-31 at 09:04 +1100, Voytek Eymont wrote:
> more pertinent is that my ntpd is not really keeping my clock updated
ntp is network time protocol. It keeps UTC in sync not daylight savings
which is offset from UTC.
ntpd will only reset the clock by a few microseconds. you start this
with ntpdate <server> which will force the update then ntpd will keep
this on track. You might want this in oyur boot sequence like ubuntu
does.
Ta
Ken