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