# File ../../auditor/lib/time_shift.rb, line 31
    def now
      if (!@start)
        @start = original_now.to_i
      end
      return Runner.timeshift + (original_now.to_i - @start)
    end