From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6d59d09005457d314859de9527b284b8@quanstro.net> From: erik quanstrom Date: Mon, 31 Jul 2006 13:50:33 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Linux 9p timestamps In-Reply-To: <7cc0b452659ba19f4167e9536630f371@quintile.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 94ff3a5c-ead1-11e9-9d60-3106f5b1d025 how about timezone=GMT date # plan 9 and date --utc # linux if these, differ, you need to take a look at timezones. then syscall -s fstat 0 buf 1024 < $file # plan 9 and stat $file # unix if these differ, maybe v9fs is doing some extra conversion? - erik On Mon Jul 31 02:28:46 CDT 2006, steve@quintile.net wrote: > > okay - I'll bite -- so what's csant's problem then? > > Timezone tables being trash at one end or the other? > > How about 10 lines of C to print stat()'s mtime of the > shared file in decimal from both plan9's point of view > and Unix's? > > -Steve