quicksketch / timezonepicker

A jQuery and ImageMap based timezone picker.
52 stars 24 forks source link

How to restrict the set of timezones #6

Closed ankurcha closed 2 years ago

ankurcha commented 11 years ago

Is there a way by which I can manually set the timezones for certain countries/regions. Specifically, I would like to support only a subset of the timezones and let the pople pick their country and select the nearest timezone.

Do you have any ideas how I could possibly do this?

quicksketch commented 11 years ago

This "library" (if you want to call it that) is nothing more than a really big image map. If you want to restrict the list to only certain countries, just delete the image map time zones you're not interested in from the <map> tag.