I had raised this issue here https://github.com/BigTonni/football-predictor/issues/1
But I fixed it myself using the following query:
update wp_fp_match set kickoff=addtime(kickoff, “03:00:00”)
The time is off by 3 hours so it will add 3 hours to all kickoff time. If you have different table name, change the table name.