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
timew bal today
When I issue the command timew bal today I get the balance for two days:
$ date Wed 27 Sep 13:12:25 CEST 2023 $ timew bal today Start: Wed Sep 27 00:00:00 2023 End: Fri Sep 29 00:00:00 2023 ...
I believe this is wrong and actually should be:
Start: Wed Sep 27 00:00:00 2023 End: Thu Sep 28 00:00:00 2023 ...
The text was updated successfully, but these errors were encountered:
You can achieve what you want by setting round_interval = no in the configuration file.
round_interval = no
Sorry, something went wrong.
No branches or pull requests
When I issue the command
timew bal today
I get the balance for two days:I believe this is wrong and actually should be:
The text was updated successfully, but these errors were encountered: