This one time, at band camp, Tobias Schlitt <[EMAIL PROTECTED]> wrote:

> >>> I set up a db with a timestamp column (since DatabaseSchema supports it)
> >>> and wanted to use it in PO with the new date converter. Unfortunately for
> >>> me the converter accepts only time values as integer timestamps, but
> >>> MySQL returns strings like '2008-01-08 10:14:08'.

why not just SELECT UNIX_TIMESTAMP(your_timestamp_col) AS epoch_time FROM 
your_table

just a thought,
Kevin
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to