mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1320: Ship Immutable date time with Doctrine Common, use in ORM - Should implement __toString() #1656
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Aug 6, 2011).
Jira issue originally created by user @beberlei:
@doctrinebot commented on GitHub (Aug 6, 2011):
@doctrinebot commented on GitHub (Oct 31, 2011):
Comment created by @beberlei:
Has to be pushed back as immutable date time cannot be implemented in userland that well.
@Majkl578 commented on GitHub (Sep 11, 2017):
PHP now implements DateTimeImmutable natively (without __toString() which could be ambiguous anyway) and Doctrine has native type support as of 2.6.