Hi,
I'm trying to get the date to correctly display in my Google Sheets but when I convert the current time it's basically displaying the time (PM) as an AM time. e.g. My command is run at 17:11 PM but it's showing 05:11 - How can I go about fixing this? I'm currently using the following for the time.

And I'm getting the below from the output - It appears to be 12 hours out but the destination time zone should be correct.

please note were currently on UTC(+1) due to BST but the output should be showing as 17:06:10 in the above
If there's any other ways to go about this I would be most appreciative as I was originally using the utcnow() within formatdatetime prior to switching over to this method due to wrong times being displayed. Any advice would be appreciated.