Current Date and time is not correct

I thought the following [[date|%l:%S%p %A %e %B]] would give me the current date and the current time. But on IOS and on MacOS it gives the wrong time. What am I missing.

%S = Seconds as a zero padded decimal.

%M = Minutes as a zero padded decimal.

I think you’ve put seconds in where you meant to put minutes.

Whenever you see something partially wrong, drill down onto the bit that’s wrong and check what you have is what you meant to have.

Thanks. I built the string using Strftime and didn’t double check it.