How to automatic convert SQL TIMESTAMP to PHP DateTime Object in Mvc\Model?
You could use property get and set.
Create an afterFetch() function in your model, and do some logic to translate the data.
afterFetch()