# File lib/formtastic-bootstrap/inputs/time_zone_input.rb, line 6
      def to_html
        bootstrap_wrapping do
          builder.time_zone_select(method, priority_zones, input_options, input_html_options)
        end
      end