Skip to content
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

Times Not Properly Handled When Passed to display #220

Open
devbanana opened this issue Jan 24, 2025 · 1 comment
Open

Times Not Properly Handled When Passed to display #220

devbanana opened this issue Jan 24, 2025 · 1 comment

Comments

@devbanana
Copy link

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?

@dechimp
Copy link
Collaborator

dechimp commented Jan 27, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants