beginning_of_minute()
Returns a new DateTime representing the start of the minute (hh:mm:00).
# File activesupport/lib/active_support/core_ext/date_time/calculations.rb, line 131 def beginning_of_minute change(:sec => 0) end