time_zone_select(object, method, priority_zones = nil, options = {}, html_options = {})
Instance Public methods
Returns select and option tags for the given object and method, using time_zone_options_for_select
to generate the list of option tags.
In addition to the :include_blank option documented above,
this method also supports a :model option, which defaults to
ActiveSupport::TimeZone.
This may be used by users to specify a different time zone model object.
(See time_zone_optio