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
I'm previously using version 2.3 and the following query works for me:
'time_created' => [
'$gte' => new \MongoDate(Carbon::parse('2016-01-02')->timestamp),
'$lte' => new \MongoDate(Carbon::parse('2016-10-10')->timestamp)
]
But now that I switched to master branch, supplying the queries above results in no results being returned. I tried the following to format the raw date but it didn't work: