Metaregistrar\EPP\eppHelloResponse::getServerDate PHP Method

getServerDate() public method

Server date is returned by EPP greeting (hello)
public getServerDate ( ) : string
return string
    public function getServerDate()
    {
        return $this->queryPath('/epp:epp/epp:greeting/epp:svDate');
    }