Fix date related unit tests for 2017

This commit is contained in:
Adrien Crivelli 2017-01-04 17:37:03 +09:00
parent 61408fc691
commit f0445366d2
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 4 additions and 4 deletions

View File

@ -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',