From owner-freebsd-questions@FreeBSD.ORG Thu Apr 6 11:25:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 520B716A422 for ; Thu, 6 Apr 2006 11:25:56 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25A243D45 for ; Thu, 6 Apr 2006 11:25:55 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1FRScc-0006dz-0b; Thu, 06 Apr 2006 12:25:54 +0100 Received: from [62.31.10.57] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1FRScY-0003Mm-Cx; Thu, 06 Apr 2006 12:25:50 +0100 Message-ID: <4434FABD.2080803@dial.pipex.com> Date: Thu, 06 Apr 2006 12:25:49 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: Philip Radford References: <001401c65960$9d2ecba0$0207a8c0@P800> In-Reply-To: <001401c65960$9d2ecba0$0207a8c0@P800> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: BST instead of GMT 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: Thu, 06 Apr 2006 11:25:56 -0000 Philip Radford wrote: >Hi all, > >I am looking for a way to get my FreeBSD 5.3 box to show my local time as BST (British Summer Time) as apposed to GMT. > >I have checked and double-checked the timezone and have set this to Europe/London. > >However I think I need to do something with the locale. Hunting around led me to the /etc/login.conf and the concept of classes but can't understand or follow the documentation to get it set up correctly. > > Check that /etc/localtime exists and is the same as the London timezone file: $ diff /etc/localtime /usr/share/zoneinfo/Europe/London should produce no output. Also check that you do not have a TZ variable set as that will affect what date shows you. I've never had to do anything login class related to make this work. There may be other things... --Alex