diff options
Diffstat (limited to 'time/getdate.c')
-rw-r--r-- | time/getdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/getdate.c b/time/getdate.c index 305e7d9dc4..8e15af9f15 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -219,7 +219,7 @@ __getdate_r (const char *string, struct tm *tp) return 7; /* Get current time. */ - timer = time (NULL); + timer = time_now (); __localtime_r (&timer, &tm); /* If only the weekday is given, today is assumed if the given day |