XYChart Xaxis time problem (-1 hour offset)

Hi guys, I'm using a XY chart to show the production status of some machines.

I have the data coming from a SQL query and then with a script transform I manage it so to graph this data.
The problem is that the dataSources shows the correct fromDate/toDate, but when I try to show them on the chart I have a -1hour offset.

This are the xAxes properties

The timeZoneId is set correctly here
image

and here I have this settings

What else could I try to do?