From owner-freebsd-questions Sat Feb 1 04:57:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA19588 for questions-outgoing; Sat, 1 Feb 1997 04:57:03 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA19579 for ; Sat, 1 Feb 1997 04:57:00 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vqeyg-000Qb5C; Sat, 1 Feb 97 13:55 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id NAA11742; Sat, 1 Feb 1997 13:48:40 +0100 (MET) From: grog@lemis.de Message-Id: <199702011248.NAA11742@freebie.lemis.de> Subject: Re: timezone problem In-Reply-To: <199701300557.WAA15176@beagle.imall.com> from Phil Humpherys at "Jan 29, 97 10:57:53 pm" To: humphery@beagle.imall.com (Phil Humpherys) Date: Sat, 1 Feb 1997 13:48:40 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Phil Humpherys writes: > > I installed 2.2-BETA, and during the install, i set my timezone to be > MST. But my system thinks that the system clock is GMT... HOw do i > fix this? I'm guessing you're used to System V, where time zones are an idea in the mind of the environment. In FreeBSD, they're determined by the contents of the file /etc/localtime. To set up your local time zone, do: 1. If "MST" is an abbreviation for "Mountain Standard Time", copy the contents of /usr/share/zoneinfo/America/Denver to /etc/localtime. 2. If "MST" is an abbreviation for "Middle European Summer Time", copy the contents of /usr/share/zoneinfo/Europe/Berlin to /etc/localtime. /etc/localtime also takes care of daylight savings time transitions. No work required. Greg