Magento – Magento reports and timezone issues

magento-1.8reportstimezone

When viewing the Total Ordered Report I'm getting the following error message

This report depends on timezone configuration. Once timezone is changed, the lifetime statistics need to be refreshed.

I have my /app/etc/config and it has the following

<general>
<locale>
    <code>en_GB</code>
    <timezone>Europe/London</timezone>
</locale>

This matches what is set in the admin system under System->Configuration->General->Locale options.

I have tried to refresh the lifetime stats but this message still appears.

Please could someone advise

Best Answer

This is a normal message that is always added to the page with reports.

If it irritates you, you can remove it from the layout (app/design/adminhtml/default/default/layout/sales.xml and app/design/adminhtml/default/default/layout/report.xml).

It will be no any problems for you if you have set up timezone and doesn’t change it. If your repots don’t work, it is another problem. Exactly can say that before viewing reports, you should update the statistics if it is outdated

Related Topic