Scalr\Upgrade\UpgradeHandler::getLastDate PHP Method

getLastDate() protected method

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