Quote:
Originally Posted by pdk2tr
I find the way to slove it..
MY TIMEZONE IS +8
find
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset)*3600))
increase -8
PHP Code:
(($bbuserinfo['timezoneoffset']-$timeoffset-8)*3600))
now
The following members have already visited the forums today:
is correct.. 
|
Thanks! I fixed that in the instructions now. It's a little different from yours but you helped me find that