Current MessageConverter actually doesn't convert the createdAt field but returns a DateTimeImmutable object, which means that in order to send via network you have to convert it again to string.
I would like to propose that the createdAt field will get converted to string by default with format 'Y-m-d\TH:i:s.u\Z
Thoughts?
/cc @fritz-gerneth @enumag @basz
Current MessageConverter actually doesn't convert the createdAt field but returns a DateTimeImmutable object, which means that in order to send via network you have to convert it again to string.
I would like to propose that the createdAt field will get converted to string by default with format
'Y-m-d\TH:i:s.u\ZThoughts?
/cc @fritz-gerneth @enumag @basz