Solution without the js transform:
var String newStart = transform("JSONPATH", "$.start", newString)
var DateTime time = new DateTime(Long::parseLong(newStart))
DWD_Unwetter_start.postUpdate(new DateTimeType(time.toString))
As per this post: