When I create a new dataverse record, I see that the formatted time is different that the actual time when I take a look at the OData:
"scheduledend@OData.Community.Display.V1.FormattedValue": "2022-09-01",
"scheduledend@odata.type": "#DateTimeOffset",
"scheduledend": "2022-09-02T00:00:00Z",
How do I make the formatted date match the actual date value? I've tried the Convert Time Zone action, but I don't know what the appropriate source and destination time zones would be since this is a global app.