unemployment Posted July 28, 2011 Share Posted July 28, 2011 What is the best way to implement timezones? I currently have timezones stored in mysql but I have about 460 of them. I don't want to have my users scroll through 460 options to grab the timezone they need, but i'm not sure what to do. Quote Link to comment https://forums.phpfreaks.com/topic/243115-best-way-to-implement-timezones/ Share on other sites More sharing options...
xyph Posted July 28, 2011 Share Posted July 28, 2011 List off the GMT offset along with major cities that use it GMT -08:00 ( Vancouver, Seattle, LA, etc. ) GMT -07:00 ( Calgary, Denver, etc. ) GMT -06:00 ( Chicago, Dallas, etc. ) etc... Quote Link to comment https://forums.phpfreaks.com/topic/243115-best-way-to-implement-timezones/#findComment-1248683 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.