Mar 13 2024 03:39 AM
Dear Ladies and Gentlemen,
in Power Apps I try to build a date with time.
From Date Picker I get the date.
From Dropdowns I add hours and minutes.
It is working well for all test dates I have chosen with exception of 31.3.2024.
For this date I get one hour more in the result.
I would say it is a bug.
Set(EventStartDay; dtpStartWeekly.SelectedDate);;
Set(EventStartDate; EventStartDay);;
Set(EventStartDate; DateAdd(EventStartDate;EventStartHours;TimeUnit.Hours));;
Set(EventStartDate; DateAdd(EventStartDate;EventStartMinutes;TimeUnit.Minutes));;
Thank you for your help.
Ladislav Stupak
Mar 13 2024 09:53 PM
HI @LadislavStupak,
Please change the Time zone adjustment of the date field if you can and set it to Time zone independent and try again.
Mar 19 2024 04:04 AM
Mar 19 2024 05:19 AM - edited Mar 19 2024 05:22 AM
HI @LadislavStupak,
If it is a Canvas app, you can set the Date time zone to UTC.
If it is a custom table, you can set it from the table in Columns by selecting the column and set the Time zone Adjustment to Time zone independent.
Mar 20 2024 07:16 AM
Mar 27 2024 06:38 PM
HI @LadislavStupak,
Sorry for the late reply. In that case I would keep the date time control's time zone as local and check the your time zone settings in Power Apps. Please see the screenshots below.
Hope this helps.
Mar 28 2024 01:10 AM
Apr 04 2024 03:02 AM