Scalr\Upgrade\UpgradeHandler::getLastDate PHP Méthode

getLastDate() protected méthode

Gets last datetime which has been processed
protected getLastDate ( ) : string
Résultat string Returns UTC in format 'YYYY-MM-DD HH:ii:ss'
    protected function getLastDate()
    {
        return $this->maxDate;
    }