# File lib/sup/util.rb, line 490
  def is_the_day_before? other
    other.midnight - midnight <=  24 * 60 * 60 + 1
  end