time stamps on iso9660

Cezary Sliwa (sliwa@orange.cft.edu.pl)
Fri, 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/