Jake Vanderwerf
2026-06-06 0afb2c0046b55c123eafb4ab9ee77efa68d12463
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).
    */