When importing customer through CustomerImportExport created_at is always overwritten when updating customer #8546
Labels
Issue: Format is not valid
Gate 1 Failed. Automatic verification of issue format is failed
Progress: needs update
In vendor/magento/module-customer-import-export/Model/Import/Customer.php:361 created_at is also set when not passed as updating data. Thus resulting in an invalid created_at. Created_at should only be set to customers if created_at is actually passed as updating_data. Same should apply for updated_at. Mysql is already setting the created_at and updated_at through table settings so no need to duplicate this logic.
Expected result
Actual result
Mysql updating of row in customer_entity

The text was updated successfully, but these errors were encountered: