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