Whenever I have registered for a drupal site I have been frustrated when I try to decide which city to use for the timezone etc. Some geographical areas seem to not be well represented or it may just be difficult for some people to select a timezone based on a 100 field dropdown. Is there a way to limit this? I have sought the answer various places and it seems related to either php or the source php uses. It would be nice to have EST PMT CST etc. Is this possible? Thanks for any help.
You can alter the form with something like hook_form_alter to remove the unwanted ones.
Be careful how you remove them. The eastern timezone is really EDT and EST depending on the time of the year. One is with daylight savings and the other without.
Whenever I have registered for a drupal site I have been frustrated when I try to decide which city to use for the timezone etc. Some geographical areas seem to not be well represented or it may just be difficult for some people to select a timezone based on a 100 field dropdown. Is there a way to limit this? I have sought the answer various places and it seems related to either php or the source php uses. It would be nice to have EST PMT CST etc. Is this possible? Thanks for any help.
Jon
Lansing Response Action Web Designer