Why is my DB time displayed with an extra 7 mins?

I have a field in the DB showing 9:00am but on the page it displays as 9:07am?

Screenshot 2024-07-17 075225

I currently have it forced to our time zone - but no difference - besides what time zone exists in minutes? (Rhetorical - please dont provide examples)

resulting in
image

image
Set it to the default time setting rather than a custom

the correct custom setting is h:MM tt

Youre custom format is display the date as Hour (hh) Month (mm)

So 07:07

m = month
M - minute

whoops and thanks! (wow)

Making this mistake is a rite of passage that gets us all :joy:

OK, almost makes me feel better…

now to confess Ive been scratching my head about things failing to display… finally realising it was >1 not > 0… doh. At least I didnt ask the forum that one!

When I went to post this question to the forum I had a draft sitting there… often typing the issue helps see the logic!