php-duration icon indicating copy to clipboard operation
php-duration copied to clipboard

zeroFill does not fills hours segment

Open kminek opened this issue 4 years ago • 0 comments

i would expect that zeroFill param on formatted method fills hours segment also:

$duration = new \Khill\Duration\Duration(4265);
dump($duration->formatted(null, true)); // returns: 1:11:05 instead of 01:11:05 

kminek avatar Aug 16 '21 17:08 kminek