# File lib/coercible/coercer/string.rb, line 123 def to_datetime(value) parse_value(::DateTime, value, __method__) end