I have a query to get the bookings that were done on a specific date which is run by a cronjob (every minute). However, I cannot seem to query bookings rounded off to the nearest minute. How can this be achieved?
Booking::where('completed_at', now())->get();
This query only allows to compare
Y-m-d H:i:s
How can I compare
Y-m-d H:i