KoalixSwitzerland / koalixcrm

koalixcrm is an Open Source Python CRM and ERP based on django
www.koalix.org
BSD 3-Clause "New" or "Revised" License
525 stars 215 forks source link

Ensure support for different timezones in the timesheet #312

Closed scaphilo closed 4 years ago

scaphilo commented 4 years ago

Description of the Issue Currently the time-sheet does not send the timezone of the user to the back-end. Without this information the back-end will store the information with UTC even though the user might be in a different time-zone. This may lead to issues when to people are working together but are located in different time-zones