You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
When attempting to use
PHPExcel_Shared_Date::PHPToExcel
with aDateTimeImmutable
false is being returned rather than the converted value.The above code will output:
It appears that the method uses
instanceof DateTime
rather thaninstanceof DateTimeInterface
.The text was updated successfully, but these errors were encountered: