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