DRUPAL_USER_TIMEZONE_DEFAULT

in modules/system/system.module

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

<?php
define('DRUPAL_USER_TIMEZONE_DEFAULT', 0);
?>