summaryrefslogtreecommitdiffstats
path: root/getdate.y
diff options
context:
space:
mode:
Diffstat (limited to 'getdate.y')
-rw-r--r--getdate.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/getdate.y b/getdate.y
index 47d368d..c305fb7 100644
--- a/getdate.y
+++ b/getdate.y
@@ -943,6 +943,7 @@ get_date (const char *p, const time_t *now)
tm.tm_hour += yyRelHour;
tm.tm_min += yyRelMinutes;
tm.tm_sec += yyRelSeconds;
+ tm.tm_wday = 0;
/* Let mktime deduce tm_isdst if we have an absolute timestamp,
or if the relative timestamp mentions days, months, or years. */