Hi Guys,
where can I set the time in the code to use the correct time on my chat?
it shows 18:30 at 20:30 so 2 hours difference I have.
THX
Moderators: OldWolf, re*s.t.a.r.s.*2
How to change the chat timezone ?
First of all, take care that the php internal timezone flag is correctly setup. For example, if you want to force the chat to be executed in France, put this code at beginning of your chat script (only available on php5) :
date_default_timezone_set('Europe/Paris');
If changing the php timezone in not enough you'll have to play with the time_offset parameter. For example, if you want to advance the time for 2 hours :
$params['time_offset'] = 60*60*2; // offset in seconds
Return to General Support (v2.x)
Users browsing this forum: No registered users and 1 guest