* Andy Armstrong <[EMAIL PROTECTED]> [2008-09-19T05:24:40]
> 
> I'd lean towards epoch for easier comparison on SQLite.

I tend to use epoch in SQLite, too, but it's worth nothing that iso8601 is much
easier for humans, and SQLite can compare either one pretty well, as 8601
strings are sortable.  The benefits show up with things like date math, which
is something I end up needed only rarely (since you can compute the right date
string to put in your query, in Perl).

-- 
rjbs

Reply via email to