Gaining access to User settings in a ReportPage

memesaregood5 days ago

I'm tinkering around with the frontend, and I noticed that dayjs() in ReportFilter doesn't use the timezone set in the UserPage to render the time in report results. Is there a way I can pass through the user-defined timezone to dayjs, so it will use the defined timezone? How can I do that in the context of ReportFilter?

Anton Tananaev5 days ago

It should automatically render in the browser timezone.

memesaregood5 days ago

There's a case when I need to override the browser timezone and force Traccar to use a specified timezone.