From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <653fba7e69efeca2dac4ccec7542b83b@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] installation timezone From: "Russ Cox" Date: Mon, 6 Mar 2006 11:24:59 -0500 In-Reply-To: <82c890d00603060808m7f715882j7035b0281a30726d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0c982804-ead1-11e9-9d60-3106f5b1d025 > if the default is gmt i would set up the /adm/timezone/local to gmt by > default too for new systems. (just for consistency?) The contents of /adm/timezone/local have no effect on what time(0) returns during the install. They only affect what time zone is used to *print* the time. They do matter if you're running aux/timesync -L, because -L says assume that the PC clock is set to local time instead of GMT. If your local PC clock is set to GMT (e.g., you are not dual-booting with Windows) then just remove the -L from termrc after installing. This is not hard. Russ