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