Files
phpvms/app
B.Fatih KOZ 6c3992e781 Fix for Hourly Crons (#1127)
* Fix for Hourly Cron

We should be using whereTime instead of whereDate

https://laravel.com/docs/8.x/queries#additional-where-clauses
`The whereDate method may be used to compare a column's value against a date`

* Fix for RemoveExpiredBids

I used where to do check 'cause people may set 48 hours to remove a bid, thus neither whereDate nor whereTime will give a correct results.

* Fix for DeletePireps

I used where to do check 'cause people may set 48 hours to delete cancelled or rejected pireps, thus neither whereDate nor whereTime will give a correct results.
2021-04-09 19:15:22 -04:00
..
2021-03-05 07:33:42 -05:00
2021-04-09 19:15:22 -04:00
2020-09-03 12:50:42 -04:00
2020-09-03 12:50:42 -04:00
2021-01-25 07:06:27 -05:00