Hi,
I have a Flow that uses this function in two settings:
addHours(utcNow(),10)
1st setting: used as is to populate a SharePoint Date/Time column
2nd setting: used to build a concatenating text field in SP for audit purposes
The issue is that I get 2 different times in my columns, see below

Here's the flow setup in question:

Can anyone explain why this is? Do I just need to drop the addHours() function from the ApprovalDateTime column and just use Now(). This is the column that is giving the incorrect date/time.
Thanks