Пример #1
0
 public static function setTimezone($time)
 {
     return self::query('SET time_zone = \'' . Timezone::getCanonical() . '\'');
 }