Is there a built-in feature for making a timezone dropdown menu? (something like CI's timezone_menu()).
Or can someone point me on the best practices for doing this?
Thanks.
Our Depot project uses that in the user register / profile controller. You can find the code on http://github.com/fuel/depot, check the users module. The views are in the themes/default folder.