The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3.8.7 shows wrong time (hours OK, minutes fail) regardless of settings
Right now, vBulletin shows time "08:02" in the index page end, all posts also shows "08:02" as time, during the whole hour "08" (using 24hrs clock mode).
As soon as the hour switches to "09" the forum says "09:02" in the index. The minutes won't change --------- I wrote a quick test in PHP: print date("H:i"); print time(); Gives me... 08:57 and 1329638264. So it works, both the unix time stamp and the date function. In vBulletin, the time settings is "H:i", same as above. But it does not show the correct minutes. Checked the tables in MySQL for threads, the correct time() is set on each thread. But does not show the correct minutes time in the forum listing either. Using PHP 5.3.3 Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|