Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Format a Unix timestamp
<?php date(string $format, ?int $timestamp = null): string
<?php         $a += [

            'subject' => new EnumStub(array_intersect_key($info['subject'], ['organizationName' => true, 'commonName' => true])),

            'issuer' => new EnumStub(array_intersect_key($info['issuer'], ['organizationName' => true, 'commonName' => true])),

            'expiry' => new ConstStub(date(\DateTime::ISO8601, $info['validTo_time_t']), $info['validTo_time_t']),

            'fingerprint' => new EnumStub([

                'md5' => new ConstStub(wordwrap(strtoupper(openssl_x509_fingerprint($h, 'md5')), 2, ':', true)),

                'sha1' => new ConstStub(wordwrap(strtoupper(openssl_x509_fingerprint($h, 'sha1')), 2, ':', true)),
<?php         static $mapDate = ['aTime', 'mTime', 'cTime'];

        foreach ($mapDate as $key) {

            if (isset($a[$prefix.$key])) {

                $a[$prefix.$key] = new ConstStub(date('Y-m-d H:i:s', $a[$prefix.$key]), $a[$prefix.$key]);

            }

        }
<?php         $io = $output instanceof SymfonyStyle ? $output : new SymfonyStyle(new ArrayInput([]), $output);

        $this->dumper->setColors($output->isDecorated());



        $rows = [['date', date('r', (int) $context['timestamp'])]];

        $lastIdentifier = $this->lastIdentifier;

        $this->lastIdentifier = $clientId;
<?php     private function extractDate(array $context, string $format = 'r'): string

    {

        return date($format, (int) $context['timestamp']);

    }



    private function renderTags(array $tags): string