# File lib/facets/more/times.rb, line 292
  def to_start_of_day
    return Time.mktime(year, month, day, 0, 0, 0, 0)
  end