To Whom … is West of UTC (UTC-XX)
- Unable to log-in as the admin
- API (for ex: update order status) calls are not working
All of the above, it will call framework.php
date_default_timezone_set($config->get('date_timezone')); ... // Database if ($config->get('db_autostart')) { // Sync PHP and DB time zones $db->query("SET time_zone = '" . $db->escape(date('P')) . "'"); }
with time_zone from /system/config/default.php
// Date $_['date_timezone' = 'UTC'(more…)