midpen Posted January 5, 2010 Posted January 5, 2010 I found the time in my admin orders is wrong, there is 2 hours difference. where to change this? Thanks.
Jack_mcs Posted January 5, 2010 Posted January 5, 2010 You need to install the time zone offset addon. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
burt Posted January 5, 2010 Posted January 5, 2010 date_default_timezone_set in your application_top.php file http://www.oscommerce.com/forums/topic/349816-server-time-correction/page__view__findpost__p__1462424
midpen Posted January 5, 2010 Author Posted January 5, 2010 date_default_timezone_set in your application_top.php file http://www.oscommerce.com/forums/topic/349816-server-time-correction/page__view__findpost__p__1462424 thanks. I did follow but it doesn't work: catalog/includes/application_top.php Find .. error_reporting(E_ALL & ~E_NOTICE); Change to .. error_reporting( E_ALL & ~E_NOTICE & ~E_DEPRECATED ); date_default_timezone_set("EUROPE/LONDON"); I used EUROPE/LONDON but find your timezone here
Recommended Posts
Archived
This topic is now archived and is closed to further replies.