I am using the oh-chart with the chartType: day. It contains several oh-time-series.
In the daily view, the values for the first 2 hours of the day (from 0:00 to 02:00) are missing.
The latest values of the day are labeled with the correct time.
I am using a MySQL database via JDBC to store the values. The database stores the values in UTC time, and the values for the period from 0:00 to 02:00 are also present.
Openhab and OpenhabServer run on TimeZone=Europe/Vienna.
For JDBC, I specify the following: url=jdbc:mysql://home:3306/oh?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC.
Does anyone have a tip for me on how I can correct this? It seems to me that the oh-chart does not correctly convert the start time to the target time zone when querying the database.