PHP 8.0.30 - php.ini: date.timezone = America/New_York
Joomla 4.4.1 - configuration.php: public $offset = 'America/New_York';
Chronoforms 8.0.17
Dates in Joomla (e.g., Article create date) display in ET (local New York time) and are saved to the database in UTC.
Dates in Chronoforms show as UTC for all of the below shortcodes:
{date:}
{date.site:}
{date.America/New_York:}
How do I get Chronoforms v8 to display New York time, the same as my Joomla site?
Joomla 4.4.1 - configuration.php: public $offset = 'America/New_York';
Chronoforms 8.0.17
Dates in Joomla (e.g., Article create date) display in ET (local New York time) and are saved to the database in UTC.
Dates in Chronoforms show as UTC for all of the below shortcodes:
{date:}
{date.site:}
{date.America/New_York:}
How do I get Chronoforms v8 to display New York time, the same as my Joomla site?
v8 does not have timezone shortcode, you need to do this in a PHP action and return the value you want then use it a {var:php_action_name}
You need to login to be able to post a reply.