Subject UNIX_TIMESTAMP to What for FB15
Author dleec45
I searched this site for UNIX_TIMESTAMP and other places in order to
know how to deal with this in FB15. I'm converting a MySQL system and
this is in a query that is blowing up on me. Here's the query and if
anyone has any ideas on how do deal with this, I would love to hear
your comments.

$Query = "SELECT ID, Headline, Summary, Body, Location, " .
"UNIX_TIMESTAMP(Expires) AS Expires, DisplayPrecedence " .
"FROM news " .
"WHERE expires > 'NOW()' ";

Regards, Lee