= private = protected
to_s()
Returns a textual representation of this time zone.
# File activesupport/lib/active_support/values/time_zone.rb, line 250 def to_s "(GMT#{formatted_offset}) #{name}" end