Log in

View Full Version : Vbulletin calendar 'Dateline' displays wrong unix timestamp


ErikBoles
12-01-2008, 06:10 AM
regarding the calendar/events, from the MySQL cli, I do a:

SELECT * FROM event order by dateline;

all of the dateline entries are wrong (at least compared to the UNIX_TIMESTAMP), one event that is on the calendar for Dec 11th but has the dateline of:

1224800369

that dateline, if it is a true unix timestamp, is actually Thu, 23 Oct 2008 22:19:29 GMT.

The base time/date of the forums is fine, but these stamps aren't.

Am I seeing this right? Is there something about the vbulletin 'dateline' entry that is different? the server time is right, the vbulletin time and zone is set right.

thanks,

Erik