Searched refs:startDate (Results 1 – 1 of 1) sorted by relevance
191 private $startDate; variable in phpseclib3\\File\\X5092563 if (!empty($this->startDate)) {2564 …$this->currentCert['tbsCertificate']['validity']['notBefore'] = $this->timeField($this->startDate);2589 … $startDate = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));2590 … $startDate = !empty($this->startDate) ? $this->startDate : $startDate->format('D, d M Y H:i:s O');2614 'notBefore' => $this->timeField($startDate), // $this->setStartDate()2854 …$thisUpdate = !empty($this->startDate) ? $this->startDate : $thisUpdate->format('D, d M Y H:i:s O'…3041 $this->startDate = $date->format('D, d M Y H:i:s O');