Hello, I am trying to determine fixture time from the start date. The result I get is 1hr after the actual time. For instance if the match starts at 7:00PM the result from API indicates 8:00PM. What could be the issue?
Participez à la discussion - ajoutez un commentaire ci-dessous:
You determine the time programmatically. using localtime what ever language you code in and timezone. ‘timezone’ => ‘UTC’,
I join the question - I have the same problem! the start time of the match is 1 hour ahead!