Skip to content

Commit 0150eae

Browse files
committed
MAGETWO-68795: [Github] Incorrect order time in sales order grid #9426
1 parent ec99590 commit 0150eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<column name="created_at" class="Magento\Ui\Component\Listing\Columns\Date" component="Magento_Ui/js/grid/columns/date">
152152
<settings>
153153
<filter>dateRange</filter>
154-
<dateFormat>MMM dd, YYYY, H:mm:ss A</dateFormat>
154+
<dateFormat>MMM dd, YYYY, H:mm:ss</dateFormat>
155155
<dataType>date</dataType>
156156
<label translate="true">Purchase Date</label>
157157
</settings>

0 commit comments

Comments
 (0)