The timezone picker is too busy and overwhelming, as reported by some users at [1]. Additionally, it's confusing because the timezone's name is unknown.
It was suggested to use a pulldown-menu with different time zones, in an ordering like /usr/share/zoneinfo has on Unix/Linux systems (Asia/Tokyo, Europe/Berlin, America/Los_Angeles). My personal suggestion is to use two select menus with about 5 or 6 rows. The left one should be filled with regions (Asia, Europe, America etc.) enabling the right one with its own cities/regions (Tokyo, Berlin, Los Angeles for example). You can find an example at the ATI/AMD download page for display drivers [2].
Maybe it's already too late for Drupal 6 so feel free to change the version to 7-dev.
[1] http://groups.drupal.org/node/7043
[2] http://ati.amd.com/support/driver.html
Comments
Comment #1
webchickComment #2
webchickOh nevermind. :) I see what you're doing -- you're creating issues for all the things that don't have one yet.
Unmarking as a GHOP task. Sorry for the confusion!
Comment #3
gábor hojtsyI think this is too late for Drupal 6, especially, that Drupal 6 still does no moving of daylight saving times. KarenS has some work done on this using the PHP date objects, which are available since PHP 5.2, which is planned to be a requirement for Drupal 7. Otherwise giving the impression that we actually set for time zones in regions and cities is not really good, because we actually set timezone offsets, which need manual modification each time daylight savings time differences are observed.
Comment #4
Bevan commentedthanks for your comments Gabor. (Subscribing)
Comment #5
Brett Haranin commentedComment #6
Brett Haranin commentedComment #7
marcingy commentedBumping to d8.
Comment #8
Bevan commentedActually Drupal 7 got this.