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