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
There seems to be a rounding error in the recorded times. Probably because of seconds part of the starting/end time.
For example, I have entries starting at 13:00 and ending at 14:00 and the recorded time shows 0:59 instead of 1:00
Or something like this, where the total is 4:31 instead of 4:30
The seconds part of recorded times should probably be hardcoded to 00 to not have this happen
Self-Hosted
latest
official guide from github
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
There seems to be a rounding error in the recorded times. Probably because of seconds part of the starting/end time.
For example, I have entries starting at 13:00 and ending at 14:00 and the recorded time shows 0:59 instead of 1:00
Or something like this, where the total is 4:31 instead of 4:30
The seconds part of recorded times should probably be hardcoded to 00 to not have this happen
Steps To Reproduce
Self-hosted or Cloud?
Self-Hosted
Version of solidtime: (for self-hosted)
latest
solidtime self-hosting guide: (for self-hosted)
official guide from github
The text was updated successfully, but these errors were encountered: