You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The Symfony Serializer contains support for DateTimeInterface objects which some projects rely on (e.g. API Platform - api-platform/core#2509). However object being very close to the DateTime - DateTimeZone does not provide any serialization options out of the box.
RFC
If there was a reason to provide normalization for DateTime why not include DateTimeZone which is also a part of the DateTime?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
The Symfony Serializer contains support for
DateTimeInterface
objects which some projects rely on (e.g. API Platform - api-platform/core#2509). However object being very close to theDateTime
-DateTimeZone
does not provide any serialization options out of the box.RFC
If there was a reason to provide normalization for
DateTime
why not includeDateTimeZone
which is also a part of theDateTime
?The text was updated successfully, but these errors were encountered: