How can I go in and fix the Time Zones b/c they are like all wrong on the zones?
You'll probably have to run an SQL query to set it for current members. What do you need the offset to be??
GMT -6 should be around 3:52pm right now but on my site it's 5:52am
So are you changing this in the ACP or UCP??
UPDATE `mybb_users` SET `timezone` = '-6'
That should, in theory, set all the timezones of all users to GMT -6.
i need to fix both of them
the time with the time zone is incorrect it shouldn't be 9:06pm in central time b/c I live in central time and it's 7:06am right now
Do you have DST turned on?? It's also very hard to see the problem with no URL or test account.
yes my DST is turned on; i pm'ed you my link

Change your timezone in the user cp to GMT. Compare it with the correct GMT time found on the internet. If the times are different, you need to ask your web host to fix the server's clock
Yep, I came to that conclusion after a PM, the time is way out.