From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 05:08:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3B816A4CE for ; Tue, 29 Mar 2005 05:08:05 +0000 (GMT) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBB843D48 for ; Tue, 29 Mar 2005 05:08:05 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id F1BFD34DA10; Mon, 28 Mar 2005 21:08:04 -0800 (PST) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id 59E3334DA0F; Mon, 28 Mar 2005 21:08:04 -0800 (PST) Message-ID: <4248E2B4.1070209@cloudview.com> Date: Mon, 28 Mar 2005 21:08:04 -0800 From: John Pettitt Organization: CloudView Photographic User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: markzero References: <20050329025302.GA79518@logik.ath.cx> In-Reply-To: <20050329025302.GA79518@logik.ath.cx> X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: by skipjack cc: freebsd-questions@freebsd.org Subject: Re: openntpd UTC problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 05:08:05 -0000 markzero wrote: >Has anybody had any luck with getting OpenNTPD (net/openntpd) to work >with anything other than UTC? I'm on GMT and recently we moved into >daylight savings. As OpenNTPD has decided that I'm on UTC, I'm now >an hour out (which is causing a few problems, as you can probably >guess). > >Any help would be appreciated, >Mark > > ntp (open and otherwise) only deals in UTC - the time the system shows when you you type 'date' is a function of UTC and the timezone setting for the system. run sysinstall then select configure and timezone to set the correct timezone from the menu. On another note openntp is not particularly accurate (if you can live with +/- 100ms then fine otherwise use ntpd) John