for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author SignpostMarv
*/
declare(strict_types=1);
namespace SignpostMarv\DaftObject\SchemaOrg\DataTypes;
class DateTime extends DateTimeInterface
{
protected static function ObtainFormat() : string
return 'Y-m-d\Th:i:s\ZP';
}