# File lib/dm-core/property/time.rb, line 41
      def typecast_hash_to_time(value)
        ::Time.local(*extract_time(value))
      end