How to get the correct time for my timezone in Device Data Log

Hi Chirpstack Community

I am trying to figure out where to set the time zone so it shows the correct time for my time zone in the Device data log on the application server.

I am running the application server, network server and GW bridge on a Debian 11 (Bullseye).
I have installed a NTP server on the mascine and set it to a NTP server with my time.
And when i run a date -u it shows the correct time for my time zone.

and on all the packages that comes in to the device log in the value "PublishedAt: “2022-04-13T00:58:48.251369160Z” it also shows the correct time for my time zone.

But the time in the log is 2 hours ahead
image

And I can’t figure out where to change it.

All times in LoRaWAN are traditionally UTC and it’s really best to leave them that way.

If you need to convert the data feed for display, do it at the consumer.

That is what the web-interface is doing :slight_smile: It converts the 2022-04-13T00:58:48.251369160Z (which is in UTC) to the local time-zone of the user (conversion done in the browser).