# File lib/dm-core/property/date_time.rb, line 43 def typecast_hash_to_datetime(value) ::DateTime.new(*extract_time(value)) end