Jake Vanderwerf
10 days ago 47e77f9fac1155c536b2b87fec552c7fcce66fa6
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).
    */