Flowdock
new_offset(of=0) private

No documentation

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

Hide source
# File lib/date.rb, line 1183
  def new_offset(of=0)
    if String === of
      of = (self.class.zone_to_diff(of) || 0).to_r/86400
    end
    self.class.new!(@ajd, of, @sg)
  end
Register or log in to add new notes.