Sorted with a new expression
{{ new Intl.DateTimeFormat(‘en-AU’, { timeZone: ‘Australia/Melbourne’, hour: ‘numeric’, hour12: false }).format(new Date()) }}
for those who are looking into this - please pay extra attention to the quote being used, in @Dwayne_Taylor example I’m unsure if it’s due to the Location or the Forum but the quote used are backtick (`)
you need to replace it with normal single quote to get it working ’