-
Notifications
You must be signed in to change notification settings - Fork 23
Relative days of the week are not parsed #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also extends to hours, probably any relative timestamp:
|
This was referenced Apr 21, 2025
This is actually unrelated. It's just a minor issue with how this crate parses numbers:
I made a separate PR for it than for the original issue: #129 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Related PRs
#23 Days of the week are not recognized
The text was updated successfully, but these errors were encountered: