I'd like to get the timezone of a time, which the same time as the local time, but in an other GMT territory.
There's what i thought will work:
ceil((strtotime($scores[$i]['date'].' '.$scores[$i]['time'])-strtotime(date('d F Y H:i',strtotime("-2 hours"))))/3600)
but it gives me -26, and -22, ect..
Link to the test site, for test datas: [LINK DELETED]
Thank you for your help.