# File lib/active_support/core_ext/time/calculations.rb, line 231
  def beginning_of_year
    change(:month => 1, :day => 1, :hour => 0)
  end