method

since

since(other)
public

No documentation available.

# File activesupport/lib/active_support/time_with_zone.rb, line 181
    def since(other)
      utc.since(other).in_time_zone(time_zone)
    end