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 146
def inspect
"#{time.strftime('%F %H:%M:%S.%9N')} #{zone} #{formatted_offset}"
end