When using Date::time()->format() function, %H and %s send as parameters are interpreted as hours and seconds, but %i is not interpreted at all. Docs seem not to mention time formatting at all. So the question is how to set minutes format? And of course it would be nice if you gave an ability to see the list of available formats as soon as they may differ from what we are used to in php.