Problem with ChirpStack V4 Web-UI - gRPC Error

Hi everyone!
In the Web-UI section, when viewing the details of Gateways or the details of Devices, an error occurs and you are logged out.
It should be noted that the server has been working without problems for about 2 months and this problem occurred today.
So far I have noticed the following errors:
1- in web browser:


2
3

2- in postgresql log file

Thank you for your advice

@brocaar
can you please check this and suggest a solution

And this is the ChirpStack log:

Sep 25 17:42:17 irvm-321203 chirpstack[320793]: 2023-09-25T14:12:17.486577Z INFO gRPC{uri=/api.GatewayService/Get}: chirpstack::api: Finished processing request status=“200” latency=5.85856ms
Sep 25 17:42:18 irvm-321203 chirpstack[320793]: thread ‘tokio-runtime-worker’ panicked at ‘Ambiguous local time, ranging from 2023-09-22T00:00:00+03:30 to 2023-09-22T00:00:00+04:30’, chirpstack/src/storage/metrics.rs:239:30

I found the problem.
The problem is due to changing the summer and winter time of the server. But is there a way that the error does not occur?
@brocaar

A panic is an unrecoverable exception, or at least how I interpret it. So it crashed, due to the timezone changing.
Perhaps the server does not handle changes to the timezone well, without a restart? Have you tried restarting Chirpstack after updating the timezone?