DateTime item shows UTC time although timezone is Europe/Berlin

It’s not a bug but reflects your system setup.
Use ps to see if your java is given a timezone to start with. If no and your system clock runs on UTC that’s what java uses regardless of your local user’s TZ setting.
Try adding "-Duser.timezone=Europe/Berlin" to the options line beginning with EXTRA_JAVA_OPTS in /etc/default/openhab2 an restart OH.

1 Like