Symfony 6, Doctrine, DateTime and microseconds
Doctrine isn’t yet able to handle microseconds, if I understand correctly, especially because they are not sure how to handle the on the difference database management systems. But thankfully it is relatively simple to implement our own type (or overwrite the datetime type). Implement your own type Thanks to flauschi, I was able to adapt […]