Date/Time in Node-Red (with ioBroker)

Hello, can someone give me a hint where can I read about date/time storage and display in Node Red with ioBroker

My situation.

ioBroker objects last update
--> 2021-03-13T11: 28: 45.997Z

Node Red date / time format with - 1 hour with the format {{msg.payload | date: "yy.MM.dd HH: mm: ss"}}
--> 2021-03-13T11: 28: 45.997Z

Text node with the format {{msg.payload | date: "yy.MM.dd HH: mm: ss"}}
--> 2021-03-13T11: 28: 45.997Z

It is not clear exactly what you want to know.
I think that if you explained what particular problem you have it might help.

The question is how can I display the correct system time on a dashboard

The different nodes all show different (wrong) times although the correct value is in the object cell.

They all seem to be showing the same time to me, not different times. What was the 'corrrect' time and time zone when they showed 2021-03-13T11: 28: 45.997Z, which is 13th March 2021 11:28:45 UTC?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.