Does anyone know how I can parse a shelly timestamp into a date format?
Normally I would just use date = new Date(timestamp); but this is not supported by the editor.
Weiß jemand wie ich einen Shelly Timestamp in ein Date formatieren kann?
Normalerweise würde ich das ja einfach über date = new Date(timestamp); machen aber das wird ja vom Editor nicht unterstützt.