Meeting Request body is going in UTC date format - need in IST

Hi,

When i am sending a meeting request users are getting it in UTC.
Wherein as a administrator i am getting that in IST.

Outlook.cs is showing in IST.
But Email body is showing UTC.

Please help me to resolve the same ASAP.

Thanks.

What do you get when you type this in a command line?

php -i | grep timezone

If it’s wrong, find out the php.ini path and change (or create) that timezone entry

php -i | grep php.ini