![]() | |||||||||||
Messages in this thread Patch in this message |
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 | |||||||||||