Hi all,
Ive been developing a powerapp which is connected to a list on sharepoint.
In my app theres a text label which contains the following expression:
Text(0,DateTimeFormat.ShortTime,"en")
If I open this on the powerapps development suite the label will display 11:00 AM, whereas when I open the app on my android smart phone it displays 10:00 AM.
I know 0 isn't a typical value for a date, but I came across this since I was trying to inclue a calculation based on time/date values from my list and found that the calculation was correct on my PC, but was an hour out on my phone.
I'm at a loss as to what's happening here.. Is my phone wrong or is there an error in my code?