I am using a Compose action to take a dynamic content date value (from a SP list):
And then I use this in a Create/Update Event action to set the start date with:
formatDateTime(outputs('Compose'),'yyyy-MM-ddTHH:mm:ss')
The problem is that the date and time I get in the Compose action is the incorrect timezone so by the time it is added into the event action it is wrong. Should I change what I put into the Compose action or update the expression used for start time, and if so how?