-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch Date Handling Routines to use DateTime internally #7
Comments
Is anybody working on that ? I would be willing to do it if the work has not already started and also fix date related unit tests at the same time. What do you say ? |
I've been working on the DateTime class, switching it to work with DateTime objects rather than unix timestamps, and using DateTimeInterface where appropriate |
ok, then I won't do anything about that. I'll have a look at fixing other unit tests. In the meantime could you please enable Travis CI for this repository ? The badges are shown in the README, but Travis has nod builds to show... |
# Conflicts: # tests/PhpSpreadsheet/Shared/DateTest.php # tests/rawTestData/Shared/DateTimeExcelToPHP1900.data # tests/rawTestData/Shared/DateTimeExcelToPHP1900Timezone.data # tests/rawTestData/Shared/DateTimeExcelToPHP1904.data # unitTests/rawTestData/Shared/DateTimeExcelToPHP1900.data # unitTests/rawTestData/Shared/DateTimeExcelToPHP1904.data # unitTests/rawTestData/Shared/DateTimeExcelToTimestamp1900.data # unitTests/rawTestData/Shared/DateTimeExcelToTimestamp1904.data
# Conflicts: # tests/PhpSpreadsheet/Shared/DateTest.php
# Conflicts: # src/PhpSpreadsheet/Shared/Date.php
Is it correct that this is now finished ? |
Assuming this done |
Switch Date Handling Routines to use DateTime internally (to avoid use of unix Timestamp and ensure full range of Excel DateTimes on 32-bit systems), and use DateTimeInterface for typehinting so that DateTime or DateTime immutable can both be used
The text was updated successfully, but these errors were encountered: