MyBB Community Forums

Full Version: Date/Time format setting doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

(I think) when I upgraded the forum to version 1.8.x (from the version 1.6.x), the settings Date Format and Time Format in the setting group Date and Time Formats has stopped working, not making any change on the forum. If it helps, I can provide an admin account via private message.

Regards and thanks

Sorry, I posted the problem in the wrong section of the forum, version of MyBB is 1.8.1
Resolved, with this query:

UPDATE `mybb_users` SET `timeformat` = ''

UPDATE `mybb_users` SET `timeformat` = ''

This, reset the value of the fields related the format of time and date, so what is set in the ACP, then, applies to all users.
Do you know what might cause that all my users's joined date on the forum displays the same date
However if I look into the database I can see that the correct timestamps are there.