Maybe someone can help me to understand what is happening here.
I have a date & time column called [DueDate]. I have created the below flow to compare the output of my [DueDate] column in Get Item on the left with the output of convertTimeZone function shown on the right.

The DueDate column has the date April 29th, 2023 @ 5pm, displayed as 04/29/2023 5:00pm
The Get Item returns the date as 2023-04-30T00:00:00Z. This makes sense, I am in Mountain Standard Time (UTC-7), so converting 5pm MST to UTC should be midnight the next day (ie 7 hrs later).
Now, when I try to convert the Get Item date output from UTC to Mountain Standard Time it is returning 18:00. That is only a -6hr difference. Why is it converting differently one direction from the other?
