method
offset_in_seconds
v4.2.9 -
Show latest stable
- Class:
DateTime
offset_in_seconds()private
No documentation available.
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 96
def offset_in_seconds
(offset * 86400).to_i
end