Skip to content

Fix the issue with a db server that is not utc

Nils Brinckmann requested to merge fix-timezone-problem into develop

After testing a little bit, we (think to) reproduce the issue with changes of UTC & local timezones that we currently had.

We set the database timezone to europe/berlin & with that change we were able to save & retrieve all the data as UTC.

Merge request reports