# File lib/sup/util.rb, line 482
  def midnight # within a second
    self - (hour * 60 * 60) - (min * 60) - sec
  end