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