TypeFactory::build('datetime')
->setUserTimezone(Configure::readOrFail('App.defaultOutputTimezone'));
yields
52 Call to an undefined method Cake\Database\TypeInterface::setUserTimezone().
🪪 method.notFound
is it possible for phpstan to learn also about static methods and that it is that concrete DateTimeType ?