beginning_of_day()
Returns a new DateTime representing the start of the day (0:00)
# File activesupport/lib/active_support/core_ext/date_time/calculations.rb, line 72 def beginning_of_day change(:hour => 0) end