for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Palmtree\Chrono;
use Palmtree\Chrono\Option\TimePeriods;
class TimeImmutable extends DateTimeImmutable
{
protected function getFormatFromTimePrecision(?string $precision): string
return TimePeriods::getDateFormat($precision ?? TimePeriods::SECOND);
}