Jake Vanderwerf
5 days ago 75a097a018a0090f5902758353c578fce4aa2a25
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).
    */