ISSUE: Jython Evaluator converts a field of "Date" type to a field of "DateTime" type.
SOLUTION: If the target system needs to read the data as "DateTime", you can use the Field Type Converter processor to convert the "DateTime" type to "Date".
Fundamentally the SDC record types and scripting processor types do not have 1:1 mapping - this is due different types on the scripting language side and we always try to be careful. In this case, the return object from Jython is "DateTime" and the Data Collector cannot know if the "Time" aspect is or is not intentionally used. Therefore using the Field Type Converter processor is generally the right approach.