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.. 
|
Just to double check. My users are 16 hours ahead of my server. Should it be -16?