You are here

protected property Date::$calculateOffset in Drupal 9

Same name in this branch
  1. 9 core/modules/datetime/src/Plugin/views/filter/Date.php \Drupal\datetime\Plugin\views\filter\Date::calculateOffset
  2. 9 core/modules/datetime/src/Plugin/views/sort/Date.php \Drupal\datetime\Plugin\views\sort\Date::calculateOffset
  3. 9 core/modules/datetime/src/Plugin/views/argument/Date.php \Drupal\datetime\Plugin\views\argument\Date::calculateOffset
Same name and namespace in other branches
  1. 8 core/modules/datetime/src/Plugin/views/filter/Date.php \Drupal\datetime\Plugin\views\filter\Date::calculateOffset

Determines if the timezone offset is calculated.

Type: bool

File

core/modules/datetime/src/Plugin/views/filter/Date.php, line 50

Class

Date
Date/time views filter.

Namespace

Drupal\datetime\Plugin\views\filter

Code

protected $calculateOffset = TRUE;