# File lib/timers/timer.rb, line 106
    def fires_in
      @offset - @group.current_offset if @offset
    end