Yea i've done all that. Everything is set to EST which is what it should be. The time is still an hour off. It seems like it's adding daylight savings twice.
In config.asp I've changed
strForumTimeAdjust = DateAdd("n", - intForumBias - intForumDaylAdjust, DateAdd("n", + intServerBias , Now()))
to look like:
strForumTimeAdjust = DateAdd("n", - intForumBias, DateAdd("n", + intServerBias , Now()))
It works for now for me. I'm not sure what kind of effects that's going to have though. Especialy when DST ends.