# File lib/active_support/core_ext/date_time/calculations.rb, line 78
        def end_of_day
          change(:hour => 23, :min => 59, :sec => 59)
        end