Conversation
supportThank you for a great plugin. I cant get the local time to work. Dispite what timezone i choose i get the same time for the game. Our local time for the openinggame is 17.00 but it says 14.00. Can you help me? This topic was modified 7 years, 11 months ago by johanb86 . The page I need help with: [ log in to see the link]
I have the same problem, and the first match got closed for predictions one hour too early.
Same problem
Hi guys, I had this problem – all the matches were three hours out in the database. By going in and editing each of them and adding three hours to the UTC time, the problem was solved.
Hello all, I’ll see why there was a trouble with the date and I’ll write later. Good football! I wish the Panama team to get to the final))
Please could you kindly fix the problem with the times as soon as you can and let us know when it’s done. Great plugin but a pity I cannot use because of error.
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.
@shr3jn Where did you add the query?
@sveinungtvedt execute the query on your database using phpmyadmin
I have the same problem, and the first match got closed for predictions one hour too early.
Same problem
Hi guys, I had this problem – all the matches were three hours out in the database. By going in and editing each of them and adding three hours to the UTC time, the problem was solved.
Hello all, I’ll see why there was a trouble with the date and I’ll write later. Good football! I wish the Panama team to get to the final))
Please could you kindly fix the problem with the times as soon as you can and let us know when it’s done. Great plugin but a pity I cannot use because of error.
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.
@shr3jn Where did you add the query?
@sveinungtvedt execute the query on your database using phpmyadmin