method
to_r
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
to_r()public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 315
def to_r
utc.to_r
end to_r()No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 315
def to_r
utc.to_r
end