Adldap\Models\RootDse::getCurrentTimeDate PHP Méthode

getCurrentTimeDate() public méthode

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