# File lib/merb-helpers/core_ext.rb, line 18
  def to_time(form = :utc)
    ::Time.send("#{form}", year, month, day)
  end