diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 87cc8f2ef..a8040757d 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -278,7 +278,7 @@ int date_main(int argc UNUSED_PARAM, char **argv) | |||
278 | } | 278 | } |
279 | 279 | ||
280 | /* Correct any day of week and day of year etc. fields */ | 280 | /* Correct any day of week and day of year etc. fields */ |
281 | tm_time.tm_isdst = -1; /* Be sure to recheck dst */ | 281 | tm_time.tm_isdst = -1; /* Be sure to recheck dst */ |
282 | ts.tv_sec = validate_tm_time(date_str, &tm_time); | 282 | ts.tv_sec = validate_tm_time(date_str, &tm_time); |
283 | 283 | ||
284 | maybe_set_utc(opt); | 284 | maybe_set_utc(opt); |