[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Description
The timezone of postgres was set to GMT+2. However, go does not read the timezone and assumes that timestamps from the db are in UTC, leading to errors. I would suggest to stick to UTC and only change the timezone in the UI when timestamps are displayed.
Checklist:
[ ] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings, neither in my IDE nor in my browser
[ ] I have added tests that prove my fix is effective or that my feature works
Type of change
Description
The timezone of postgres was set to GMT+2. However, go does not read the timezone and assumes that timestamps from the db are in UTC, leading to errors. I would suggest to stick to UTC and only change the timezone in the UI when timestamps are displayed.
Checklist: