ErikBoles
11-23-2008, 07:37 PM
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.
Any clue? am I smoking crack?
thanks,
Erik
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.
Any clue? am I smoking crack?
thanks,
Erik