Skip to content

Commit dc9bb25

Browse files
authored
Merge pull request #442 from molinchenxi/master
try to complete timestamp_from_date_double test case in some scene
2 parents 87afea5 + e3ae965 commit dc9bb25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/timestamp_from_date_double.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Check for vtiful presence
44
<?php if (!extension_loaded("xlswriter")) print "skip"; ?>
55
--FILE--
66
<?php
7+
ini_set('date.timezone', 'UTC');
78
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727.306782407));
89
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(NULL));
910
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727));

0 commit comments

Comments
 (0)