Flowdock
method

offset_in_seconds

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: DateTime
offset_in_seconds() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 96
  def offset_in_seconds
    (offset * 86400).to_i
  end
Register or log in to add new notes.