Adldap\Models\RootDse::getCurrentTimeDate PHP Method

getCurrentTimeDate() public method

Returns the hosts current time in the models date format.
public getCurrentTimeDate ( ) : string
return string
    public function getCurrentTimeDate()
    {
        return (new DateTime())->setTimestamp($this->getCurrentTime())->format($this->dateFormat);
    }