Same name and namespace in other branches
  1. 8.9.x core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::STORAGE_TIMEZONE
  2. 9 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';