webzio Posted May 23, 2009 Share Posted May 23, 2009 Не знаю как назвать это получше. Только что решил проблему с модулем "посетители онлайн".config.inc.php -- по умолчанию стоит Европа/Париж (Europe/Paris)Изменил конечно на Europe/MoscowВремя отображается теперь корректно, и, главное, заработал модуль "посетители онлайн"Надеюсь кому-нибудь это информация будет полезна Link to comment Share on other sites More sharing options...
WeDontByte Posted June 12, 2009 Share Posted June 12, 2009 For those of us using PS in the USA, to change the time zone to where you are at, edit the config.inc.php in the config folder. The timezone script is near the top, you can't miss it.For the East coast, change Europe/Paris to USA/Atlanta. That worked for me.For other time zones, choose a MAJOR city within that time zone to get you fixed up. Link to comment Share on other sites More sharing options...
myvygy Posted February 23, 2012 Share Posted February 23, 2012 Не знаю как назвать это получше. Только что решил проблему с модулем "посетители онлайн". config.inc.php -- по умолчанию стоит Европа/Париж (Europe/Paris) Изменил конечно на Europe/Moscow Время отображается теперь корректно, и, главное, заработал модуль "посетители онлайн" Надеюсь кому-нибудь это информация будет полезна Такая же проблема, только со временем создания заказа (указывается время на 6 часов вперед) Файл config.inc.php открыл, но там по умолчанию зона не забита... Следующее имеется: /* * It is not safe to rely on the system's timezone settings, but we can\'t easily determine the user timezone and the use of this function cause trouble for some configurations. * This will generate a PHP Strict Standards notice. To fix it up, uncomment the following line. */ if (function_exists('date_default_timezone_set')) { $timezone = Tools::getTimezones(Configuration::get('PS_TIMEZONE')); date_default_timezone_set($timezone); } /* Smarty */ include(dirname(__FILE__).'/smarty.config.inc.php'); Link to comment Share on other sites More sharing options...
Strong Posted February 29, 2012 Share Posted February 29, 2012 В админке, таб "Настройка" в самом низу посмотри. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now