-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Hi. I have an entity with DateTime field
/**
* @var \DateTime
*
* @ORM\Column(name="work_start", type="datetime", nullable=true)
* @Serializer\Expose
* @Serializer\Type("DateTime")
*/
private $workStart;Every other field updates correctly with PUT request. But the field.
I receive data from client in format 2012-02-25T21:00:00.000Z
Can you assist me to find a clue?
Thanks
Metadata
Metadata
Assignees
Labels
No labels