Skip to content

Commit 05d5a40

Browse files
committed
Debug CI
1 parent 2a25899 commit 05d5a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
assert($xlsxFastEditor->getWorksheetCount() === 2);
1919

2020
assert($xlsxFastEditor->getWorkbookDateSystem() === 1900);
21+
echo json_encode(XlsxFastEditor::excelDateToDateTime(0.5, 1900)->format('c')), "\n";
2122
assert(XlsxFastEditor::excelDateToDateTime(0.5, 1900)->format('c') === '1900-01-01T12:00:00+01:00');
2223
assert(XlsxFastEditor::excelDateToDateTime(32, 1900)->format('c') === '1900-02-01T00:00:00+01:00');
2324
assert(XlsxFastEditor::excelDateToDateTime(44865, 1904)->format('c') === '2026-11-01T00:00:00+01:00');

0 commit comments

Comments
 (0)