I’m seeing a difference in how xlates are working between 5.5 and 5.7. I’ve got an xlate that is copying data from one field to the same field in the same variant. The data type for the first component of the field is timestamp. The input data is an 8 digit date (YYYYMMDD). On 5.5, the xlate is adding 000000.0000-0700 to the end of the field. On 5.7, the xlate is not adding the timestamp. It is copied over as an 8 digit date.
Can someone explain this difference to me?