Hi i built a dfate picker with a date and two drop downs for Hours and minutes
my for mula in the hopures default: Text(Hour(Parent.Default),"00")
the Update filed of the data card: DatePicker.SelectedDate + Time(Value(HourDD.Selected.Value), Value(MinutesDD.Selected.Value), 0)
my hour filed have values 1-23 in the item property
i used this article to build it:https://www.spguides.com/date-time-picker-in-powerapps/
the thing is that when im selecting an hoour in the form, it is not reflected correctlly in Sharepoint, but 14 hours ahead, do you have any idea why???
