Jump to content

Time zone -- Временная полоса, географическое положение


Recommended Posts

Не знаю как назвать это получше. Только что решил проблему с модулем "посетители онлайн".

config.inc.php -- по умолчанию стоит Европа/Париж (Europe/Paris)

Изменил конечно на Europe/Moscow

Время отображается теперь корректно, и, главное, заработал модуль "посетители онлайн"

Надеюсь кому-нибудь это информация будет полезна

Link to comment
Share on other sites

  • 3 weeks later...

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

  • 2 years later...

Не знаю как назвать это получше. Только что решил проблему с модулем "посетители онлайн".

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...