Hello,
it seemed like an easy Task but i cant get it to work.
This are my first footsteps with js or Nodered so be nice, please ^^.
Iam getting a Timestring vom a thirdparty tool over MQTT.
10.6.2022, 16:23:35[node: Time]
msg.payload : string[14]
"20220610142332"
This should be UTC Time, but how can i convert it to my local Time? or at least to something better readable?.
I tried the moment node with YYYYMMDDHHmmss but that doesnt work.
"The input property was NOT a recognisable date. Output will be a blank string"
Can someone push me into the right direction please...