phpvms/app/Cron/Hourly
B.Fatih KOZ 7e9eb08135
Use where iso whereTime (#1137)
Using whereTime may present a problem for flights conducted during utc midnight and some active/live flights may be deleted with whereTime.

Scenario;

now = today-01:00  utc
setting = 2 hours
date = yesterday-23:00 utc

Any live pireps will/may be deleted with whereTime 'cause their last updated TIME will be maximum 00:59 which is smaller than 23:00.
2021-04-13 09:08:50 -04:00
..
DeletePireps.php Fix for Hourly Crons (#1127) 2021-04-09 19:15:22 -04:00
RemoveExpiredBids.php Fix for Hourly Crons (#1127) 2021-04-09 19:15:22 -04:00
RemoveExpiredLiveFlights.php Use where iso whereTime (#1137) 2021-04-13 09:08:50 -04:00