MQTT Daylight savings time

Is there a way to adjust my timezone to reflect daylight savings time (clocks forward an hour for summer)
Currently my homeassistant/MQTT is showing wrong times

Could you plz give more details ? Time is wrong in message ? Are you using proxy broker between HA & Bambu printer like mosquitto ? Etc…

I am using this setup

Nodered gets mqtt from printer and sends to mosquito all running in docker on raspberry pi

Problem is not the printer.it is somewhere else in my setup. Will Update when I find it

I will put this here incase anyone has the same problem

The problem was either in Node-Red Flows or in mosquito, I couldn’t find the problem but changing over to greghesp’s HACS method bypassed the problem.

Hey there! So the reason why it probably didn’t work with DST is likely do to how you were hosting the NodeRed container. All the timezone and time data gets converted to the “timezone” of the host system / container nodered is running as. If it doesn’t adhere to DST, then it won’t translate.

The only thing the flows do is convert the epoch time from Bambu into the system’s timezone & a human-readable time.