We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12ac21 commit 32be472Copy full SHA for 32be472
lib/internal/Magento/Framework/Stdlib/Test/Unit/DateTime/TimezoneTest.php
@@ -132,13 +132,13 @@ public function dateIncludeTimeDataProvider(): array
132
'30/10/2021', // datetime
133
'el_GR', // locale
134
false, // include time
135
- 1635552000 // expected timestamp
+ 1635570000 // expected timestamp
136
],
137
'Parse greek d/m/y date with time' => [
138
- '30/10/21, 12:00 π.μ.', // datetime
+ '30/10/2021, 12:00 π.μ.', // datetime
139
140
true, // include time
141
142
143
];
144
}
0 commit comments