-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
After PHPORM-230 (convert DateTimeInterface to UTCDateTime in queries), it seems that we should do the opposite operation to support more Laravel features out of the box.
Laravel does not convert date string in query results, but this string can be forwarded to the Carbon date constructor.
UTCDateTime objects are not supported by Carbon.
https://github.com/mongodb/laravel-mongodb/pull/3105#issuecomment-2302221218
- is depended on by
-
PHPORM-235 Remove custom DatabaseTokenRepository
- Closed
- related to
-
PHPORM-230 Convert DateTimeInterface into UTCDateTime
- Closed