: I found this which might be some help. Magento internally sets all cron dates to occur in GMT, it actually overrides the server php time zone settings so that all log events and all
I found this which might be some help.
Magento internally sets all cron dates to occur in GMT, it actually overrides the server php time zone settings so that all log events and all cron time schedules are triggered in the GMT timezone - you can see this in Mage.php on line 527. All php time functions called within Magento will be in GMT as a result (like the timestamp in the log call above).
Magento then adds back your timezone offset based on your locale settings when it shows you times in the admin panel.
It does this so you can run multiple stores in different timezones based on your locale choice and ideally you would never know nor care about this - but it makes debugging cron events really confusing.
More posts by @BetL925
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.