<?php strtotime(string $datetime, ?int $baseTimestamp = null): int|false
<?php ]; if ($last_modified = $response->getHeader('Last-Modified')) { $last_modified = strtotime(reset($last_modified)); if ($last_modified !== false) { $metadata['timestamp'] = $last_modified;