Doctrine\DBAL\Platforms\SQLServerPlatform::getDateTimeTzFormatString PHP Метод

getDateTimeTzFormatString() публичный Метод

{@inheritDoc}
    public function getDateTimeTzFormatString()
    {
        return $this->getDateTimeFormatString();
    }
SQLServerPlatform