Skip to content

Commit d2edab2

Browse files
Fix date tests withut specified year for current year 2021 (#1774)
1 parent 76d4323 commit d2edab2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/data/Calculation/DateTime/DATEVALUE.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@
161161
],
162162
// 01/01 of the current year
163163
[
164-
43831,
164+
44197,
165165
'1 Jan',
166166
],
167167
// 31/12 of the current year
168168
[
169-
44196,
169+
44561,
170170
'31/12',
171171
],
172172
// Excel reads as 1st December 1931, not 31st December in current year
@@ -176,12 +176,12 @@
176176
],
177177
// 05/07 of the current year
178178
[
179-
44017,
179+
44382,
180180
'5-JUL',
181181
],
182182
// 05/07 of the current year
183183
[
184-
44017,
184+
44382,
185185
'5 Jul',
186186
],
187187
[

0 commit comments

Comments
 (0)