DateTimeItemInterface::STORAGE_TIMEZONE

Same name and namespace in other branches
  1. 9 core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE
  2. 8.9.x core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE
  3. 10 core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE

Defines the timezone that dates should be stored in.

File

core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php, line 13

Class

DateTimeItemInterface
Interface definition for Datetime items.

Namespace

Drupal\datetime\Plugin\Field\FieldType

Code

const STORAGE_TIMEZONE = 'UTC';

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