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 have configured Kemai for the timezone Europe/Berlin. My operating system (Debian 10 Buster) is set to the same time.
When starting the clock the UI shows 22:00:00 as starting point:
After stopping the clock the web interface start and end times do not match, so no time can be calculated:
This is the logfile of the UI client:
===> [GET] "https://kimai.my-host.hld/api/version" ===> [GET] "https://kimai.my-host.hld/api/timesheets/active" ===> [GET] "https://kimai.my-host.hld/api/customers" ===> [GET] "https://kimai.my-host.hld/api/projects?customer=1" ===> [GET] "https://kimai.my-host.hld/api/activities?project=2" ===> [GET] "https://kimai.my-host.hld/api/activities?project=1" ===> [GET] "https://kimai.my-host.hld/api/timesheets/active" ===> [GET] "https://kimai.my-host.hld/api/customers" ===> [GET] "https://kimai.my-host.hld/api/projects?customer=1" ===> [GET] "https://kimai.my-host.hld/api/activities?project=1" ===> [POST] "https://kimai.my-host.hld/api/timesheets" "{\n \"activity\": 1,\n \"begin\": \"2020-05-10T13:26:05\",\n \"description\": \"\",\n \"project\": 1\n}\n"
The text was updated successfully, but these errors were encountered:
#6 Fix timezone setting
dc3c737
Thanks you for the feedback. This is fixed in develop branch.
Sorry, something went wrong.
No branches or pull requests
I have configured Kemai for the timezone Europe/Berlin. My operating system (Debian 10 Buster) is set to the same time.
When starting the clock the UI shows 22:00:00 as starting point:
After stopping the clock the web interface start and end times do not match, so no time can be calculated:
This is the logfile of the UI client:
The text was updated successfully, but these errors were encountered: