Method: ActiveSupport::TimeWithZone#inspect
- Defined in:
- lib/active_support/time_with_zone.rb
#inspect ⇒ Object
150 151 152 |
# File 'lib/active_support/time_with_zone.rb', line 150 def inspect "#{time.strftime('%a, %d %b %Y %H:%M:%S.%9N')} #{zone} #{formatted_offset}" end |