Skip to content

Commit 6a19b12

Browse files
Making test similar to others.
1 parent 32be472 commit 6a19b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Stdlib/Test/Unit/DateTime/TimezoneTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ public function dateIncludeTimeDataProvider(): array
135135
1635570000 // expected timestamp
136136
],
137137
'Parse greek d/m/y date with time' => [
138-
'30/10/2021, 12:00 π.μ.', // datetime
138+
'30/10/2021, 12:01 π.μ.', // datetime
139139
'el_GR', // locale
140140
true, // include time
141-
1635570000 // expected timestamp
141+
1635570060 // expected timestamp
142142
],
143143
];
144144
}

0 commit comments

Comments
 (0)