Magento – Magento2 convert UTC time to IST

datetimeformatmagento2timezone

Can anyone let me know how to change UTC time from table column to IST(Indian Standard time) programatically with Datetime format?

I have currently following date time value available in UTC format and i need to convert it into Indian Standard Time in Magento2:

2018-09-18 11:13:07 AM (UTC)

it should convert to IST with following:

2018-09-18 04:43:07 PM (IST)

Best Answer

Yes you can set timezone from admin panel.

Go to Store->configuration->Genral You will find time zone according to your store you can set timezone.

Related Topic