I have a PowerApp and a Flow connected to it, which sends an email to the company with the data pulled from a SharePoint List.
There are a few Date columns in the list, however since we changed to BST (+1Hour) all the dates are now an hour behind (even though the correct date/time shows in the form).
I have read a few posts regarding TimeZoneOffset but I can't seem to apply it to my application.
For simplicity I will focus on one data card called:
"Event_x0020_Date_x0028_s_x0029__"
The update on this card is:
"MasterDate.SelectedDate + Time(Value(MasterHour.Selected.Value), Value(MasterMinute.Selected.Value), 0)"
On the Flow, the formula used to display the date on an email is:
formatdatetime(item()?['Event_x0020_Date_x0028_s_x0029__'],'dddd dd MMMM yyyy H:mm')
Any help anyone can offer would be greatly appreciated