Logs are not in local time

How do I get my openhab logs to timestamp in local time? I’m on a Raspberry Pi, openhab 3. Raspberry Pi date and time are correct and localized. I have set the regional settings in OH3 also, but still the logfiles are written in UTC, which is an absolute pain to figure out when things actually happened.

Thanks

What timezone do you see is set when you login to the karaf console and execute the command:

env |grep timezone

Wolfgang - this seemed to have been a problem with the initial setup. I set the timezone in OH3 but did not restart the system after doing so. Now I have restarted it, it works correctly.

Thanks