Hello
in my Node i have a information about time.
in the right side of the node output
i got a
serverTime: 1618879709491
when i do click two time i got something more usefull like
serverTime: 20.4.2021, 02:48:29 [UTC+2]
thats where i got the information
var serverTime = msg.payload[0].serverTime;
is ther option to set to get the second output as variable?