TimeZone Hassio/InfluxDB/Grafana - Issue

Hi,

After the last timezone daylight saving hour change for my country/zone Europe/Lisbon, my dashboards on grafana using influzdb stop working properlly…it seems that the midnight is not properly returned and all the previous day values are 0…

From the template this is what I get

{{ now() }}
{{ now().astimezone() }}
{{ utcnow().astimezone() }}
{{ now().now() }}
{{ now().today() }}
{{ now().utcnow() }}
{{ utcnow() }}
{{ now().tzinfo }}
{{ now().astimezone().tzinfo }}
{{ utcnow().tzinfo }}

2021-04-05 18:01:00.011376+01:00
2021-04-05 18:01:00.011415+01:00
2021-04-05 18:01:00.011470+01:00
2021-04-05 18:01:00.011543
2021-04-05 18:01:00.011600
2021-04-05 17:01:00.011649
2021-04-05 17:01:00.011665+00:00
Europe/Lisbon
WEST
UTC

No idea what more I should adjust, on all dockers I see the right date/time…

Grafana
image

InfluxDB
image

Hassio
image

Can someone help me please?

Anyone please?