Muck;1881628; said:
1. Where in the hell is the server, the Ukraine?
Yes. I mean, Arizona. Same-same, right? :) We're moving to California (he.net) this month.
Muck;1881628; said:
If not why is the system clock set to Zulu +2?
The server is on Arizona time. The forum software is set to GMT -5. You can set your own timezone in the UserCP so times will display however you please. While the server time will change with the move, the forum software will still be GMT-5 (adjusting for daylight savings on the fly). You'll still have the power to set your own time setting.
So there are three system times. Server (I see that when on the box), vBulletin itself (you can see that if you're not logged in), and your personal time setting (what you see when you're logged in). If, when logged in, you're seeing a strange time but you see the 'right' time when logged out -- just fix it in the UserCP.
Muck;1881628; said:
2. Why does the board have such a hard time parsing quotations in text that is C&P from other sources? (It interprets them as question marks).
A problem with mixed collations (latin1_swedish_ci,IMPLICIT and utf8_general_ci,COERCIBLE) as the result of an emergency database restore from a mysqldump(ed) .sql file years ago. It may (instead) have happened when we did all that work to restore the lost Troy Smith thread years ago. Either way, it was just a matter of collation issues in the database. One or more tables draw from a different character set than the others, and/or the relevant post tables are using something less flexible creating some compatibility issues when outside web content is brought in by way of C&Ps. It may (as Josh noted) have something to do with how some browsers 'move' text.
I expect this to be completely fixed when we move to new servers this month. It's been annoying on levels that go beyond the ?s.