From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 15:59:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DB016A41F for ; Sat, 3 Dec 2005 15:59:22 +0000 (GMT) (envelope-from jonw@whoweb.com) Received: from whoweb.com (whoweb.com [66.180.172.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B01143D60 for ; Sat, 3 Dec 2005 15:59:22 +0000 (GMT) (envelope-from jonw@whoweb.com) Received: from whoweb.com (localhost [127.0.0.1]) by whoweb.com (8.12.11/8.12.11) with ESMTP id jB3BBe4t018310; Sat, 3 Dec 2005 06:11:40 -0500 (EST) Received: (from root@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id jB3BBege018309; Sat, 3 Dec 2005 06:11:40 -0500 (EST) Date: Sat, 3 Dec 2005 06:11:40 -0500 (EST) From: Jonathan Wallace Message-Id: <200512031111.jB3BBege018309@whoweb.com> To: freebsd-listen@fabiankeil.de, mailist@whoweb.com In-Reply-To: <20051203115924.014faf5a@T51.local> Cc: freebsd-questions@freebsd.org Subject: Re: mkisofs on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 15:59:23 -0000 Thanks for responding. >>Do you see the problem if you only use mkisofs? Yes. I just tried it and got the same problem with an iso image using mkisofs. This is starting to look like a timezone issue. The date/time difference between the date displayed via ISO and the date displayed via FFS (same file), is five hours which is my timezone from GMT. I'm on the US Eastern seaboard. The date/time is being displayed correctly by date() and by UFS2. It appears that cd9660 is having a problem with the time zone. As another reference point, when I mount the DVD I created, under MSwin, the dates are displayed correctly. >>You don't expect mkisofs to change the date for you, right? No. I expect the date/time of the files under UFS2 to be preserved when they are written to the DVD (or an iso image). I can confirm now that mkisofs is not the problem since the dates are accurate under MSwin. Jon