Hello,
I have a timestamp field in MySQL table, generated the model using the dev-tools. Assigning an unix timestamp to the column and saving, results in 0000-00-00 00:00:00. I could not find a way to force Phalcon to do something like FROM_UNIXTIME(1500000000)
How are you saving saving unix timestamps into a timestamp MySQL field?
Thanks.