## HTTP 500 <small>Internal Server Error</small>
# Could not convert database value "00:00:00.0000000" to Doctrine Type Doctrine\\DBAL\\Types\\TimeType. Expected format "H:i:s".
### **Doctrine\\DBAL\\Types\\Exception\\InvalidFormat**
in [D:\\demo\\vendor\\doctrine\\dbal\\src\\Types\\Exception\\**InvalidFormat.php** ](file:///D:/demo/vendor/doctrine/dbal/src/Types/Exception/InvalidFormat.php#L26)(line 26)
21. `string $value,`
22. `string $toType,`
23. ` ?string $expectedFormat,`
24. ` ?Throwable $previous = null,`
25. ` ): self {`
26. ` return new self(`
27. `sprintf(`
28. `'Could not convert database value "%s" to Doctrine Type %s. Expected format "%s".',`
29. `strlen($value) > 32 ? substr($value, 0, 20) . '...' : $value,`
30. `$toType,`
31. `$expectedFormat ?? '',`
in [D:\\demo\\vendor\\doctrine\\dbal\\src\\Types\\**TimeType.php** ](file:///D:/demo/vendor/doctrine/dbal/src/Types/TimeType.php#L63)(line 63)
58. `$dateTime = DateTime::createFromFormat('!' . $platform->getTimeFormatString(), $value);`
59. ` if ($dateTime !== false) {`
60. ` return $dateTime;`
61. ` }`
62.
63. ` throw InvalidFormat::new(`
64. `$value,`
65. ` static::class,`
66. `$platform->getTimeFormatString(),`
67. ` );`
68. ` }`
i do have time field on sql server databes (time)