Timezone in the DSP for the predefined Timestamps

Hi,
I’m using the hosted DSP, and I added a field in the TODO table to type timestamp_on_create and I’d like to know how to set the timezone for it in the admin console.

May I please ask your help with this?

Thanks,
Emmanuel.

If I’m mistaken, isn’t time zone a PHP-level or DB-level setting? Can you even set time zone per field?

https://dev.mysql.com/doc/refman/5.5/en/datetime.html

Either way, there is no feature for setting time zone in the admin console. If you need this level of control, I bet you’ll need to host DreamFactory yourself and set the time zone on a DB / PHP stack that you have access to configure.