sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Shared/Date/ExcelToTimestamp1904.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

46 lines
557 B
PHP

<?php
// Excel DateTimeStamp Result Comments
return [
[
-1956528000,
1462,
],
[
-1956441600,
1463,
],
[
-158803200,
22269,
],
[
126316800,
25569,
],
[
534384000,
30292,
],
[
1339545600,
39611,
],
// 06:00:00
[
21600,
0.25,
],
// 08:00.00
[
28800,
0.3333333333333333333,
],
// 02:57:46
[
46933,
0.54321,
],
];