How to Get Current GMT Date Time in Magento 2
Magento, Magento 2

How to Get Current GMT Date Time in Magento 2

In this tutorial, Today I will explain to how to get current GMT Date Time in Magento 2. To get Current GMT Date Time Magento provide class for that \Magento\Framework\Stdlib\DateTime\DateTime. You need to inject it in your construct class to get GMT Date Time. Follow this below way to get GMT Date Time : You may also like this :…

Continue Reading