Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

date_timezone.module

Version

1.18.2.3.2.1 (checked in on 2008/05/28 at 11:10:38 by karens)

Description

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.

Functions

Namesort iconDescription
date_timezone_cronUpdate the site timezone offset when cron runs.
date_timezone_form_alterImplementation of hook_form_alter().
date_timezone_initMake sure a timezone has been selected.
date_timezone_menuImplementation of hook_menu().
date_timezone_replacementCreate replacement values for deprecated timezone names.
date_timezone_site_formOverride form for the site timezone settings form. Display a list of timezone names instead of offsets and hide the offset value.
date_timezone_update_siteCallback from site timezone settings form to update site timezone info. When the timezone name is updated, update the offset as well.
date_timezone_update_userCallback from user timezone settings form to update user timezone info. When the timezone name is updated, update the offset as well.
date_timezone_userUpdate user timezone information at login.
date_timezone_user_formOverride form for the user timezone settings form. Display a list of timezone names instead of offsets and hide the offset value.
user_timezoneMenu callback; Retrieve a JSON object containing a suggested time zone name.