Skip to content

Commit 7158153

Browse files
author
Michael Logvin
committed
MAGETWO-44549: Add server side date conversion to the timezone form Magento config
1 parent 1311d47 commit 7158153

File tree

1 file changed

+0
-4
lines changed
  • app/code/Magento/Ui/Component/Listing/Columns

1 file changed

+0
-4
lines changed

app/code/Magento/Ui/Component/Listing/Columns/Date.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class Date extends Column
2020
protected $timezone;
2121

2222
/**
23-
* Constructor
24-
*
2523
* @param ContextInterface $context
2624
* @param UiComponentFactory $uiComponentFactory
2725
* @param TimezoneInterface $timezone
@@ -40,8 +38,6 @@ public function __construct(
4038
}
4139

4240
/**
43-
* Prepare Data Source
44-
*
4541
* @param array $dataSource
4642
* @return array
4743
*/

0 commit comments

Comments
 (0)