# File lib/sup/util.rb, line 486
  def is_the_same_day? other
    (midnight - other.midnight).abs < 1
  end