# File lib/active_support/core_ext/date_time/calculations.rb, line 84
        def beginning_of_day
          change(:hour => 0)
        end