# File lib/active_support/values/time_zone.rb, line 69
  def to_s
    "(GMT#{formatted_offset}) #{name}"
  end