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

Client does not calculate times based on user's timezone #6

Closed
oli-ver opened this issue May 10, 2020 · 1 comment
Closed

Client does not calculate times based on user's timezone #6

oli-ver opened this issue May 10, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@oli-ver
Copy link

oli-ver commented May 10, 2020

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:

grafik

After stopping the clock the web interface start and end times do not match, so no time can be calculated:

grafik

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"
@AlexandrePTJ AlexandrePTJ added the bug Something isn't working label May 13, 2020
AlexandrePTJ added a commit that referenced this issue May 13, 2020
@AlexandrePTJ
Copy link
Owner

Thanks you for the feedback. This is fixed in develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants