have a javascript script that executes something like:
var date1 = new Date();
var dateString = date1.toISOString();
The Camunda Container has TZ env set for new york time. But when the javascript executes, it gives me UTC time. What reasons could there be for the nashorn engine not using the jvm’s timezone?