# File lib/active_support/core_ext/time/calculations.rb, line 55
  def today?
    to_date == ::Date.current
  end