Closed n1smithy closed 1 month ago
The application always requires the server to be set to UTC +0
The application itself converts as needed to the localization you choose in the application
@turbo124 Just one thing to think about it: If the servers, which stand usually somewhere else but in a UTC-timezone, use only UTC the internal dates are wrong just because there's software needing UTC? Wouldn't it be wise to compense this issue within the softwares which need UTC? They already have to compensate UTC to local time, why not otherwise and have a complete consistent state?
EDIT: I'm going to try something. Maybe I found a workaround for the log-date-problem.
So one can set the correct time-zone by passing the right environment-variable.
Thanks for reading.