CRM time problem

I have a problem with the crm date when I send email templates. For some reason, UTC takes my time, not the one I determine. When I set up an automatic email response takes UTC time. Does anyone know what the problem is? Thank you

I’m not 100% sure but I think SuiteCRM pulls time data from PHP. In your PHP.ini file, try changing the “date.timezone=” line. For me it looks like “date.timezone=America/New_York” and I haven’t had any issues so far.

Thanks for help.

I have email templates and they look like this :
Hi $contact_first_name $contact_last_name,

Hi $contact_first_name $contact_last_name,

Your case $acase_name (# $acase_case_number) has been closed on $aop_case_updates_date_modified or ( $acase_date_modified).

And for some reason when i enter “$aop_case_updates_date_modified”
or “$acase_date_modified” it take diferent time than i set in CRM. Any idea why that happens?

Thank you.