MyBB Community Forums

Full Version: Time Error!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1 of my user just found out that the timing on my forum is wrong. My forum uses GMT+8, it should shows xx:xx pm, yet it is showing xx:xx am.

I tried going to the Admin CP, but it shows that the timing system is all wrong.

xx:xx pm
xx:xx am

xx:xx => same time, just that different am/pm

Is this a bug or what?
So you're saying all the times generated by MyBB are incorrect?

Can you copy this PHP code, save it into a file timetest.php
<?php
echo gmdate('r', time());
?>

Upload it to your web server and run it.

Does it show the correct GMT time?