Returns the Last-Modified HTTP header as a DateTime instance.
@final
\RuntimeException When the HTTP header is not parseable
public function getLastModified() : ?\DateTimeImmutable { return $this->headers ->getDate('Last-Modified'); }