-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Environment: Ubuntu 24.04, uutils main
branch (git commit 3971bb3), GNU coreutils v9.6.38-2b088-modified
Steps to reproduce:
date -d "next monday"
What happens now: uutils date
fails with error message:
date: invalid date 'next monday'
What I expected to happen: GNU date
succeeds with
Mon Apr 7 12:00:00 AM EDT 2025
(That's midnight on the next Monday following the time of writing this issue.)
Notes: this is causing a failure in GNU test file tests/date/date-next-dow.pl
. The underlying issue is uutils/parse_datetime#127.