How to make "new Date().toString()" in ThingWorx JavaScript service to return current time in JST timezone?
Applies To
- ThingWorx Platform 9.3 to 9.5
Description
- Below code in ThingWorx JavaScript service returns current time in UTC timezone
new Date().toString()
- How to make it return current time in JST?