Method: ActiveSupport::TimeZone#to_s

Defined in:
activesupport/lib/active_support/values/time_zone.rb

#to_sObject

Returns a textual representation of this time zone.



354
355
356
# File 'activesupport/lib/active_support/values/time_zone.rb', line 354

def to_s
  "(GMT#{formatted_offset}) #{name}"
end