lkml.org 
[lkml]   [1998]   [Oct]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromCezary Sliwa <>
Subjecttime stamps on iso9660
DateFri, 16 Oct 1998 17:42:35 +0200 (CEST)
It seems that iso9660 time conversion needs the following patch:

--- linux-2.1.125/fs/isofs/util.c	Wed Jun 24 23:30:10 1998
+++ linux/fs/isofs/util.c	Fri Oct 16 17:38:46 1998
@@ -126,8 +126,6 @@
 		days += day - 1;
 		crtime = ((((days * 24) + hour) * 60 + minute) * 60)
 			+ second;
-		if (sys_tz.tz_dsttime)
-			crtime -= 3600;
 
 		/* sign extend */
 		if (tz & 0x80)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:45    [from the cache]
©2003-2008