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
Fix issue where escaped spaces in cell format would cause incorrect
date format leading to incorrect time conversions
FixesPHPOffice#557ClosesPHPOffice#558
This is:
What is the expected behavior?
Dates with escaped spaces in their format should properly handle AM/PM conversion.
What is the current behavior?
Dates formats escaped with a backslash
\
do not handle AM/PM conversion correctly.What are the steps to reproduce?
See test cases above.
Which versions of PhpSpreadsheet and PHP are affected?
Current
See https://github.com/PHPOffice/PhpSpreadsheet/pull/558/files for possible solution.
The text was updated successfully, but these errors were encountered: