From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 09:00:44 2004 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 99D3516A4CF for ; Tue, 27 Jan 2004 09:00:44 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A9443D66 for ; Tue, 27 Jan 2004 09:00:23 -0800 (PST) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 60E7EBA; Tue, 27 Jan 2004 15:50:38 +0000 (GMT) Message-ID: <401698DE.5090807@mux.org.uk> Date: Tue, 27 Jan 2004 16:59:10 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Will Saxon References: <0E972CEE334BFE4291CD07E056C76ED8DB371D@bragi.housing.ufl.edu> In-Reply-To: <0E972CEE334BFE4291CD07E056C76ED8DB371D@bragi.housing.ufl.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Wayne M Barnes cc: Scott Hiemstra cc: freebsd-questions@freebsd.org Subject: Re: How to get out of Africa? 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, 27 Jan 2004 17:00:44 -0000 Will Saxon wrote: >>Dear FreeBSD, >> >> During installation, I accidentally hit Africa for my timezone. >> >> I have looked all over the documentation, and I cannot find >>out to reset my time zone. >> >> Does anybody else know? I installed 5.1 from the CD. > > > I think that you can copy the file that matches your timezone from /usr/share/zoneinfo/ over top of /etc/localtime. > > For me it is EST5EDT and I usually link it (ln -s /usr/share/zoneinfo/EST5EDT /etc/localtime) but that might not be the recommended way. I believe that using tzsetup is the recommened way. Andrew