# File lib/more/facets/date.rb, line 73 def to_time(form=:local) ::Time.send(form, year, month, day) ##::Time.send("#{form}_time", year, month, day) end