Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.18.2.3.2.1 (checked in on 2008/05/28 at 11:10:38 by karens)
This module will make the alter the user and site timezone forms to select a timezone name instead of a timezone offset.
This module won't be needed once core starts tracking timezone names instead of offsets.
| Name | Description |
|---|---|
| date_timezone_cron | Update the site timezone offset when cron runs. |
| date_timezone_form_alter | Implementation of hook_form_alter(). |
| date_timezone_init | Make sure a timezone has been selected. |
| date_timezone_menu | Implementation of hook_menu(). |
| date_timezone_replacement | Create replacement values for deprecated timezone names. |
| date_timezone_site_form | Override form for the site timezone settings form. Display a list of timezone names instead of offsets and hide the offset value. |
| date_timezone_update_site | Callback from site timezone settings form to update site timezone info. When the timezone name is updated, update the offset as well. |
| date_timezone_update_user | Callback from user timezone settings form to update user timezone info. When the timezone name is updated, update the offset as well. |
| date_timezone_user | Update user timezone information at login. |
| date_timezone_user_form | Override form for the user timezone settings form. Display a list of timezone names instead of offsets and hide the offset value. |
| user_timezone | Menu callback; Retrieve a JSON object containing a suggested time zone name. |