You are here

constant DATETIME_STORAGE_TIMEZONE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/datetime/datetime.module \DATETIME_STORAGE_TIMEZONE

Defines the timezone that dates should be stored in.

8 uses of DATETIME_STORAGE_TIMEZONE
Date::opBetween in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
Date::opSimple in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
DateTimeComputed::getValue in core/modules/datetime/src/DateTimeComputed.php
Gets the data value.
DateTimeFieldItemList::processDefaultValue in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Processes the default value before being applied.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.

... See full list

File

core/modules/datetime/datetime.module, line 13
Field hooks to implement a simple datetime field.

Code

const DATETIME_STORAGE_TIMEZONE = 'UTC';