class ActiveSupport::TimeWithZone
def inspect
Returns a string of the object's date, time, zone, and offset from UTC.
def inspect "#{time.strftime('%a, %d %b %Y %H:%M:%S.%9N')} #{zone} #{formatted_offset}" end
def inspect "#{time.strftime('%a, %d %b %Y %H:%M:%S.%9N')} #{zone} #{formatted_offset}" end