Doctrine\DBAL\Platforms\SQLServerPlatform::getDateTimeTzFormatString PHP Method

getDateTimeTzFormatString() public method

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