Jake Vanderwerf
2026-05-24 747d741293e064a979d7bf6c143ef969ea6d7629
inc/managers/SEO/render/Thing/Intangible/Quantity/Duration.php
@@ -10,6 +10,11 @@
class Duration extends Thing
{
   public function __construct(string $duration)
   {
      $this->duration = date('c', $duration);
   }
   /**
    * @var string Duration (use ISO 8601 duration format).
    */