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.
2 parents 87afea5 + e3ae965 commit dc9bb25Copy full SHA for dc9bb25
tests/timestamp_from_date_double.phpt
@@ -4,6 +4,7 @@ Check for vtiful presence
4
<?php if (!extension_loaded("xlswriter")) print "skip"; ?>
5
--FILE--
6
<?php
7
+ini_set('date.timezone', 'UTC');
8
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727.306782407));
9
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(NULL));
10
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727));
0 commit comments