# File lib/ruote/log/default_history.rb, line 98
    def range

      now = Time.now

      [ (Time.parse(@history.first['seen_at']) rescue now),
        (Time.parse(@history.last['seen_at']) rescue now) ]
    end