spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Incorect Carbon handling in sql representation when a timezone is set #296

Closed menthol closed 1 year ago

menthol commented 1 year ago

Describe the bug The sql shown in ray have bad carbon binding representation when carbon use a timezone

Versions 2.4.0

You can use composer show to get the version numbers of:

PHP version: 8.1.14 Laravel version: 9.35.1

To Reproduce

Expected behavior It should show queries in ray with the right format

Screenshots From ray :

Capture d’écran 2023-04-14 à 10 09 44

From telescope :

Capture d’écran 2023-04-14 à 10 10 23

Desktop (please complete the following information):

innocenzi commented 1 year ago

Will be fixed by #306