I understand how the time is being set now, in version 7.6.
I'm converting from a previous board version and everybody should have to set their time offset. It's a bit tricky. Also a guest user would see server time.... It's not a good idea.
I think the previous verision also had its benefits....
I guess the ideal solution would be having the two sets. A general set for correcting server time and a user time offset that overrides forum time. That way would be perfect.
While this feature isn't implemented :) I'm planning on initializing intTimeOffSet = 6 in common.asp
and to not loose the timeoffset after dbread:
intTimeOffSet = intTimeOffSet + CInt(rsCommon("Time_offset_hours"))
I guess I'll cover all the options here, so my forum default time would be 6 hours ahead and I also allow user customization. What do you think?
PP