# File lib/runt/temporalexpression.rb, line 598
  def to_s
    "from #{Runt.format_time(@range.begin)} to #{Runt.format_time(@range.end)} daily"
  end