Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 923c610

Browse files
Update Migration follow up steps
1 parent 1b1f5e0 commit 923c610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/migration/migration-migrate-follow-up.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ The tool does not migrate timezone settings, so you must manually configure the
3939
By default, Magento stores time data in the UTC-0 zone in the database and displays it according to the current timezone settings.
4040
If time data has already been saved in the database in a zone other than UTC-0, you must convert the existing time to UTC-0 using the Data Migration Tool’s `\Migration\Handler\Timezone` handler.
4141

42-
In the following example, Magento 1 has been incorrectly saving time in the UTC-7 zone in the database (for example, due to a faulty third-party extension). To properly convert the customer account creation time to the UTC-0 zone upon migration.
42+
In the following example, Magento 1 has been incorrectly saving time in the UTC-7 zone in the database (for example, due to a faulty third-party extension). To properly convert the customer account creation time to the UTC-0 zone upon migration, follow these steps:
4343

4444
1. Copy the `map-customer.xml.dist` configuration file from the appropriate directory of the Data Migration Tool (`<your Magento 2 install dir>/vendor/magento/data-migration-tool/etc/<migration edition>`) into the `<your Magento 2 install dir>/app/code/Vendor/Migration/etc/<migration edition>/map-customer.xml` file.
4545

46-
1. update <customer_map_file> node in `config.xml` remove .dist from map-customer.xml.dist
46+
1. Update <customer_map_file> node in `config.xml` remove .dist from `map-customer.xml.dist`
4747

4848
1. Add the following rule to the `map-customer.xml` file:
4949

0 commit comments

Comments
 (0)