# File lib/merb_helpers/date_time_helpers.rb, line 35 def to_time(form = :utc) ::Time.send("#{form}_time", year, month, day) end