Problem
Relative days of the week (e.g. "last monday") are not parsed
GNU date seems to handle relative dates without issue.
Tested using coreutils v0.0.30
Example
# last monday
❯ date -d 'last monday'
Mon Mar 10 12:00:00 AM EDT 2025
❯ uutils-date -d 'last monday'
uutils-date: invalid date 'last monday'
# next monday
❯ date -d 'next monday'
Mon Mar 17 12:00:00 AM EDT 2025
❯ uutils-date -d 'next monday'
uutils-date: invalid date 'next monday'
Related PRs
#23 Days of the week are not recognized
Problem
Relative days of the week (e.g. "last monday") are not parsed
GNU
dateseems to handle relative dates without issue.Tested using coreutils
v0.0.30Example
Related PRs
#23 Days of the week are not recognized