method
inspect
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
inspect()public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 104
def inspect
"#{time.strftime('%a, %d %b %Y %H:%M:%S')} #{zone} #{formatted_offset}"
end