You are here

constant DRUPAL_USER_TIMEZONE_DEFAULT in Drupal 7

Same name and namespace in other branches
  1. 8 core/modules/system/system.module \DRUPAL_USER_TIMEZONE_DEFAULT

New users will be set to the default time zone at registration.

2 uses of DRUPAL_USER_TIMEZONE_DEFAULT
system_form_user_register_form_alter in modules/system/system.module
Implements hook_form_FORM_ID_alter().
system_regional_settings in modules/system/system.admin.inc
Form builder; Configure the site regional settings.

File

modules/system/system.module, line 21
Configuration system that lets administrators modify the workings of the site.

Code

define('DRUPAL_USER_TIMEZONE_DEFAULT', 0);