Hi,
When using MyBB on VNDV, the server time shown is incorrect. The list displays GMT time to currently be 11:27 AM, but the actual time is 4:37 PM. Of course I could just fix this by changing the hour offset, but I actually can't because it's also 10 minutes wrong. This is really bad.
I have confirmed this with the following: echo(date('r')); outputs: Mon, 03 Aug 2009 06:27:45 -0500. This is WRONG! It should be 11:37:45 -0500 or 16:37:45 +0000.
Can you please fix the server time on VNDV so that it is correct?
Thank you,
Mael
(Please note that I have intentionally ignored daylight savings time settings, therefore my times may be out by an hour.)
Edit: The reason MyBB says it's 11:27 AM for GMT also makes sense (despite the 10 minute inaccuracy) because the -0500 server time is wrong. The -0500 is set to 6:27, not 11:27, so when MyBB calculates GMT, it gets it 5 hours wrong.
