hi, i am trying to use the "mysql" example with my own database. my database has a date row formated as timestamp (unixtime) but the example setup function where it uses TimeBucket needs the datetime format.
i tried
->query("SELECT FROM_UNIXTIME(date) FROM MyTableName")
with no success...
how can i convert from timestamp to datetime so the TimeBucket process can use the right format? any help is welcome...