I have created a flow which takes the time of 'now' each time something is approved, and saves that date/time
However, it keeps saving the time as 9 hours ago, rounded to an exact hour.
For example, if it is 10:25AM the flow will save the time 1:00AM
The expression I am using is: string(formatDateTime(utcNow(),'dd/MM/yyyy hh:mm tt'))