From owner-freebsd-current Sun Nov 10 02:08:30 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA27753 for current-outgoing; Sun, 10 Nov 1996 02:08:30 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA27747 for ; Sun, 10 Nov 1996 02:08:22 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id UAA03369; Sun, 10 Nov 1996 20:58:07 +1100 Date: Sun, 10 Nov 1996 20:58:07 +1100 From: Bruce Evans Message-Id: <199611100958.UAA03369@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, reilly@zeta.org.au Subject: Re: Where does the zic source live? Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Hi, Daylight savings time has just started in Sydney, and >my system didn't respond too well. I thought that part of >the problem might be that the clock chip was running >wall-clock time (from a Windows config.) So I changed that It works OK running wall-clock time here. >down in the man pages or the FAQ or the handbook, so does >anyone know? I don't believe that the compiled time info >files are all that we have. When I worked in Brisbane on a Sources are in /usr/src: /usr/src/share/zoneinfo. Other parts of the Olsen timezone package are /usr/src/usr.sbin/zic and /usr/src/lib/libc/stdtime. Bruce