Hello Dojo,
I'm encountering a timezone issue with my extranet application.
When I use it in France, it correctly displays French time, and I've added local time for example for Reunion by calculating the local time difference.
However, when a colleague accesses the application from Reunion, their browser appears to apply their local timezone offset to all displayed times.
I need to find a solution where they can see the same times as us without having to modify their browser or system settings.
Best regards,
Alexandre
Hi Alexandre,
The server can force the timezone of the clients if you set this up in the ClientSettings.json file, see more info in the documentation.
Note that this will be applied to all Dashboards and Low Code Apps.
Hello Matthijs,
Thanks a lot for your answer i'm gonna try that !