# File lib/facets/more/times.rb, line 297
  def to_end_of_day
    return Time.mktime(year, month, day, 23, 59, 59, 999)
  end