jimbo
jimbo

Reputation: 1018

Best PHP timezone list

I have looked over the PHP list of supported timezones, but the whole list is a little long to include in a drop-down menu, for the user to select his or her timezone. Is there a list with the main city/area on that can be used?

My geography is terrible and add that to not knowing all the area and which timezone they fall into it could be a long day to construct the list my self!

Thanks in advance

Upvotes: 6

Views: 5234

Answers (2)

nfc
nfc

Reputation: 634

Is this what you are looking for?
Timezone Dropdown Select List

Upvotes: 1

zaf
zaf

Reputation: 23264

Group the locations by timezone which you can do programmatically.

Upvotes: 0

Related Questions