Skip to content

Commit bd633b1

Browse files
committed
Tests work in any timezone
1 parent 1ac6bf9 commit bd633b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Document/PropertiesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public static function providerCustomProperties(): array
191191
[Properties::PROPERTY_TYPE_FLOAT, 1.17, 'Version', 1.17],
192192
[Properties::PROPERTY_TYPE_INTEGER, 2, 'Revision', 2],
193193
[Properties::PROPERTY_TYPE_BOOLEAN, true, 'Tested', true],
194-
[Properties::PROPERTY_TYPE_DATE, '2021-03-17', 'Test Date', '2021-03-17', Properties::PROPERTY_TYPE_DATE],
194+
[Properties::PROPERTY_TYPE_DATE, '2021-03-17', 'Test Date', '2021-03-17T00:00:00Z', Properties::PROPERTY_TYPE_DATE],
195195
];
196196
}
197197

0 commit comments

Comments
 (0)