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