I am in a different time zone to you, so am just getting back to this (Saturday Morning 7am here). You had already confirmed that the SharePoint time zone was the same (it always is), but it appears that the user/s concerned may have their
device Regional Settings four hours behind the SharePoint site. If
Date is a date-only field (not date/time), you can do this (or set it at the maximum difference)
With(
{
_Start: DateAdd(Date(2024,10,14), 720, TimeUnit.Minutes),
_End: DateAdd(Date(2024,10,14), 1020, TimeUnit.Minutes),
_Date: DateAdd(Date(2024,10,14), 4, TimeUnit.Hours)
},
Patch(
SharePointList,
Defaults(SharePointList),
{
Title: "Test",
StartDate: _Start,
EndDate: _End,
Date: _Date
}
)
)
The other way is to fix the user's settings, but they may be correct for their location.
Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
MVP (Business Applications) Visit my blog Practical Power Apps Buy me a coffee