Defines the timezone that dates should be stored in.
File
- core/modules/datetime/datetime.module, line 13
- Field hooks to implement a simple datetime field.
Code
const DATETIME_STORAGE_TIMEZONE = 'UTC';
Defines the timezone that dates should be stored in.
const DATETIME_STORAGE_TIMEZONE = 'UTC';
Please login to continue.