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, [EMAIL PROTECTED] 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