-
Notifications
You must be signed in to change notification settings - Fork 11
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
Suggestion: improve -sdate option #24
Comments
By default
Do you think this would be enough? Would it be better to also have a |
|
Pushed a change that should allow both these options (hours and specify only an hour of the current day): 7bcd12e. |
It works! Thanks |
Just commenting on this issue, supposing it's 10 past midnight and I put -sdate 23:00:00, it would be nice to show things in the last 1h10m. What do you think ? (so the assumption is not exactly TODAY's date, but last corresponding time in the last 24 hours). |
To my understanding, in your case |
Yes I undestood that TODAY's was not implemented. Indeed --hours can be used to see things in the last N hours. I was thinking about -sdate 19:30:00 which would be "last time since last 19h30". I think as it is now, if it is between 19h30 and 23h59, it will work fine, once it is 00h01 (next day), it will return nothing. |
Anyway it's just a detail, @gpetretto if you think it's not worth (and/or tedious to implement), just close the issue again :) |
done in c77029c |
I often need to check all the jobs submitted today, or in the last hour.
I would suggest to insert
TODAY
as an option and eventually also to set the last hour as default since there is none.The text was updated successfully, but these errors were encountered: