From f0445366d269fb616496f680a3a15113435c18dd Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 4 Jan 2017 17:37:03 +0900 Subject: [PATCH] Fix date related unit tests for 2017 --- tests/data/Calculation/DateTime/DATEVALUE.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/data/Calculation/DateTime/DATEVALUE.php b/tests/data/Calculation/DateTime/DATEVALUE.php index 13adf434..4c6ae6f5 100644 --- a/tests/data/Calculation/DateTime/DATEVALUE.php +++ b/tests/data/Calculation/DateTime/DATEVALUE.php @@ -162,12 +162,12 @@ return [ // 01/01 of the current year [ '1 Jan', - 42370, + 42736, ], // 31/12 of the current year [ '31/12', - 42735, + 43100, ], // Excel reads as 1st December 1931, not 31st December in current year [ @@ -177,12 +177,12 @@ return [ // 05/07 of the current year [ '5-JUL', - 42556, + 42921, ], // 05/07 of the current year [ '5 Jul', - 42556, + 42921, ], [ '12/2008',