function MysqlDateSql::setTimezoneOffset

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::setTimezoneOffset()
  2. 10 core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::setTimezoneOffset()
  3. 11.x core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::setTimezoneOffset()

Overrides DateSqlInterface::setTimezoneOffset

File

core/modules/views/src/Plugin/views/query/MysqlDateSql.php, line 80

Class

MysqlDateSql
MySQL-specific date handling.

Namespace

Drupal\views\Plugin\views\query

Code

public function setTimezoneOffset($offset) {
    $this->database
        ->query("SET @@session.time_zone = '{$offset}'");
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.