Page 1 of 1

Time issue

PostPosted: Tue May 22, 2007 8:59 am
Author: Comsin
Can anyone tell me why this is creating a date/time that is 2 hours behind all other date/time on my boards?

Code: Select all
'RAIDDATE' => create_date("l j F, g]['date'], $board_config['board_timezone']),


My forum date/time is correct. The date/time of calendar events are correct, but I have dloaded a mod and for some reason it always posts the date/time 2 hours off. I have tried everything to fix this and I am coming up short.

Re: Time issue

PostPosted: Tue May 22, 2007 8:33 pm
Author: Frost
You should tell us what mod it is so we can have a place to begin

Re: Time issue

PostPosted: Wed May 23, 2007 9:32 am
Author: Comsin
Code: Select all
$board_config['board_timezone


I guess what I am trying to figure out is... what will be the output for this?

board_config - is this the timezone that we setup in our config?

board_timezone - is this the timezone set in ACP?


I am exactly 2 hours off which is the difference between the timezone I have set in my personal config and the board timezone. It seems like it is only looking at the board timezone and not the timezone in my profile. I can post much more info. but I am trying to do the best I can to figure out what is wrong.