So I installed a phpBB forum on my site on the vndv.com server and I'm testing it out. One of the only problems is the timezone is wrong. I realize that the server timezone is off by 4 hours, making my site off by 4 hours. It is possible to fix it by just setting all the timezones four hours off which works, but being the perfectionist that I am, I am wondering if there is a way to change the default timezone.

Or I guess, change what PHP thinks the time is (the time it has access to is interpreted differently). I hope this makes sense.

I realize there are functions like date_default_timezone_set() but I don't think that would fix the problem. It would display the correct time, but still only under a false zone, I think.

I guess I could also go through the code and just change what needs to be changed for it to display the right zones, just make it give different values for the selections. Hmmm...

Any help is greatly appreciated! smile.gif