Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2005 10:41:06 +0100 (CET)
From:      Wojciech Puchar <wojtek@tensor.3miasto.net>
To:        Incoming Mail List <mailist@whoweb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cd9660 problem
Message-ID:  <20051205103945.E35628@chylonia.3miasto.net>
In-Reply-To: <200512041049.jB4AnDAZ032292@whoweb.com>
References:  <200512041049.jB4AnDAZ032292@whoweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> the DVD, ls() reports the date/time of the files on the DVD five hours
> behind the date/time of the original files (as reported by UFS2).
>
> It seems more than coincidence that the discrepency corresponds to my time
> zone (EST) which is five hours less than GMT.  I can confirm that growisofs()

mkisofs stores filedata as is (without looking at timezone), while cd9660 
filesystem driver probably assumes that dates on CD are in local time, and 
converts it.

it exactly agrees with your timezone.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051205103945.E35628>