In my app, user can select time slots (9 AM, 10 AM, 11 AM, 7 PM, 8 PM) with a date picker provided to them and they can select that at their choice, i am using this code to patch the date to SharePoint.
Patch(SharepointList, Defaults(SharepointList),{ Date: DateTimeValue(DatePicker1.SelectedDate & " " & drpHour.Selected.Value}),
When I patch a date time (my local time zone) value into a SP list, the date time value converted into Eastern Time .
How can I fix this so it patches it over the selected date and Hours?
Users - anywhere in US
My SharePoint regional settings are EST
