patch-2.0.21-2.1.0 linux/fs/fat/misc.c
Next file: linux/fs/hpfs/hpfs_fs.c
Previous file: linux/fs/fat/file.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Sep 26 15:28:30 1996
- Orig file:
lx2.0/v2.0.21/linux/fs/fat/misc.c
- Orig date:
Fri May 10 07:54:52 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/fs/fat/misc.c linux/fs/fat/misc.c
@@ -244,6 +244,9 @@
month < 2 ? 1 : 0)+3653);
/* days since 1.1.70 plus 80's leap day */
secs += sys_tz.tz_minuteswest*60;
+ if (sys_tz.tz_dsttime) {
+ secs -= 3600;
+ }
return secs;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov