Commit 2b53bf2
Stanislav Idolov
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests:
- #16585: [Backport] Remove the timezone from the date when retrieving the current month from a UTC timestamp. (by @mageprince)
- #16632: [Backport] Small refactoring to better code readability (by @ronak2ram)
Fixed GitHub Issues:
- #15940: Wrong end of month at Reports for Europe/Berlin time zone if month contains 31 day (reported by @Stepa4man) has been fixed in #16585 by @mageprince in 2.1-develop branch
Related commits:
1. efbe4deFile tree
3 files changed
+17
-9
lines changed- app/code/Magento
- Backend/Block/Widget/Form/Element
- Reports/Model/ResourceModel/Report
- dev/tests/static/testsuite/Magento/Test/Integrity/_files/blacklist
3 files changed
+17
-9
lines changedLines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
214 | 217 | | |
215 | | - | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
0 commit comments