# File lib/facet/times.rb, line 245
  def beginning_of_year
    change(:month => 1,:mday => 1,:hour => 0, :min => 0, :sec => 0, :usec => 0)
  end