-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
date: support relative --date
#3463
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
Labels
Comments
I think this was solved by #4790 |
Yes, #4790 implements most of the functionality, though there is still some functionality missing (for example, "next week" and "last week" are not recognized yet). |
LucasLarson
added a commit
to LucasLarson/uutils-coreutils
that referenced
this issue
Mar 26, 2024
also treated in uutils#2685 and uutils#3463 Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
Merged
There is now some support for specifying a relative time. For example:
The code is in the I suggest we close this issue as "done enough" and open new ones for specific bugs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple example of inputs/outputs of what GNU's Coreutils is capable of is visible at https://www.cyberciti.biz/tips/linux-unix-get-yesterdays-tomorrows-date.html
This issue was suggested by @tertsdiepraam in #2685 (comment) (which might be interesting to solve in the same PR).
The text was updated successfully, but these errors were encountered: