We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to get entries after a certain time of the day. I try things like:
t display --start 12pm
t display --start 'today 12pm'
Or even
t display --start 'today 12:00'
And no matter what I pass, it just shows the whole day.
Are times not supported when passed to --start or --end?
The text was updated successfully, but these errors were encountered:
Good catch. It seems to be a bug or unsupported. That usage is even in the README of what should work:
$ t display --start "10am" --end "2pm"
But yes I am seeing the entire day, even for other days besides today.
Since this project is not currently very active, we might just want to remove that example from the README, unless someone would like to create a PR.
Sorry, something went wrong.
No branches or pull requests
I'm trying to get entries after a certain time of the day. I try things like:
t display --start 12pm
t display --start 'today 12pm'
Or even
t display --start 'today 12:00'
And no matter what I pass, it just shows the whole day.
Are times not supported when passed to --start or --end?
The text was updated successfully, but these errors were encountered: