From owner-freebsd-hackers Sun Mar 5 06:41:11 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA07260 for hackers-outgoing; Sun, 5 Mar 1995 06:41:11 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA07254 for ; Sun, 5 Mar 1995 06:41:00 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA31377; Mon, 6 Mar 1995 00:38:58 +1000 Date: Mon, 6 Mar 1995 00:38:58 +1000 From: Bruce Evans Message-Id: <199503051438.AAA31377@godzilla.zeta.org.au> To: hackers@FreeBSD.org, john@pyromania.apana.org.au Subject: Re: Daylight Savings ? Sender: hackers-owner@FreeBSD.org Precedence: bulk >Whats the correct way to change the timezone with 2.0R ? >At the moment it's EST +1000 and I want to make it EST +1100. >I have /etc/localtime set to Melbourne Australia. No changes should have been required just for the DST change, provided either 1) You have the system clock on GMT or 2) You had the system clock on local time before 2am Sunday, and the file /etc/wall_cmos_clock existed when you booted before then, and FreeBSD kept running for at least 121 minutes after 2am Sunday. Then adjkerntz should have adjusted the system clock at 3:01 am Sunday. It seemed to work right in Sydney Australia. Bruce