From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 28 Jul 2009 09:22:19 -0400 To: corey@bitworthy.net, 9fans@9fans.net Message-ID: <73922819731eb511895ad1959a18a486@coraid.com> In-Reply-To: <200907272205.56808.corey@bitworthy.net> References: <664879e97485933b3ca1bc9e37760730@quanstro.net> <200907272205.56808.corey@bitworthy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] how to fix: 'arena arenas00 creation time after last write time' Topicbox-Message-UUID: 2fc801a6-ead5-11e9-9d60-3106f5b1d025 > > -L used with -r to indicate the real time clock is in > > local time rather than GMT. This is useful on PCs that > > also run the Windows OS. > > > > I must be stuck in some sort of logic error, so please correct me where I'm > wrong: > > * the Plan 9 installer assumes EDT (UTC -4) > > * however I live in MST (UTC -7) > > * thus no matter what, when I set my timezone after the install, the time > goes _backward_ X number of hours (EDT is -4, MST is -7; so time goes this is incorrect. time stays the same. you can verify with date -n. plan 9 keeps time in utc. in fact the timezone is just an environment variable. so two different programs on the same machine can be set to different timezones. your problem is with the rtc. it sounds like between your install and your reboot, the rtc was accidentally changed from utc to local time. this may be a bug in plan 9's installer, but i suspect it was something else you ran. - erik