eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TimeConverter::create PHP Method

create() public static method

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : TimeConverter
return TimeConverter
    public static function create()
    {
        return new self();
    }