I am displaying a date time column from SharePoint in powerapps and it is displaying wrong timezone. I am in UTC-5 and SharePoint is set to the same timezone but when I display time in Powerapps it is 3 hours ahead.
To reproduce the issue:
I have created two date time fields: Start Time and End time and I have selected both date and Time option.
In PowerApps, I am using:
Concatenate(Text(Start_x0020_Time,DateTimeFormat.ShortTime), " - ",Text(End_x0020_Time,DateTimeFormat.ShortTime))
So for e.g. if the Start time and End time in SharePoint field is set to 10:30 AM and 11:00 AM, In powerapps it is showing 1:30 PM - 2:00 PM.