# File lib/standard/facets/date.rb, line 313
  def end_of_day
    change(:hour => 23, :min => 59, :sec => 59)
  end