You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minus prefix should also remove leading space (#13)
* Minus prefix should also remove space
Standard PHP strftime() also remove leading space when using the minus prefix.
* Add asserts for test '%#e' and '%-e'
---------
Co-authored-by: Fernando Herrero <[email protected]>