From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 03:29:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC965106564A for ; Wed, 19 Mar 2008 03:29:48 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 838AF8FC18 for ; Wed, 19 Mar 2008 03:29:48 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 1741A284E0; Wed, 19 Mar 2008 16:29:47 +1300 (NZDT) Date: Wed, 19 Mar 2008 16:29:47 +1300 From: Jonathan Chen To: Nerius Landys Message-ID: <20080319032947.GA53122@osiris.chen.org.nz> References: <560f92640803181931x28a3508djd400291266ef01f8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560f92640803181931x28a3508djd400291266ef01f8@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Questions Subject: Re: daylight savings time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 03:29:49 -0000 On Tue, Mar 18, 2008 at 07:31:01PM -0700, Nerius Landys wrote: [...] > I have NTP running and I verified that it works by setting the clock to be > off by one hour and one minute (basically nudge the time by one minute) and > the clock synchronizes itself to be accurate to the minute and second but > off by one hour. > > Does anyone know how to fix this? Is there some sort of updated time zone > data that I need? Thanks in advance. The port misc/zoneinfo is what you need. Alternatively, you can tweak the zoneinfo file in /usr/src/share/zoneinfo yourself and zic(8) it; and then copying/linking the appropriate compiled zoneinfo file to /etc/localtime. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925