Hi PowerApps Community!
[CONTEXT]
I developed a PowerApps Canvas App for my company.
The database of the app is an Excel file located in a OneDrive folder.
The app contains an Edit Form, which is connected to the database, where users can select the start time of several events through drop-downs (one for the hour, one for the minute).
(Pictures are below!)
[PROBLEM]
The form is linked to a drop-down where users can select a flight number. Then, according to the flight number selected, the data of the flight is retrieved from the database and displayed in the form, so that the user can modify the data of the flight.
Since I think it is much easier to understand a problem with some pictures, please refer to the pictures below when reading this paragraph.
(1): Data from flight 38094 is displayed. Time for ATA & ATD is 21:00 (red box).
(2): Switch to flight 38095
(3): Data from flight 38095 is displayed
(4): When switching back to flight 38094, the TIME HAS INCREMENTED AUTOMATICALLY by one hour.. Therefore becoming 22:00.
I carried out an additional analysis and the outcome is the following: the time increment happens when the data from the database is loaded into the form (and not the opposite). Therefore, somehow, PowerApps adds 1 hour to the data from the database.
Keep in mind that the drop-downs for the time are actually part of standard "Date & Time" datacards which were customized with the following parameters: the Date Pickers were set to invisible, and their Date Format were set to DateTime.UTC.
If I can provide any additional piece of information that could help, please let me now!
