Hi,
I'm relatively new to PowerApps. I've built a canvas app with a screen where on the left is a gallery and the right shows the form related to the item selected in the gallery. One of the pieces of data that appears in the gallery and the form is a date+time. The source of the data is a sharepoint list.
In the gallery, the date+time correctly reflects what's in the Sharepoint site (the sharepoint site doesn't show the correct time the email was actually received but that's a problem for another day). See below:

However when I click on this entry and look at the form it tells me:

This entry is fine:
Gallery -

Form -

But this entry isn't:
Gallery -

Form -

So I think the form doesn't like when the hour or minute of the time starts with a '0'. But why not? This is what I can't figure out. Ideas much appreciated!