How to Set Magento 1.x to the UTC Timezone
As you probably know, the world is divided in a bunch of time zones. Because Hypernode is hosted in the cloud, the system timezone is set to UTC. This is because we cannot always know in what timezone the server will be hosted, but we want to deliver a consistent system timezone for our customers.
You will probably want to work in a different timezone OR show a different timezone to your customers. So this is an issue not only when dealing with a Hypernode, but also when operating an intercontinental shop.
In short:
You should set the global timezone for Magento to the UTC-equivalent GMT Standard Time.
Then, set the timezone for all websites to your local timezone.
If you are in The Netherlands, choose “Europe/Berlin” if “Europe/Amsterdam” is not in the list.
Why Do I Need to Change the Timezone?
Unfortunately Magento has some internals that lose the sense of time zones by converting to and from an ancient time format called the Unix Time. This time format does not have a sense of time zones.
This problem crops up when calculating stuff involving dates and shows up as weird problems like:
Catalog price rules will disappear after a few hours.
Magento cronjobs email you with the error “Too late for schedule”.
All of this is because MySQL and Magento do not agree on the timezone to use and also do not communicate correctly. To solve this problem, Magento should operate on the same timezone as the server. Then, to display all dates and times on your websites and stores as you like them, set the timezone for all websites to your preferred timezone.
Set the Correct Timezone for Magento 1.x
Set the Global Timezone to GMT or UTC
If Magento does not support the UTC timezone, then select its equivalent GMT Standard Time.
Go to
System
->Settings
Edit your default scope
Go to
Configuration
->General
->General
->Locale Options
Select
GMT Standard Time
Note: This is not UTC, but it is in almost all cases exactly the same as UTC, which is good enough. UTC and GMT both do not follow summer time or winter time. They only differ on leap seconds.
Set the Default Website Scopes to Your Preferred Timezones
Next are your website scopes. These will ensure that your websites display Dutch, Chinese or American order and shipping times, or some other time according to your settings.
Go to
System
->Settings
Select the scope for each of your websites.
Go to
Configuration
->General
->General
->Locale Options
Select
W. European Standard Time (Europe/Berlin or Europe/Amsterdam)
or select another timezone appropriate to the audience of the scope.Repeat for the next website.
Please note: Europe/Amsterdam is not available in all Magento versions. The timezone Europe/Berlin is equivalent.