We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b5703 commit b4f16a2Copy full SHA for b4f16a2
tests/timestamp_from_date_double.phpt
@@ -6,9 +6,9 @@ Check for vtiful presence
6
<?php
7
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727.306782407));
8
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(NULL));
9
-var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(4321432143));
+var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727));
10
?>
11
--EXPECT--
12
int(1568877706)
13
int(0)
14
-int(373369527993600)
+int(1568851200)
0 commit comments