From owner-freebsd-questions Mon Apr 1 12:48: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id C989337B417 for ; Mon, 1 Apr 2002 12:47:58 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g31KleE38149; Tue, 2 Apr 2002 08:47:40 +1200 (NZST) (envelope-from jonc) Date: Tue, 2 Apr 2002 08:47:40 +1200 From: Jonathan Chen To: Toomas Aas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Daylight Saving Time woes (Europe) Message-ID: <20020402084739.A38117@grimoire.chen.org.nz> References: <20020331163207.GA2020@foo31-146.visit.se>; <20020401094334.A34689@grimoire.chen.org.nz> <200204011159.g31Bx9i28304@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204011159.g31Bx9i28304@lv.raad.tartu.ee>; from toomas.aas@raad.tartu.ee on Mon, Apr 01, 2002 at 02:58:14PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Apr 01, 2002 at 02:58:14PM +0200, Toomas Aas wrote: [...] > My situation is even more interesting. I'm based in Estonia, where we > did not have DST past couple of years. This spring our government > decided to have DST again. > > Couple of days ago, since I was not sure what the tzsetup thinks of our > situation, I ran it and chose 'Europe/Finland'. It asked me if the > abbreviation 'EET' looks correct. Since I didn't know why it wouldn't, > I chose 'Yes'. So I assume my box should now be in Finnish timezone. > Finland has had DST all the time, AFAIK. > > Still my FreeBSD machine did not apply DST automatically. I also moved > the clock forward manually. Looks like your timezone files haven't been updated to reflect this new policy. What you have to do is to look at: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/zoneinfo/ and see whether any updates relevant to your country have been made. If you find it, you can download it and update your /usr/src/share/zoneinfo and recompile the timezone files. If it's not there, you'll have to find out the Daylight Savings changeover rules, and then either: 1. send-pr the rules and hope that someone applies and make the changes to the timezone files. 2. make the changes yourself to the relevant timezone file and recompile it. You should also send-pr the fixes in. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message