Hi There
We can use new Date() to return a date eg Tue Nov 17 2020 09:17:05 GMT+0000 (UTC)
but it would be good to be able to call timezone times that relate to the location of the main teams eg
aestTime = new Date().toLocaleString("en-US", {timeZone: "Australia/Brisbane"});
This does not seem to work at the moment
We can use new Date() to return a date eg Tue Nov 17 2020 09:17:05 GMT+0000 (UTC)
but it would be good to be able to call timezone times that relate to the location of the main teams eg
aestTime = new Date().toLocaleString("en-US", {timeZone: "Australia/Brisbane"});
This does not seem to work at the moment