e2fsprogs/debugfs
Theodore Ts'o a2ff0f31c1 debugfs, tune2fs: Handle daylight savings time when parsing a time string
We need to set tm_isdst to -1 so that mktime will automatically
determine whether or not daylight savings time (DST) is in effect.
Previously tm_isdst was set to 0, which caused mktime to interpret the
time as if it was always not using DST.

Addresses-Debian-Bug: #471882

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-03-21 09:10:09 -04:00
..
Makefile.in Fix Debian FTBFS problem caused by devmapper library using pthreads 2006-10-01 22:18:08 -04:00
debug_cmds.ct Add new debugfs command "set_block_group" 2007-04-13 15:56:00 -04:00
debugfs.8.in Add manpage references to debugfs/tune2fs commands 2008-02-28 20:57:08 -05:00
debugfs.c debugfs: Fix find_free_block to avoid reporting the block more than once 2008-02-27 13:38:56 -05:00
debugfs.h Handle large setb/testb/freeb commands in debugfs 2007-04-10 15:40:04 -04:00
dump.c debugfs: support > 2GB files for the dump and rdump commands 2007-04-02 18:30:46 -04:00
htree.c Fix gcc -Wall warnings, especially on 64-bit systems 2007-05-25 11:18:11 -04:00
icheck.c [COVERITY] Fix memory leak on error handling in the debugfs's icheck command 2007-03-21 19:16:11 -04:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
logdump.c [COVERITY] Fix file handle leak in debugfs's logdump (in error case) 2007-03-23 23:01:09 -04:00
ls.c Fix gcc -Wall warnings, especially on 64-bit systems 2007-05-25 11:18:11 -04:00
lsdel.c debugfs: Change lsdel to use ext2fs_block_iterate2 it can find large files 2008-01-03 14:53:31 -05:00
ncheck.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
set_fields.c debugfs: Add new superblock fields to the set_super_value command 2008-02-18 22:16:52 -05:00
unused.c Fix dump_usued segault in debugfs if used without open filesystem 2007-01-28 12:40:28 -05:00
util.c debugfs, tune2fs: Handle daylight savings time when parsing a time string 2008-03-21 09:10:09 -04:00