summaryrefslogtreecommitdiff
path: root/misc/tune2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tune2fs.c')
-rw-r--r--misc/tune2fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index 8f5d564a..85046e25 100644
--- a/misc/tune2fs.c
+++ b/misc/tune2fs.c
@@ -557,6 +557,7 @@ static time_t parse_time(char *str)
str);
usage();
}
+ ts.tm_isdst = -1;
return (mktime(&ts));
}