Created Column in DB View is not sync with Joomla Timezone setting

solida12 28 May, 2020
Hi, may i know where is the timezone setting for the created column in Form Database table view?

I changed the joomla global configuration timezone but it seem not affecting this column.Created Column in DB View is not sync with Joomla Timezone setting image 1
healyhatman 28 May, 2020
If you're using the "created" data override in your save data action, it will be using UTC. You can override that by using {date/yourValidPHPTimezoneStringGoesHere:Y-m-d H:i:s} in your save data action. You can find more information and link to PHP timezones in the FAQ on shortcodes.
This topic is locked and no more replies can be posted.