Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[Решено] Сбитое время.


vladi0007
 Share

Recommended Posts

Заметил икую проблему при осуещёствлении операций не правильно показывает время .

 К примеру если в 11,00 сгделать заказ. то при просмотре истории показывает часов с 6 разницу.

 

Не подскажите ггде можно настроить??????

Link to comment
Share on other sites


Усиновить в сеансе с базой временную зону

 

        mysql_query("SET time_zone = '+03:00'", $this->link);

походу +2 я с ******ы . но пожалуйси поподробнее ггде это искать именно???

Link to comment
Share on other sites


в файле system\startup.php

найти и закомментировать строки

if (!ini_get('date.timezone')) {
    date_default_timezone_set('UTC');
}

ниже добавить желаемое время, например:

// усиновка корректного времени по Екатеринбургу
date_default_timezone_set('Etc/GMT-5');
Link to comment
Share on other sites

  • 4 years later...

Ни один из спосопотому чтов не помог.

На VDS помогло следуюещёе:

 

заходим под рутом и в файле /root/.my.cnf в разгделе [mysql]


default-time-zone='+5:00'

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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.