Suite CRM 7.10 schedule issue

Hi All,

Facing issue on scheduling the reports, it is not getting executed at schedule time it is getting executed as per UTC time stamp.

Where I am having following time zone configuration.

Timezone in php.ini is IST “Asia/Kolkata”
system timezone IST “Asia/Kolkata”

There is no provision to set the SuiteCRM timezoe with access of Admin>Locale.

Also I have observed, the data entry for creating call log is getting captured with the UTC time stamp not the IST actual time.

Kindly suggest how to set correct timezone for the system.

Regards,
Milind Chafekar.

There is more than one php.ini on your system - one for web server PHP, another for CLI PHP (command-line).

Since the Jobs run from crontab, they use CLI PHP.

Try these commands from the command-line:

To know your effective CLI timezone:

php -i | grep timezone

To know the location of the php.ini you need to change:

php -i | grep php.ini