# File lib/coercible/coercer/integer.rb, line 123 def to_datetime(value) ::DateTime.strptime(datetime_proc.call(value), datetime_format) end