Home
last modified time | relevance | path

Searched refs:startDate (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php191 private $startDate;
2568 if (!empty($this->startDate)) {
2569 $this->currentCert['tbsCertificate']['validity']['notBefore'] = $this->timeField($this->startDate);
2594 $startDate = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
2595 $startDate = !empty($this->startDate) ? $this->startDate : $startDate->format('D, d M Y H:i:s O');
2619 'notBefore' => $this->timeField($startDate), // $this->setStartDate()
2858 $thisUpdate = !empty($this->startDate)
264 var $startDate; global() variable in phpseclib\\File\\X509
[all...]