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