Change record status: 
Project: 
Introduced in branch: 
8.5.x
Description: 

The 3 datetime views plugins:

  • \Drupal\datetime\Plugin\views\argument\Date
  • \Drupal\datetime\Plugin\views\filter\Date
  • \Drupal\datetime\Plugin\views\sort\Date

now have a new protected property $calculateOffset. If set to FALSE, timezone offsets will not be calculated. This is set to FALSE for fields that are date-only (eg, no time is collected).

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done