Skip to content

Commit 6504746

Browse files
author
Robert He
committed
MAGETWO-56803: [Backport] Product catalog Import/export - Date & Timezone issue - for 2.0
- changed comments
1 parent 50572ed commit 6504746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
264264
];
265265

266266
/**
267-
* Attributes codes which shows as date
267+
* Codes of attributes which are displayed as dates
268268
*
269269
* @var array
270270
*/

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Product extends \Magento\ImportExport\Model\Import\Entity\AbstractEntity
206206
];
207207

208208
/**
209-
* Attributes codes which shows as date
209+
* Codes of attributes which are displayed as dates
210210
*
211211
* @var array
212212
*/

0 commit comments

Comments
 (0)