= private = protected
to_time(form = :utc)
Form can be either :utc (default) or :local.
# File activesupport/lib/active_support/core_ext/string/conversions.rb, line 14 def to_time(form = :utc) ::Time.send("#{form}_time", *ParseDate.parsedate(self)[0..5].map {|arg| arg || 0}) end