<d:StartDate1 m:type="Edm.DateTime">2024-10-27T22:00:00Z</d:StartDate1>
Get Item Action returns "EndDate": "2024-12-03"
Send an HTTP request to SharePoint returns "EndDate": "2024-12-03T00:00:00Z"
"2024-12-03T00:00:00Z" and not "2024-12-03"
Get Item action returns "EndDate": "2024-12-03T14:00:00Z
Send an HTTP request to SharePoint returns "EndDate": "2024-12-03T14:00:00Z"
​​​​​​​If the date-time filter includes a 'Z' suffix, SharePoint treats it as UTC.
If the 'Z' is absent, SharePoint assumes the date-time is in the site's configured local time and converts it to UTC accordingly. Read more here and let me know if they match your experiences:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.