Coerce DateTime values
Passthrough the value
@example
coercer[DateTime].to_datetime(datetime) # => DateTime object
@param [DateTime] value
@return [Date]
@api public
# File lib/coercible/coercer/date_time.rb, line 20 def to_datetime(value) value end