inspect()
public
Returns a string of the object’s date, time, zone, and offset from UTC.
Time.zone.now.inspect
# File activesupport/lib/active_support/time_with_zone.rb, line 141
def inspect
"#{time.strftime('%a, %d %b %Y %H:%M:%S')} #{zone} #{formatted_offset}"
end