New Date() Returns Incorrect Time

const now= new Date ();
My code calls new Date() to get current date/time. To my surprise the method returns incorrect time. I am in AEST +11 hours, my current time is 18:00:00 but the new Date() returns 7:00:00
I tried this call on server side and client side the result is the same.

Hi! Which method are you using to get information about the current date? Please check out different methods for Date() and see which one suits your needs better: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
Please also check out this tutorial that shows how to get current date with Corvid: https://support.wix.com/en/article/corvid-tutorial-displaying-todays-date-with-code