patch-2.3.41 linux/fs/udf/udftime.c

Next file: linux/fs/udf/unicode.c
Previous file: linux/fs/udf/udfdecl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/fs/udf/udftime.c linux/fs/udf/udftime.c
@@ -139,7 +139,7 @@
 
 	gettimeofday(&tv, &sys_tz);
 #endif
-	offset = (-sys_tz.tz_minuteswest + (sys_tz.tz_dsttime ? 60 : 0));
+	offset = (-sys_tz.tz_minuteswest);
 
     if (!dest)
         return NULL;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)